reorder code and files, remove the filtered source dir implementation
[pharext/pharext] / src / pharext_packager.php
index 125db61bdea9bdda248c463e4e8780aa3327067e..f85c2f18bdf76da25196cf77abcc141947b945c3 100644 (file)
@@ -2,7 +2,6 @@
 /**
  * The packager sub-stub for bin/pharext
  */
-
 spl_autoload_register(function($c) {
        return include strtr($c, "\\_", "//") . ".php";
 });