Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / nikic / php-parser / test / PhpParser / Parser / Php7Test.php
index d6ab9e19f2ae80d4f8d2873186b27c4ea9b3130a..e2e4b3a272a2aac4e43ba2c7594d4dfd5197dce5 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php declare(strict_types=1);
 
 namespace PhpParser\Parser;
 
@@ -7,7 +7,8 @@ use PhpParser\ParserTest;
 
 require_once __DIR__ . '/../ParserTest.php';
 
-class Php7Test extends ParserTest {
+class Php7Test extends ParserTest
+{
     protected function getParser(Lexer $lexer) {
         return new Php7($lexer);
     }