diff --git a/test/TestAsset/BasicClassWithParam.php b/test/TestAsset/BasicClassWithParam.php index a37aae67..99919e28 100644 --- a/test/TestAsset/BasicClassWithParam.php +++ b/test/TestAsset/BasicClassWithParam.php @@ -12,5 +12,5 @@ class BasicClassWithParam { - public function __construct($foo){} + public function __construct($foo) {} }