Completed
Push — master ( 41aae3...12add3 )
by Vladimir
02:35
created
src/Objects/ApiObject.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,9 @@
 block discarded – undo
162 162
     /**
163 163
      * Overload this function if any class variables need to be initialized to a default value
164 164
      */
165
-    protected function initializeValues() {}
165
+    protected function initializeValues()
166
+    {
167
+}
166 168
 
167 169
     /**
168 170
      * Inject data into the array that will be mapped into individual instance variables. This function must be called
Please login to merge, or discard this patch.