@@ -143,7 +143,7 @@ discard block |
||
143 | 143 | { |
144 | 144 | // Proxyのクラスをロードせずにスキーマを更新するために、 |
145 | 145 | // インストール時には一時的なディレクトリにProxyを生成する |
146 | - $tmpProxyOutputDir = sys_get_temp_dir() . '/proxy_' . Str::random(12); |
|
146 | + $tmpProxyOutputDir = sys_get_temp_dir().'/proxy_'.Str::random(12); |
|
147 | 147 | @mkdir($tmpProxyOutputDir); |
148 | 148 | |
149 | 149 | try { |
@@ -209,7 +209,7 @@ discard block |
||
209 | 209 | if (!empty($config_cache)) { |
210 | 210 | $meta = $config_cache; |
211 | 211 | } else { |
212 | - $meta = $this->readYml($dir . '/config.yml'); |
|
212 | + $meta = $this->readYml($dir.'/config.yml'); |
|
213 | 213 | } |
214 | 214 | } catch (\Symfony\Component\Yaml\Exception\ParseException $e) { |
215 | 215 | throw new PluginException($e->getMessage(), $e->getCode(), $e); |