Skip to content

Commit 087861c

Browse files
Merge branch '3.4' into 4.4
* 3.4: [ErrorHandler] fix throwing from __toString() Removed comments and requirements relative to php <5.5 (not supported anymore) fix validating lazy properties that evaluate to null
2 parents fb66fad + cbbaa74 commit 087861c

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
@@ -433,8 +433,6 @@ public function setName($name)
433433
* This feature should be used only when creating a long process command,
434434
* like a daemon.
435435
*
436-
* PHP 5.5+ or the proctitle PECL library is required
437-
*
438436
* @param string $title The process title
439437
*
440438
* @return $this

0 commit comments

Comments
 (0)