Passed
Push — master ( 5c5103...1612c7 )
by Philippe
07:51
created
src/Pages/Page.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@
 block discarded – undo
137 137
         $classKey = get_class($this);
138 138
         if(property_exists($this, 'labelSingular')){
139 139
             $labelSingular =  $this->labelSingular;
140
-        }else{
140
+        } else{
141 141
             $labelSingular = Str::singular($classKey);
142 142
         }
143 143
 
Please login to merge, or discard this patch.