Skip to content

Commit f8b4989

Browse files
Merge branch '2.7' into 2.8
* 2.7: [Intl] Make intl-data tests pass and save language aliases again Remove useless docblocks
2 parents f8ec0ca + 5535c5b commit f8b4989

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
@@ -30,9 +30,6 @@
3030
*/
3131
abstract class AbstractFindAdapter extends AbstractAdapter
3232
{
33-
/**
34-
* @var Shell
35-
*/
3633
protected $shell;
3734

3835
public function __construct()

Expression/Glob.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
*/
2121
class Glob implements ValueInterface
2222
{
23-
/**
24-
* @var string
25-
*/
2623
private $pattern;
2724

2825
/**

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)