Completed
Push — master ( 5c8f9b...c72a1f )
by Christopher
01:11
created
src/Builders/Builder.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,6 @@
 block discarded – undo
36 36
     /**
37 37
      * Return results where slug matches.
38 38
      *
39
-     * @param string $status
40 39
      * @return \Chriscreates\Blog\Builders\Builder
41 40
      */
42 41
     public function slug(string $slug) : Builder
Please login to merge, or discard this patch.
src/Builders/PostBuilder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -176,7 +176,7 @@
 block discarded – undo
176 176
     /**
177 177
      * Return results where Posts contain the Category(s) passed.
178 178
      *
179
-     * @param array $options
179
+     * @param string $options
180 180
      * @return \Chriscreates\Blog\Builders\PostBuilder
181 181
      */
182 182
     public function whereCategory(...$options) : PostBuilder
Please login to merge, or discard this patch.