Passed
Push — develop ( 19d490...017161 )
by Nikolay
05:33
created
src/Common/Providers/LicenseProvider.php 2 patches
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -49,10 +49,10 @@
 block discarded – undo
49 49
     {
50 50
         $di->setShared(
51 51
             self::SERVICE_NAME,
52
-            function () {
52
+            function() {
53 53
                 try {
54 54
                     return new License('http://127.0.0.1:8223');
55
-                } catch (Error $exception){
55
+                } catch (Error $exception) {
56 56
                     Util::sysLogMsg(__CLASS__, $exception);
57 57
                 }
58 58
                 return null;
Please login to merge, or discard this patch.
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,8 @@
 block discarded – undo
49 49
     {
50 50
         $di->setShared(
51 51
             self::SERVICE_NAME,
52
-            function () {
52
+            function ()
53
+            {
53 54
                 try {
54 55
                     return new License('http://127.0.0.1:8223');
55 56
                 } catch (Error $exception){
Please login to merge, or discard this patch.