Completed
Pull Request — master (#122)
by
unknown
22:36
created
src/ReflectionProperty.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -148,7 +148,9 @@
 block discarded – undo
148 148
                             }
149 149
                         }
150 150
 
151
-                        if ($quoteString === null) $quoteString = true;
151
+                        if ($quoteString === null) {
152
+                            $quoteString = true;
153
+                        }
152 154
                         break;
153 155
 
154 156
                     case 'boolean':
Please login to merge, or discard this patch.