@@ -131,7 +131,7 @@ |
||
| 131 | 131 | $diff = $now->diff($ago); |
| 132 | 132 | |
| 133 | 133 | $diff->w = floor($diff->d / 7); |
| 134 | - $diff->d -= (int)$diff->w * 7; |
|
| 134 | + $diff->d -= (int) $diff->w * 7; |
|
| 135 | 135 | |
| 136 | 136 | $string = ['y' => 'year', 'm' => 'month', 'h' => 'hour', 'i' => 'minute', 's' => 'second']; |
| 137 | 137 | foreach ($string as $k => &$v) { |
@@ -73,7 +73,7 @@ |
||
| 73 | 73 | */ |
| 74 | 74 | public function getProjectConfigFile() |
| 75 | 75 | { |
| 76 | - if (!strlen((string)$this->magentoRootFolder)) { |
|
| 76 | + if (!strlen((string) $this->magentoRootFolder)) { |
|
| 77 | 77 | return; |
| 78 | 78 | } |
| 79 | 79 | $projectConfigFilePath = $this->magentoRootFolder . '/app/etc/' . $this->customConfigFilename; |