Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 801f4cd

Browse files
minor #37458 Removed comments and requirements relative to php <5.5 (not supported anymore) (lyrixx)
This PR was merged into the 3.4 branch. Discussion ---------- Removed comments and requirements relative to php <5.5 (not supported anymore) | Q | A | ------------- | --- | Branch? | 3.43.43.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | --- There is also https://github.com/symfony/symfony/blob/3.4/src/Symfony/Component/EventDispatcher/Tests/AbstractEventDispatcherTest.php#L270-L276 but I think we could let it in place (and this file does not exist on master) Commits ------- 5c5ea75 Removed comments and requirements relative to php <5.5 (not supported anymore)
2 parents b344f6d + 5c5ea75 commit 801f4cd

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

src/Symfony/Component/Console/Command/Command.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,6 @@ public function setName($name)
437437
* This feature should be used only when creating a long process command,
438438
* like a daemon.
439439
*
440-
* PHP 5.5+ or the proctitle PECL library is required
441-
*
442440
* @param string $title The process title
443441
*
444442
* @return $this

src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToHtml5LocalDateTimeTransformerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ public function testTransform($fromTz, $toTz, $from, $to)
6363

6464
/**
6565
* @dataProvider transformProvider
66-
* @requires PHP 5.5
6766
*/
6867
public function testTransformDateTimeImmutable($fromTz, $toTz, $from, $to)
6968
{

src/Symfony/Component/HttpFoundation/Tests/CookieTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@ public function testConstructorWithDateTime()
115115
$this->assertEquals($expire->format('U'), $cookie->getExpiresTime(), '->getExpiresTime() returns the expire date');
116116
}
117117

118-
/**
119-
* @requires PHP 5.5
120-
*/
121118
public function testConstructorWithDateTimeImmutable()
122119
{
123120
$expire = new \DateTimeImmutable();

0 commit comments

Comments
 (0)