Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / psy / psysh / test / CodeCleaner / UseStatementPassTest.php
index aedfd499d2a811b05977ce4d98d80d6de25a0b70..4d5ac3420d69aa90d5cf4c100383ec1a145eb03c 100644 (file)
@@ -80,7 +80,7 @@ class UseStatementPassTest extends CodeCleanerTestCase
 
     public function groupUseStatements()
     {
-        if (version_compare(PHP_VERSION, '7.0', '<')) {
+        if (\version_compare(PHP_VERSION, '7.0', '<')) {
             $this->markTestSkipped();
         }