We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -58,6 +58,9 @@ |
||
58 | 58 | $this->crud->applyConfigurationFromSettings('create'); |
59 | 59 | } |
60 | 60 | |
61 | + /** |
|
62 | + * @param string $action |
|
63 | + */ |
|
61 | 64 | public function getModalContent($entity, $action, $fields) |
62 | 65 | { |
63 | 66 | return view( |
@@ -87,7 +87,7 @@ discard block |
||
87 | 87 | /** |
88 | 88 | * Gets the relation data from the method in the model. |
89 | 89 | * |
90 | - * @param ReflectionMethod $method |
|
90 | + * @param \ReflectionMethod $method |
|
91 | 91 | * @return array |
92 | 92 | */ |
93 | 93 | public function getRelationData($method) |
@@ -118,7 +118,7 @@ discard block |
||
118 | 118 | * Based on relation type returns if relation allows multiple entities. |
119 | 119 | * |
120 | 120 | * @param string $relationType |
121 | - * @return bool |
|
121 | + * @return boolean|null |
|
122 | 122 | */ |
123 | 123 | public function relationAllowsMultiple($relationType) |
124 | 124 | { |