Skip to content

Commit

Permalink
fix SplObjectStorage phpdoc definition
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Nov 11, 2024
1 parent afec337 commit 9a16c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SqlProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class SqlProcessor
*/
protected $customModifiers = [];

/** @var SplObjectStorage<ISqlProcessorModifierResolver,mixed>|ISqlProcessorModifierResolver[] */
/** @var SplObjectStorage<ISqlProcessorModifierResolver, never> */
protected SplObjectStorage $modifierResolvers;

/** @var array<string, string> */
Expand Down

0 comments on commit 9a16c3e

Please sign in to comment.