Completed
Push — master ( 0a0d61...18d843 )
by Samuel
03:37 queued 43s
created
src/JsonDbStructure.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
     }
127 127
 
128 128
     /**
129
-     * @param $topLevelObject string
129
+     * @param string $topLevelObject string
130 130
      * @param $crudAction string
131 131
      *
132 132
      * Based on the values provided in the $topLevelObject and $crudAction
@@ -281,7 +281,7 @@  discard block
 block discarded – undo
281 281
 
282 282
     /**
283 283
      * @param $jsonStructures array
284
-     * @param $objectDefiner string
284
+     * @param string $objectDefiner string
285 285
      *
286 286
      * While the {@link generateSqlFromStructure()} method above generates sql string
287 287
      * from only valid top level objects, this method generates sql statements from valid
@@ -352,7 +352,7 @@  discard block
 block discarded – undo
352 352
     /**
353 353
      * @param $encloserPre string
354 354
      * @param $encloserPost string
355
-     * @param $enclosee string
355
+     * @param string $enclosee string
356 356
      *
357 357
      * Checks to see if a string ($enclosee) is enclosed by special characters
358 358
      * such as '{' and '}' and '[' and ']'.
Please login to merge, or discard this patch.
src/JsynExtractor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     }
46 46
 
47 47
     /**
48
-     * @param $jsynFile string | PathUtil
48
+     * @param string $jsynFile string | PathUtil
49 49
      *
50 50
      * Setter function for the jsonFile global property
51 51
      *
Please login to merge, or discard this patch.