Completed
Pull Request — master (#63)
by Tamas
01:23 queued 21s
created
src/firebaseLib.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -263,6 +263,9 @@
 block discarded – undo
263 263
         return $ch;
264 264
     }
265 265
 
266
+    /**
267
+     * @param string $path
268
+     */
266 269
     private function writeData($path, $data, $method = 'PUT', $options = array())
267 270
     {
268 271
         $jsonData = json_encode($data);
Please login to merge, or discard this patch.