Skip to content

Commit 64c82cd

Browse files
author
Gareth Midwood
committed
Add missing semicolon
1 parent 6abcbf9 commit 64c82cd

File tree

1 file changed

+1
-1
lines changed
  • src/Environment/Command/Container

1 file changed

+1
-1
lines changed

src/Environment/Command/Container/Php.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ private function _editCustomWebroot()
214214
);
215215

216216
$apacheConfigDirPath = '../config/apache';
217-
$absoluteApacheConfigDirPath = $path . '/' . $apacheConfigDirPath
217+
$absoluteApacheConfigDirPath = $path . '/' . $apacheConfigDirPath;
218218

219219
// generate apache config file
220220
if (!$this->_fs->exists($absoluteApacheConfigDirPath)) {

0 commit comments

Comments
 (0)