Skip to content

Commit 60f395f

Browse files
committed
Fix other style errors
Signed-off-by: Lukas Kämmerling <lukas.kaemmerling@hetzner-cloud.de>
1 parent 573261a commit 60f395f

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

tests/Test/Performance/PerformanceTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
class PerformanceTest extends TestCase
1212
{
13-
1413
/* Number of items stored in APC, and number of metrics tracked by Prometheus, respectively */
1514
const NUM_APC_KEYS = [ 1000, 10 * 1000, 100 * 1000, 1000 * 1000 ];
1615
const NUM_PROM_METRICS = [ 50, 500, 2500 ];

tests/Test/Performance/TestEngineSpeed.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
/* No unit test methods exposed here. This class is a utility class instantiated by PerformanceTest */
1111
class TestEngineSpeed
1212
{
13-
1413
/** @var \Prometheus\Storage\Adapter */
1514
private $driver;
1615

tests/Test/Prometheus/APCng/CollectorRegistryTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
*/
1313
class CollectorRegistryTest extends AbstractCollectorRegistryTest
1414
{
15-
1615
public function configureAdapter(): void
1716
{
1817
$this->adapter = new APCng();

tests/Test/Prometheus/Storage/APCngTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
*/
1414
class APCngTest extends TestCase
1515
{
16-
1716
/**
1817
* @test
1918
*/

0 commit comments

Comments
 (0)