Skip to content

Commit

Permalink
Mark IpQualifier as deprecated with version and reason.
Browse files Browse the repository at this point in the history
Updated the @deprecated annotation in IpQualifier to include the version (1.11.0) and an explanation for its deprecation. This improves clarity regarding the class's status and its replacement by the CompileVisitor pattern.
  • Loading branch information
koriym committed Jan 12, 2025
1 parent dfb2eac commit 3941135
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src-deprecated/IpQualifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
use ReflectionParameter;
use function serialize;

/** @deprecated */
/**
* @deprecated since 1.11.0
* Since CompileVisitor pattern is used, this class is no longer needed.
*/
final class IpQualifier
{
/** @var ReflectionParameter */
Expand Down

0 comments on commit 3941135

Please sign in to comment.