Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / nikic / php-parser / lib / PhpParser / Comment / Doc.php
index 24fc6c9ecc0f8c2b0b198e657f997202d3c85c6e..a9db6128f4fd1c2b616a1a781bd9ddf46b39294c 100644 (file)
@@ -1,7 +1,7 @@
-<?php
+<?php declare(strict_types=1);
 
 namespace PhpParser\Comment;
 
 class Doc extends \PhpParser\Comment
 {
-}
\ No newline at end of file
+}