Passed
Push — master ( 8721c3...2c4720 )
by Tim
07:55
created
src/Helper/ReportingHelper.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,8 +58,7 @@
 block discarded – undo
58 58
         if (stristr($versionString, ".")) {
59 59
             $versionParts = explode(".", $versionString);
60 60
             return array_shift($versionParts);
61
-        }
62
-        else {
61
+        } else {
63 62
             return (int)$versionString;
64 63
         }
65 64
     }
Please login to merge, or discard this patch.
src/Admin/ClientAdmin.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,6 +18,6 @@
 block discarded – undo
18 18
     private static $url_segment = 'bbp-monitoring';
19 19
 
20 20
     private static $managed_models = [
21
-      Client::class
21
+        Client::class
22 22
     ];
23 23
 }
Please login to merge, or discard this patch.