We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -17,7 +17,7 @@ discard block |
||
| 17 | 17 | class PluginRepository extends Plugin |
| 18 | 18 | { |
| 19 | 19 | /** |
| 20 | - * @return mixed |
|
| 20 | + * @return Collection |
|
| 21 | 21 | */ |
| 22 | 22 | public function allWhereActive() : Collection |
| 23 | 23 | { |
@@ -25,7 +25,7 @@ discard block |
||
| 25 | 25 | } |
| 26 | 26 | |
| 27 | 27 | /** |
| 28 | - * @return mixed |
|
| 28 | + * @return Collection |
|
| 29 | 29 | */ |
| 30 | 30 | public function allWhereViewable() : Collection |
| 31 | 31 | { |
@@ -33,7 +33,7 @@ discard block |
||
| 33 | 33 | } |
| 34 | 34 | |
| 35 | 35 | /** |
| 36 | - * @return mixed |
|
| 36 | + * @return Collection |
|
| 37 | 37 | */ |
| 38 | 38 | public function allWhereDisabled() : Collection |
| 39 | 39 | { |
@@ -44,7 +44,7 @@ discard block |
||
| 44 | 44 | * Return the model based on the input name. |
| 45 | 45 | * |
| 46 | 46 | * @param $plugin_name |
| 47 | - * @return Plugin|array|\stdClass |
|
| 47 | + * @return Plugin |
|
| 48 | 48 | */ |
| 49 | 49 | public function whereName($plugin_name) |
| 50 | 50 | { |