Skip to content

Commit 2c8e73b

Browse files
Merge branch '3.2'
* 3.2: 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 2c5e11b + 02a3718 commit 2c8e73b

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
{
@@ -684,7 +684,7 @@ public function getAutowiredMethods()
684684
*
685685
* @param bool $autowired
686686
*
687-
* @return Definition The current instance
687+
* @return $this
688688
*/
689689
public function setAutowired($autowired)
690690
{
@@ -725,7 +725,7 @@ public function getAutowiringTypes()
725725
*
726726
* @param string $type
727727
*
728-
* @return Definition The current instance
728+
* @return $this
729729
*/
730730
public function addAutowiringType($type)
731731
{
@@ -739,7 +739,7 @@ public function addAutowiringType($type)
739739
*
740740
* @param string $type
741741
*
742-
* @return Definition The current instance
742+
* @return $this
743743
*/
744744
public function removeAutowiringType($type)
745745
{

0 commit comments

Comments
 (0)