Skip to content

Commit 2c65e44

Browse files
committed
whitespace
1 parent f2d9dae commit 2c65e44

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

src/Framework/DataProvider.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
*/
1414
class DataProvider
1515
{
16-
1716
/**
1817
* @param string path to data provider file
1918
* @param string filtering condition

src/Framework/DomQuery.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
*/
1414
class DomQuery extends \SimpleXMLElement
1515
{
16-
1716
/**
1817
* @return DomQuery
1918
*/

src/Framework/Helpers.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
*/
1414
class Helpers
1515
{
16-
1716
/**
1817
* Purges directory.
1918
* @param string

src/Framework/TestCase.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
class TestCase
1515
{
1616
/** @internal */
17-
const LIST_METHODS = 'nette-tester-list-methods',
17+
const
18+
LIST_METHODS = 'nette-tester-list-methods',
1819
METHOD_PATTERN = '#^test[A-Z0-9_]#';
1920

20-
2121
/** @var bool */
2222
private $handleErrors = false;
2323

0 commit comments

Comments
 (0)