Skip to content

Commit d90987b

Browse files
Remove useless docblocks
1 parent 17773f1 commit d90987b

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

Adapter/AbstractFindAdapter.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
*/
2727
abstract class AbstractFindAdapter extends AbstractAdapter
2828
{
29-
/**
30-
* @var Shell
31-
*/
3229
protected $shell;
3330

3431
public function __construct()

Expression/Glob.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
*/
1919
class Glob implements ValueInterface
2020
{
21-
/**
22-
* @var string
23-
*/
2421
private $pattern;
2522

2623
/**

Tests/Iterator/MockSplFileInfo.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
class MockSplFileInfo extends \SplFileInfo
1515
{
16-
const TYPE_DIRECTORY = 1;
17-
const TYPE_FILE = 2;
18-
const TYPE_UNKNOWN = 3;
16+
const TYPE_DIRECTORY = 1;
17+
const TYPE_FILE = 2;
18+
const TYPE_UNKNOWN = 3;
1919

2020
private $contents = null;
2121
private $mode = null;

0 commit comments

Comments
 (0)