Completed
Pull Request — master (#63)
by Tamas
01:23 queued 21s
created
tests/firebaseStubTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -116,6 +116,9 @@
 block discarded – undo
116 116
         $this->assertEquals($this->getErrorMessages('NO_DATA'), $response);
117 117
     }
118 118
 
119
+    /**
120
+     * @param string $errorCode
121
+     */
119 122
     private function getErrorMessages($errorCode)
120 123
     {
121 124
         $errorMessages = array(
Please login to merge, or discard this patch.
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.