Completed
Pull Request — master (#94)
by
unknown
05:04
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.