@@ -38,7 +38,7 @@ |
||
| 38 | 38 | */ |
| 39 | 39 | public function platform($platform) |
| 40 | 40 | { |
| 41 | - if (! in_array($platform, ['ios', 'android', 'winphone', 'all'])) { |
|
| 41 | + if (!in_array($platform, ['ios', 'android', 'winphone', 'all'])) { |
|
| 42 | 42 | throw new \InvalidArgumentException('Invalid device type: '.$platform); |
| 43 | 43 | } |
| 44 | 44 | |