We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -155,7 +155,7 @@ |
||
155 | 155 | * Based on relation type returns if relation allows multiple entities. |
156 | 156 | * |
157 | 157 | * @param string $relationType |
158 | - * @return bool |
|
158 | + * @return boolean|null |
|
159 | 159 | */ |
160 | 160 | public function relationAllowsMultiple($relationType) |
161 | 161 | { |
@@ -89,7 +89,7 @@ |
||
89 | 89 | /** |
90 | 90 | * Infer a field type, judging from the database column type. |
91 | 91 | * |
92 | - * @param string $field Field name. |
|
92 | + * @param string $fieldName Field name. |
|
93 | 93 | * |
94 | 94 | * @return string Field type. |
95 | 95 | */ |