Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / nikic / php-parser / lib / PhpParser / Node / Scalar.php
index 01177532cd856d39424c6346bd5ed0efcfb00292..8117909b65a48524f639c04b574f615a94bd8e90 100644 (file)
@@ -1,7 +1,7 @@
-<?php
+<?php declare(strict_types=1);
 
 namespace PhpParser\Node;
 
 abstract class Scalar extends Expr
 {
-}
\ No newline at end of file
+}