@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Tests\Innmind\Server\Status\Server\Disk; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Tests\Innmind\Server\Status\Server\Disk\Volume; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Tests\Innmind\Server\Status\Server\Disk\Volume; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Tests\Innmind\Server\Status\Server\Disk; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ discard block |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Tests\Innmind\Server\Status\Server\Memory; |
| 5 | 5 | |
@@ -64,15 +64,15 @@ discard block |
||
| 64 | 64 | [512, '512B'], |
| 65 | 65 | [1023, '1023B'], |
| 66 | 66 | [1024, '1KB'], |
| 67 | - [(1024 ** 2)-1, '1023.999KB'], |
|
| 67 | + [(1024 ** 2) - 1, '1023.999KB'], |
|
| 68 | 68 | [1024 ** 2, '1MB'], |
| 69 | - [(1024 ** 3)-1, '1024MB'], |
|
| 69 | + [(1024 ** 3) - 1, '1024MB'], |
|
| 70 | 70 | [1024 ** 3, '1GB'], |
| 71 | - [(1024 ** 4)-1, '1024GB'], |
|
| 71 | + [(1024 ** 4) - 1, '1024GB'], |
|
| 72 | 72 | [1024 ** 4, '1TB'], |
| 73 | - [(1024 ** 5)-1, '1024TB'], |
|
| 73 | + [(1024 ** 5) - 1, '1024TB'], |
|
| 74 | 74 | [1024 ** 5, '1PB'], |
| 75 | - [(1024 ** 6)-1, '1024PB'], |
|
| 75 | + [(1024 ** 6) - 1, '1024PB'], |
|
| 76 | 76 | ]; |
| 77 | 77 | } |
| 78 | 78 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Tests\Innmind\Server\Status\Server\Processes; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Tests\Innmind\Server\Status\Server; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Tests\Innmind\Server\Status\Server; |
| 5 | 5 | |
@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Tests\Innmind\Server\Status\Server\Cpu; |
| 5 | 5 | |