Completed
Push — master ( fe0d66...6612d0 )
by Daniel
04:01
created
source/CommonBasic.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,6 +52,9 @@  discard block
 block discarded – undo
52 52
         }
53 53
     }
54 54
 
55
+    /**
56
+     * @param string $keyToWorkWith
57
+     */
55 58
     private function packIntoJson($aReturn, $keyToWorkWith)
56 59
     {
57 60
         if ($this->isJsonByDanielGP($aReturn[$keyToWorkWith])) {
@@ -133,7 +136,7 @@  discard block
 block discarded – undo
133 136
     /**
134 137
      * Provides a list of all known JSON errors and their description
135 138
      *
136
-     * @return type
139
+     * @return null|string
137 140
      */
138 141
     protected function setJsonErrorInPlainEnglish()
139 142
     {
Please login to merge, or discard this patch.