Skip to content

Commit

Permalink
used attribute Deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 1, 2025
1 parent 16e0d4b commit 49a4924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SafeStream/Wrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Wrapper
/** Name of stream protocol - nette.safe:// */
public const Protocol = 'nette.safe';

/** @deprecated use Wrapper::Protocol */
#[\Deprecated('use Wrapper::Protocol')]
public const PROTOCOL = self::Protocol;

/** @var ?resource */
Expand Down

0 comments on commit 49a4924

Please sign in to comment.