Skip to content

Commit 74e2e2e

Browse files
committed
phpcs error fixed
1 parent 3181010 commit 74e2e2e

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

tests/_data/bootstrap-micro.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
<?php
2+
23
$di = new \Phalcon\DI\FactoryDefault();
34
return new \Phalcon\Mvc\Micro($di);

tests/_support/AcceptanceTester.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
22

3-
43
/**
54
* Inherited Methods
65
* @method void wantToTest($text)

tests/_support/FunctionalTester.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
22

3-
43
/**
54
* Inherited Methods
65
* @method void wantToTest($text)

tests/_support/UnitTester.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?php
22

3-
43
/**
54
* Inherited Methods
65
* @method void wantToTest($text)

0 commit comments

Comments
 (0)