Skip to content

Commit a52f3c9

Browse files
committed
MAGETWO-51544: [Github] Cannot upgrade to Magento 2.0.4 #4013
- Minor formatting update
1 parent 965d760 commit a52f3c9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup/src/Magento/Setup/Model/PathBuilder.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ class PathBuilder
2929
* PathBuilder constructor.
3030
* @param DirectoryList $directoryList
3131
*/
32-
public function __construct(
33-
DirectoryList $directoryList
34-
) {
32+
public function __construct(DirectoryList $directoryList)
33+
{
3534
$this->directoryList = $directoryList;
3635
}
3736

0 commit comments

Comments
 (0)