@@ -67,7 +67,7 @@ |
||
| 67 | 67 | foreach ($files as $file) { |
| 68 | 68 | $count++; |
| 69 | 69 | set_error_handler( |
| 70 | - function ($severity, $message, $file, $line) { |
|
| 70 | + function($severity, $message, $file, $line) { |
|
| 71 | 71 | throw new \ErrorException($message, 0, $severity, $file, $line, null); |
| 72 | 72 | } |
| 73 | 73 | ); |
@@ -47,7 +47,7 @@ |
||
| 47 | 47 | $dataDir = $this->getBuilder($output)->getConfig()->get('data.dir'); |
| 48 | 48 | |
| 49 | 49 | // format output |
| 50 | - $unicodeTreePrefix = function (RecursiveTreeIterator $tree) { |
|
| 50 | + $unicodeTreePrefix = function(RecursiveTreeIterator $tree) { |
|
| 51 | 51 | $prefixParts = [ |
| 52 | 52 | RecursiveTreeIterator::PREFIX_LEFT => ' ', |
| 53 | 53 | RecursiveTreeIterator::PREFIX_MID_HAS_NEXT => '│ ', |
@@ -71,7 +71,7 @@ |
||
| 71 | 71 | } |
| 72 | 72 | // save thumb file |
| 73 | 73 | $img = Image::make($this->config->getStaticPath().'/'.$image['element']['attributes']['src']); |
| 74 | - $img->resize($resize, null, function ($constraint) { |
|
| 74 | + $img->resize($resize, null, function($constraint) { |
|
| 75 | 75 | $constraint->aspectRatio(); |
| 76 | 76 | $constraint->upsize(); |
| 77 | 77 | }); |