Skip to content

Commit 5055689

Browse files
Merge branch '3.4' into 4.3
* 3.4: [FrameworkBundle] Fix framework bundle lock configuration not working as expected [Validator] Add the missing translations for the Azerbaijani locale [Cache] dont override native Memcached options Fix return type of Process::restart().
2 parents e89969c + 344dc58 commit 5055689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Process.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ public function start(callable $callback = null, array $env = [])
358358
* @param callable|null $callback A PHP callback to run whenever there is some
359359
* output available on STDOUT or STDERR
360360
*
361-
* @return $this
361+
* @return static
362362
*
363363
* @throws RuntimeException When process can't be launched
364364
* @throws RuntimeException When process is already running

0 commit comments

Comments
 (0)