Skip to content
This repository was archived by the owner on Sep 10, 2024. It is now read-only.

Commit 1d6ad42

Browse files
committed
Fix coding style issue
1 parent ead6f78 commit 1d6ad42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ContainerBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class ContainerBuilder
7979
*
8080
* @throws ContainerException
8181
*/
82-
public final function __construct()
82+
final public function __construct()
8383
{
8484
$this->container = new Container();
8585
$this->bindServices();

0 commit comments

Comments
 (0)