@@ -36,7 +36,7 @@ |
||
36 | 36 | * Returns a good working LimeSurvey collector |
37 | 37 | * @return EmailAddress |
38 | 38 | */ |
39 | - public function baseObject(){ |
|
39 | + public function baseObject() { |
|
40 | 40 | $model = new EmailAddress(); |
41 | 41 | return $model; |
42 | 42 | } |
@@ -33,7 +33,7 @@ |
||
33 | 33 | * Returns a good working LimeSurvey collector |
34 | 34 | * @return EmailsValidationForm |
35 | 35 | */ |
36 | - public function baseObject(){ |
|
36 | + public function baseObject() { |
|
37 | 37 | $model = new EmailsValidationForm(); |
38 | 38 | return $model; |
39 | 39 | } |
@@ -3,7 +3,7 @@ |
||
3 | 3 | |
4 | 4 | $config = [ |
5 | 5 | 'id' => 'test-app', |
6 | - 'basePath' => dirname(__DIR__). "/../src/", |
|
6 | + 'basePath' => dirname(__DIR__) . "/../src/", |
|
7 | 7 | 'aliases' =>[ |
8 | 8 | '@vendor' => '@app/../vendor', |
9 | 9 | '@bower' => '@vendor/bower-asset', |
@@ -20,7 +20,7 @@ |
||
20 | 20 | { |
21 | 21 | use _generated\UnitTesterActions; |
22 | 22 | |
23 | - /** |
|
24 | - * Define custom actions here |
|
25 | - */ |
|
23 | + /** |
|
24 | + * Define custom actions here |
|
25 | + */ |
|
26 | 26 | } |