Passed
Push — master ( a13ab8...ac8496 )
by Sebastian
01:35
created
src/Hook/Composer/Action/CheckLockFile.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -109,7 +109,7 @@  discard block
 block discarded – undo
109 109
         }
110 110
         ksort($relevantContent);
111 111
 
112
-        return md5((string)json_encode($relevantContent));
112
+        return md5((string) json_encode($relevantContent));
113 113
     }
114 114
 
115 115
     /**
@@ -124,6 +124,6 @@  discard block
 block discarded – undo
124 124
         if (!file_exists($file)) {
125 125
             throw new \Exception($file . ' not found');
126 126
         }
127
-        return (string)file_get_contents($file);
127
+        return (string) file_get_contents($file);
128 128
     }
129 129
 }
Please login to merge, or discard this patch.