Passed
Branch master (9afe80)
by Gabriel
14:44
created
src/AssetsManager/HasTagRenderer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
 
19 19
     /**
20 20
      * @param string $entryName
21
-     * @param null $packageName
21
+     * @param null|string $packageName
22 22
      * @param string $entrypointName
23 23
      * @return string
24 24
      */
Please login to merge, or discard this patch.
src/functions/assets.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -3,9 +3,9 @@  discard block
 block discarded – undo
3 3
 use Nip\Container\Container;
4 4
 
5 5
 /**
6
- * @param $entryName
7
- * @param null $packageName
8
- * @param null $entrypointName
6
+ * @param string $entryName
7
+ * @param null|string $packageName
8
+ * @param string|null $entrypointName
9 9
  * @return string
10 10
  * @noinspection PhpDocMissingThrowsInspection
11 11
  */
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
 }
16 16
 
17 17
 /**
18
- * @param $entryName
18
+ * @param string $entryName
19 19
  * @param string $packageName
20 20
  * @param string $entrypointName
21 21
  * @return string
Please login to merge, or discard this patch.