Completed
Push — master ( e05b94...851b65 )
by Daniel
23:53
created
source/MySQLiByDanielGPtypes.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -94,6 +94,9 @@
 block discarded – undo
94 94
         ];
95 95
     }
96 96
 
97
+    /**
98
+     * @param string $fileBaseName
99
+     */
97 100
     private function readTypeFromJsonFile($fileBaseName)
98 101
     {
99 102
         $fName       = __DIR__ . DIRECTORY_SEPARATOR . 'json' . DIRECTORY_SEPARATOR . $fileBaseName . '.json';
Please login to merge, or discard this patch.