We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -93,9 +93,9 @@ |
||
93 | 93 | // if there's a column in the db for this field name |
94 | 94 | // most likely it doesn't need 'entity', UNLESS it's a foreign key |
95 | 95 | // TODO: make this work |
96 | - if ($relation_method = $this->checkIfFieldNameBelongsToAnyRelation($field['name'])) { |
|
97 | - $field['entity'] = $relation_method['entity']; |
|
98 | - } |
|
96 | + if ($relation_method = $this->checkIfFieldNameBelongsToAnyRelation($field['name'])) { |
|
97 | + $field['entity'] = $relation_method['entity']; |
|
98 | + } |
|
99 | 99 | |
100 | 100 | return $field; |
101 | 101 | } |
@@ -52,7 +52,7 @@ |
||
52 | 52 | } |
53 | 53 | return false; |
54 | 54 | |
55 | - }catch(\Exception $e) { |
|
55 | + } catch(\Exception $e) { |
|
56 | 56 | return false; |
57 | 57 | } |
58 | 58 | } |