Completed
Branch master (9003e7)
by ReliQ
07:54
created
src/Http/Controllers/DocumentationController.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -101,10 +101,8 @@
 block discarded – undo
101 101
     /**
102 102
      * Show a documentation page.
103 103
      *
104
-     * @param string $product
105 104
      * @param string $version
106 105
      * @param string $page
107
-     * @param mixed  $productKey
108 106
      *
109 107
      * @return RedirectResponse|View
110 108
      */
Please login to merge, or discard this patch.
src/Models/Documentation.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@
 block discarded – undo
156 156
     /**
157 157
      * List available products.
158 158
      *
159
-     * @param bool $includeUnkowns whether to include products with unkown version
159
+     * @param bool $includeUnknowns whether to include products with unkown version
160 160
      *
161 161
      * @return array
162 162
      */
Please login to merge, or discard this patch.