Skip to content

Commit 80717a8

Browse files
committed
Merge branch '2.8' into 3.1
* 2.8: [DependencyInjection] Add missing PHPDoc type Correct a typo in the ReflectionExtractor's description [HttpFoundation] JSONP callback validation [Console] Improved the explanation of the hasOption() method Uniformize exception vars according to our CS add missing use statement bug #18042 [Security] $attributes can be anything, but RoleVoter assumes strings
2 parents 8fa4be9 + 7bc01cf commit 80717a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Definition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ public function isAutowired()
664664
/**
665665
* Sets autowired.
666666
*
667-
* @param $autowired
667+
* @param bool $autowired
668668
*
669669
* @return Definition The current instance
670670
*/

0 commit comments

Comments
 (0)