Skip to content

Commit

Permalink
Attributes: Remove unused use statement and remove whitespaces in PHPDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Timm Ortloff committed Feb 2, 2023
1 parent 20dd87e commit 51a5e82
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/Attributes.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use InvalidArgumentException;
use IteratorAggregate;
use ReflectionFunction;
use ReflectionMethod;
use Traversable;

use function ipl\Stdlib\get_php_type;
Expand Down Expand Up @@ -368,9 +367,9 @@ public function setPrefix($prefix)
/**
* Register callback for an attribute
*
* @param string $name Name of the attribute to register the callback for
* @param ?callable $callback Callback to call when retrieving the attribute
* @param ?callable $setterCallback Callback to call when setting the attribute
* @param string $name Name of the attribute to register the callback for
* @param ?callable $callback Callback to call when retrieving the attribute
* @param ?callable $setterCallback Callback to call when setting the attribute
*
* @return $this
*/
Expand Down

0 comments on commit 51a5e82

Please sign in to comment.