summaryrefslogtreecommitdiff
path: root/examples/minimal.php
diff options
context:
space:
mode:
Diffstat (limited to 'examples/minimal.php')
-rw-r--r--examples/minimal.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/minimal.php b/examples/minimal.php
deleted file mode 100644
index 69a82f5..0000000
--- a/examples/minimal.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-function hello() {}
-class World {}
-const VERSION = "1.0";