8000 Merge branch '3.1' into 3.2 · symfony/dependency-injection@02a3718 · GitHub
[go: up one dir, main page]

Skip to content

Commit 02a3718

Browse files
Merge branch '3.1' into 3.2
* 3.1: do not depend on a fixed date in layout tests [Console] Escape default value when dumping help [Console] OS X Can't call cli_set_process_title php without superuser Fixed @return when returning this or static #bis fixed @return when returning this or static Polish translation improvement in Validator component [Console] Descriptors should use Helper::strlen [Config] Improve PHPdoc / IDE autocomplete [Debug] Wrap call to ->log in a try catch block [Debug] UndefinedMethodFatalErrorHandler - Handle anonymous classes fix merge [cache] Bump RedisAdapter timeout to 5s fixed @return when returning this or static [SecurityBundle] Made collection of user provider unique when injecting them to the RemberMeService remove is_writable check on filesystem cache
2 parents 114ce12 + c0f8b69 commit 02a3718

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Definition.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ public function getFile()
437437
*
438438
* @param bool $shared Whether the service must be shared or not
439439
*
440-
* @return Definition The current instance
440+
* @return $this
441441
*/
442442
public function setShared($shared)
443443
{
@@ -563,7 +563,7 @@ public function isAbstract()
563563
* @param bool $status
564564
* @param string $template Template message to use if the definition is deprecated
565565
*
566-
* @return Definition the current instance
566+
* @return $this
567567
*
568568
* @throws InvalidArgumentException When the message template is invalid.
569569
*/
@@ -642,7 +642,7 @@ public function getConfigurator()
642642
*
643643
* @param string[] $types
644644
*
645-
* @return Definition The current instance
645+
* @return $this
646646
*/
647647
public function setAutowiringTypes(array $types)
648648
{
@@ -670,7 +670,7 @@ public function isAutowired()
670670
*
671671
* @param bool $autowired
672672
*
673-
* @return Definition The current instance
673+
* @return $this
674674
*/
675675
public function setAutowired($autowired)
676676
{
@@ -694,7 +694,7 @@ public function getAutowiringTypes()
694694
*
695695
* @param string $type
696696
*
697-
* @return Definition The current instance
697+
* @return $this
698698
*/
699699
public function addAutowiringType($type)
700700
{
@@ -708,7 +708,7 @@ public function addAutowiringType($type)
708708
*
709709
* @param string $type
710710
*
711-
* @return Definition The current instance
711+
* @return $this
712712
*/
713713
public function removeAutowiringType($type)
714714
{

0 commit comments

Comments
 (0)
0