Completed
Push — master ( c01a7c...c6692e )
by Ryosuke
02:45
created
src/Proxy.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@
 block discarded – undo
134 134
                                                             // fallback to the actual property.
135 135
                             if (isset($property)) {
136 136
                                 throw $e; // Static property exists,
137
-                                          // so you cannot create a new field.
137
+                                            // so you cannot create a new field.
138 138
                             } else {
139 139
                                 $this->ins->$name = $value; // Property does not exists
140 140
                                                             // so you can create a new field.
Please login to merge, or discard this patch.