@@ -43,11 +43,11 @@ |
||
| 43 | 43 | public function find($identifier, string $toScenario = null) |
| 44 | 44 | { |
| 45 | 45 | |
| 46 | - if($model = parent::find($identifier, $toScenario)) { |
|
| 46 | + if ($model = parent::find($identifier, $toScenario)) { |
|
| 47 | 47 | return $model; |
| 48 | 48 | } |
| 49 | 49 | |
| 50 | - if(!is_string($identifier)) { |
|
| 50 | + if (!is_string($identifier)) { |
|
| 51 | 51 | return null; |
| 52 | 52 | } |
| 53 | 53 | |