Completed
Push — scrutinizer ( d5177e )
by Pierre
08:32 queued 06:06
created
src/CssEmbed/CssEmbed.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
21 21
     protected $root_dir;
22 22
 
23 23
     /**
24
-     * @param $root_dir
24
+     * @param string $root_dir
25 25
      */
26 26
     public function setRootDir($root_dir)
27 27
     {
@@ -29,7 +29,7 @@  discard block
 block discarded – undo
29 29
     }
30 30
 
31 31
     /**
32
-     * @param $css_file
32
+     * @param string $css_file
33 33
      * @return null|string
34 34
      * @throws \InvalidArgumentException
35 35
      */
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
     }
51 51
 
52 52
     /**
53
-     * @param $content
53
+     * @param string $content
54 54
      * @return mixed
55 55
      */
56 56
     public function embedString($content)
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
     }
69 69
 
70 70
     /**
71
-     * @param $file
71
+     * @param string $file
72 72
      * @return string
73 73
      */
74 74
     protected function embedFile($file)
Please login to merge, or discard this patch.