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