@@ -40,11 +40,11 @@ discard block |
||
| 40 | 40 | $path = $this->option('destination'); |
| 41 | 41 | $path = reset($path); |
| 42 | 42 | // otherwise use the default path |
| 43 | - if(! $path) { |
|
| 43 | + if (!$path) { |
|
| 44 | 44 | $path = 'ui/preload.js'; |
| 45 | 45 | } |
| 46 | 46 | // fully calculated path is APPDIR/public/ui/preload.js |
| 47 | - return $base . '/' . $path; |
|
| 47 | + return $base.'/'.$path; |
|
| 48 | 48 | } |
| 49 | 49 | |
| 50 | 50 | public function generatePreloadJS($path) |
@@ -52,7 +52,7 @@ discard block |
||
| 52 | 52 | $client_id = config('enterpriseauth.credentials.client_id'); |
| 53 | 53 | $callback_uri = config('enterpriseauth.credentials.callback_url'); |
| 54 | 54 | |
| 55 | - $msauthjs = file_get_contents(__DIR__ . '/msauth.js'); |
|
| 55 | + $msauthjs = file_get_contents(__DIR__.'/msauth.js'); |
|
| 56 | 56 | |
| 57 | 57 | // generate javascript file contents |
| 58 | 58 | $contents = <<<EOF |