Passed
Push — master ( b7b0fb...908416 )
by Christopher
03:27
created
IsOK.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 
8 8
     protected function isStringNotNullOrEmpty($str)
9 9
     {
10
-        if(!$this->isStringNotNull($str)){
10
+        if (!$this->isStringNotNull($str)) {
11 11
             return false;
12 12
         }
13 13
         if (empty(trim($str))) {
Please login to merge, or discard this patch.