Completed
Branch master (6d4db6)
by Jildert
02:25
created
Category
src/SystemMonitor/Measurements/RedisConnectionSpeed.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace JildertMiedema\SystemMonitor\Measurements;
6 6
 
Please login to merge, or discard this patch.
src/SystemMonitor/Measurements/Queue/WaitingTimeJob.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace JildertMiedema\SystemMonitor\Measurements\Queue;
6 6
 
Please login to merge, or discard this patch.
src/SystemMonitor/Measurements/QueueWaitingTime.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace JildertMiedema\SystemMonitor\Measurements;
6 6
 
Please login to merge, or discard this patch.
src/SystemMonitor/Measurements/MysqlConnectionSpeed.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace JildertMiedema\SystemMonitor\Measurements;
6 6
 
Please login to merge, or discard this patch.
src/SystemMonitor/Measurements/QueueSize.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace JildertMiedema\SystemMonitor\Measurements;
6 6
 
Please login to merge, or discard this patch.
src/SystemMonitor/Console/MeasurementRun.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace JildertMiedema\SystemMonitor\Console;
6 6
 
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
     public function handle()
32 32
     {
33 33
         if ($this->option('debug')) {
34
-            app()->bind('measurement.store', function () {
34
+            app()->bind('measurement.store', function() {
35 35
                 return new ConsoleStore($this->output);
36 36
             });
37 37
         }
Please login to merge, or discard this patch.
src/SystemMonitor/Manager.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace JildertMiedema\SystemMonitor;
6 6
 
Please login to merge, or discard this patch.
src/SystemMonitor/MeasurementConfigurationError.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace JildertMiedema\SystemMonitor;
6 6
 
Please login to merge, or discard this patch.
src/SystemMonitor/Store/ConsoleStore.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace JildertMiedema\SystemMonitor\Store;
6 6
 
Please login to merge, or discard this patch.