@@ -898,7 +898,7 @@ |
||
| 898 | 898 | } |
| 899 | 899 | |
| 900 | 900 | /** |
| 901 | - * @param $state bool |
|
| 901 | + * @param boolean $state bool |
|
| 902 | 902 | */ |
| 903 | 903 | public function setScriptEnvironment($state) |
| 904 | 904 | { |
@@ -138,7 +138,7 @@ |
||
| 138 | 138 | $application = $this->getApplication(); |
| 139 | 139 | $application->setAutoExit(false); |
| 140 | 140 | $application->run(new StringInput('cache:flush'), new NullOutput()); |
| 141 | - if (!$application->isScriptEnvironment()){ |
|
| 141 | + if (!$application->isScriptEnvironment()) { |
|
| 142 | 142 | $application->setAutoExit(true); |
| 143 | 143 | } |
| 144 | 144 | |