We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -113,7 +113,7 @@ |
||
113 | 113 | { |
114 | 114 | $name = $this->argument('name'); |
115 | 115 | |
116 | - if (! $this->option('nomigration')) { |
|
116 | + if (!$this->option('nomigration')) { |
|
117 | 117 | $this->buildMigration($name); |
118 | 118 | } |
119 | 119 | } |
@@ -125,7 +125,7 @@ |
||
125 | 125 | { |
126 | 126 | $name = $this->argument('name'); |
127 | 127 | |
128 | - if (! $this->option('nomigration')) { |
|
128 | + if (!$this->option('nomigration')) { |
|
129 | 129 | $this->buildMigration($name); |
130 | 130 | } |
131 | 131 | } |