Completed
Push — master ( 05a043...a79f71 )
by Tim
15:11
created
Classes/Loader/ContentObjects.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -289,7 +289,7 @@  discard block
 block discarded – undo
289 289
     /**
290 290
      * Check if the class is tagged with noHeader.
291 291
      *
292
-     * @param $class
292
+     * @param string $class
293 293
      */
294 294
     protected function isTaggedWithNoHeader($class): bool
295 295
     {
@@ -352,7 +352,7 @@  discard block
 block discarded – undo
352 352
     /**
353 353
      * Same as getClassProperties, but the fields are in LowerCaseUnderscored.
354 354
      *
355
-     * @param $className
355
+     * @param string $className
356 356
      *
357 357
      * @return array
358 358
      */
Please login to merge, or discard this patch.
Classes/Utility/ReflectionUtility.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
      * Get first class tag information.
75 75
      * The trimmed value if the tag exists and FALSE if the tag do not exists.
76 76
      *
77
-     * @return string|bool
77
+     * @return false|string
78 78
      */
79 79
     public static function getFirstTagValue(string $className, string $tag)
80 80
     {
Please login to merge, or discard this patch.