Passed
Push — master ( 9d3716...05c2c4 )
by Anatoliy
02:11
created
src/shared/InnValue.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,7 @@
 block discarded – undo
29 29
     {
30 30
         if($this->isValid($inn)){
31 31
             $this->inn=$inn;
32
-        }else{
32
+        } else{
33 33
             throw new \InvalidArgumentException('INN not valid');
34 34
         }
35 35
     }
Please login to merge, or discard this patch.
src/stores/RegionBranchStoreUrlJson.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
             if(!$resource){
52 52
                 return [];
53 53
             }
54
-        }catch (\Exception $e){
54
+        } catch (\Exception $e){
55 55
             return [];
56 56
         }
57 57
         foreach ($resource as $item){
Please login to merge, or discard this patch.