Skip to content

Commit 45571dd

Browse files
Merge branch '3.0'
* 3.0: [ClassLoader] Use symfony/polyfill-apcu [HttpFoundation][Cookie] Cookie DateTimeInterface fix bumped Symfony version to 2.8.3 updated VERSION for 2.8.2 updated CHANGELOG for 2.8.2 bumped Symfony version to 2.7.10 updated VERSION for 2.7.9 updated CHANGELOG for 2.7.9 bumped Symfony version to 2.3.38 updated VERSION for 2.3.37 update CONTRIBUTORS for 2.3.37 updated CHANGELOG for 2.3.37 added missing requirement removed obsolete tests, fixed composer.json do not ship with a custom rng implementation [Console] HHVM read input stream bug Fix max width for multibyte keys in choice question [Console] Display console application name even when no version set Remove calls to non-existing method Remove empty statements.
2 parents fc4ba8c + 5d2e110 commit 45571dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Iterator/MockSplFileInfo.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function isFile()
5252
{
5353
if (null === $this->type) {
5454
return false !== strpos($this->getFilename(), 'file');
55-
};
55+
}
5656

5757
return self::TYPE_FILE === $this->type;
5858
}

0 commit comments

Comments
 (0)