Skip to content

Commit b844e62

Browse files
Merge branch '5.0' into 5.1
* 5.0: [ErrorHandler] fix throwing from __toString() Removed comments and requirements relative to php <5.5 (not supported anymore) Fix caching of parent locales file in translator fix validating lazy properties that evaluate to null
2 parents d35eb2e + 980e4b4 commit b844e62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Command/Command.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,6 @@ public function setName(string $name)
430430
* This feature should be used only when creating a long process command,
431431
* like a daemon.
432432
*
433-
* PHP 5.5+ or the proctitle PECL library is required
434-
*
435433
* @return $this
436434
*/
437435
public function setProcessTitle(string $title)

0 commit comments

Comments
 (0)