Completed
Push — master ( ef7016...85ad76 )
by Limon
02:26
created
src/AdblockParser.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
     /**
70 70
      * @param  string  $url
71 71
      *
72
-     * @return integer
72
+     * @return boolean
73 73
      */
74 74
     public function shouldBlock($url)
75 75
     {
@@ -118,7 +118,6 @@  discard block
 block discarded – undo
118 118
     /**
119 119
      * Set external resources cache expire (in days)
120 120
      *
121
-     * @param  integer  $expire
122 121
      */
123 122
     public function setCacheExpire($expireInDays)
124 123
     {
Please login to merge, or discard this patch.