Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / nikic / php-parser / lib / PhpParser / Node / Expr / Cast / Object_.php
index 4e9d74feea98b1987c161f98cc74ea561b774e55..163752be89563027cc4111f63cfe5db49569e790 100644 (file)
@@ -1,4 +1,4 @@
-<?php
+<?php declare(strict_types=1);
 
 namespace PhpParser\Node\Expr\Cast;
 
@@ -6,4 +6,7 @@ use PhpParser\Node\Expr\Cast;
 
 class Object_ extends Cast
 {
+    public function getType() : string {
+        return 'Expr_Cast_Object';
+    }
 }