We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d297fa8 commit c28a5f2Copy full SHA for c28a5f2
src/Internal/CombinationsHelper.php
@@ -2,8 +2,8 @@
2
3
namespace PHPStan\Internal;
4
5
-use function array_pop;
6
use Traversable;
+use function array_pop;
7
8
final class CombinationsHelper
9
{
0 commit comments