Skip to content

Commit

Permalink
[TypeDeclaration] Handle crash on func call not found on BoolReturnTy…
Browse files Browse the repository at this point in the history
…peFromBooleanStrictReturnsRector
  • Loading branch information
samsonasik committed Sep 26, 2024
1 parent 398b04d commit c224234
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php

namespace Rector\Tests\TypeDeclaration\Rector\ClassMethod\BoolReturnTypeFromBooleanStrictReturnsRector\Fixture;

class SkipFuncCallNotFound
{
public function run()
{
return dt('some');
}
}

0 comments on commit c224234

Please sign in to comment.