Skip to content

Commit cd63dba

Browse files
Add missing @return $this annotations
1 parent f1b99f1 commit cd63dba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

OptionsResolver.php

+2
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,8 @@ public function isNested(string $option): bool
434434
* @param string $package The name of the composer package that is triggering the deprecation
435435
* @param string $version The version of the package that introduced the deprecation
436436
* @param string|\Closure $message The deprecation message to use
437+
*
438+
* @return $this
437439
*/
438440
public function setDeprecated(string $option/*, string $package, string $version, $message = 'The option "%name%" is deprecated.' */): self
439441
{

0 commit comments

Comments
 (0)