Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / nikic / php-parser / lib / PhpParser / Node / Expr / Cast / Bool_.php
index 4a1bd8fc3c05cf9707a3903e9e823e798918d3d9..04eb4af584592fc4e1801ba4305956d212d28f45 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 Bool_ extends Cast
 {
+    public function getType() : string {
+        return 'Expr_Cast_Bool';
+    }
 }