Completed
Push — master ( badca6...1bd341 )
by Jan-Petter
01:59
created
src/RobotsTxtParser/Directives/Disallow.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -31,6 +31,9 @@  discard block
 block discarded – undo
31 31
     protected $cleanParam;
32 32
     protected $host;
33 33
 
34
+    /**
35
+     * @param string $parent
36
+     */
34 37
     public function __construct($array, $parent = null)
35 38
     {
36 39
         $this->array = $array;
@@ -56,6 +59,9 @@  discard block
 block discarded – undo
56 59
         return $this->addPath($line);
57 60
     }
58 61
 
62
+    /**
63
+     * @param string $rule
64
+     */
59 65
     protected function addPath($rule)
60 66
     {
61 67
         // Return an array of paths
Please login to merge, or discard this patch.