From 8ee88c91199f5aa16cd8f2c0923089efb68614de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filip=20Proch=C3=A1zka?= Date: Wed, 7 Sep 2016 23:20:05 +0200 Subject: [PATCH] fix linting of php7-only test files --- tests/UseStatements.groupUse.phpt | 2 +- tests/UseStatements.nonClassUse.phpt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/UseStatements.groupUse.phpt b/tests/UseStatements.groupUse.phpt index ef4a610..b529c66 100644 --- a/tests/UseStatements.groupUse.phpt +++ b/tests/UseStatements.groupUse.phpt @@ -1,4 +1,4 @@ -= 7.0 /** * @phpVersion 7 diff --git a/tests/UseStatements.nonClassUse.phpt b/tests/UseStatements.nonClassUse.phpt index 23dcd9c..87fcfd6 100644 --- a/tests/UseStatements.nonClassUse.phpt +++ b/tests/UseStatements.nonClassUse.phpt @@ -1,4 +1,4 @@ -= 7.0 /** * @phpVersion 7