Skip to content

Commit

Permalink
infection#597 add type hints
Browse files Browse the repository at this point in the history
  • Loading branch information
majkel89 committed Mar 4, 2019
1 parent 22f6563 commit 8c7fa3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Mutator/Removal/ArrayItemRemoval.php
Expand Up @@ -51,7 +51,9 @@ final class ArrayItemRemoval extends Mutator
'limit' => PHP_INT_MAX,
];

/** @var string first|last|all */
private $remove;
/** @var int */
private $limit;

public function __construct(MutatorConfig $config)
Expand Down

0 comments on commit 8c7fa3b

Please sign in to comment.