Skip to content

Commit 47afe11

Browse files
Merge branch '5.4' into 6.0
* 5.4: [DoctrineBridge] Remove dead code [Lock] Remove unused variable [DoctrineBridge] Replace string with FQCN resolution in EntityType Add missing `@return $this` annotations [Notifier] Add missing types to SmscTransport
2 parents e39472e + cd63dba commit 47afe11

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

OptionsResolver.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,8 @@ public function isNested(string $option): bool
423423
* @param string $package The name of the composer package that is triggering the deprecation
424424
* @param string $version The version of the package that introduced the deprecation
425425
* @param string|\Closure $message The deprecation message to use
426+
*
427+
* @return $this
426428
*/
427429
public function setDeprecated(string $option, string $package, string $version, string|\Closure $message = 'The option "%name%" is deprecated.'): self
428430
{

0 commit comments

Comments
 (0)