Skip to content

Commit

Permalink
import ReturnTypeWillChange to use section
Browse files Browse the repository at this point in the history
  • Loading branch information
sidz committed Oct 13, 2021
1 parent 6ad8729 commit 78c0f81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/FileSystem/Finder/Iterator/RealPathFilterIterator.php
Expand Up @@ -37,6 +37,7 @@

use const DIRECTORY_SEPARATOR;
use function preg_quote;
use ReturnTypeWillChange;
use function str_replace;
use Symfony\Component\Finder\Iterator\MultiplePcreFilterIterator;

Expand All @@ -50,7 +51,7 @@ final class RealPathFilterIterator extends MultiplePcreFilterIterator
*
* @return bool true if the value should be kept, false otherwise
*/
#[\ReturnTypeWillChange]
#[ReturnTypeWillChange]
public function accept()
{
$filename = $this->current()->getRealPath();
Expand Down

0 comments on commit 78c0f81

Please sign in to comment.