new file mode 100644
@@ -0,0 +1,6 @@
+<?php
+
+// Don't redefine the functions if included multiple times.
+if (!\function_exists('GuzzleHttp\describe_type')) {
+ require __DIR__.'/functions.php';
+}
deleted file mode 100644
@@ -1,6 +0,0 @@
-<?php
-
-// Don't redefine the functions if included multiple times.
-if (!\function_exists('GuzzleHttp\describe_type')) {
- require __DIR__ . '/functions.php';
-}
+ require __DIR__ . '/functions.php';