From dafc5feb5accc58508c96a2506aa9cee94808138 Mon Sep 17 00:00:00 2001 From: Matthew Brown Date: Sun, 10 Feb 2019 16:45:36 -0500 Subject: [PATCH] Limit callable::__invoke test to PHP71 --- tests/TypeReconciliationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/TypeReconciliationTest.php b/tests/TypeReconciliationTest.php index 07acf1942..e320723d6 100644 --- a/tests/TypeReconciliationTest.php +++ b/tests/TypeReconciliationTest.php @@ -1205,7 +1205,7 @@ class TypeReconciliationTest extends TestCase echo $a; }', ], - 'removeNonCallable' => [ + 'PHP71-removeNonCallable' => [ '