Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / nikic / php-parser / lib / PhpParser / ErrorHandler / Throwing.php
index c5a76dd0cf9a23540ed94f1a35fdcb83bf6c6119..aeee989b1a6bfc9e68ee6f05cc016d7febdb1053 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php declare(strict_types=1);
 
 namespace PhpParser\ErrorHandler;
 
@@ -15,4 +15,4 @@ class Throwing implements ErrorHandler
     public function handleError(Error $error) {
         throw $error;
     }
-}
\ No newline at end of file
+}