Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / nikic / php-parser / lib / PhpParser / ErrorHandler.php
index fa2c2f8ced24ae5155bbd6c8e88edeb40155c839..d620e7453606fe97da8dd13abba3abfff54252e8 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php declare(strict_types=1);
 
 namespace PhpParser;
 
@@ -10,4 +10,4 @@ interface ErrorHandler
      * @param Error $error The error that needs to be handled
      */
     public function handleError(Error $error);
-}
\ No newline at end of file
+}