Passed
Push — master ( 6d705d...e99838 )
by Dmitry
01:37
created
src/Key.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
      */
29 29
     protected function check_exists($fname)
30 30
     {
31
-        if ( ! file_exists($fname))
31
+        if (!file_exists($fname))
32 32
         {
33 33
             throw new Exception\Runtime('not exists');
34 34
         }
Please login to merge, or discard this patch.