diff options
Diffstat (limited to 'src/__phutil_library_map__.php')
| -rw-r--r-- | src/__phutil_library_map__.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php new file mode 100644 index 0000000..1ebc28b --- /dev/null +++ b/src/__phutil_library_map__.php @@ -0,0 +1,14 @@ +<?php + +/** + * This file is automatically generated. Use 'arc liberate' to rebuild it. + * + * @generated + * @phutil-library-version 2 + */ +phutil_register_library_map(array( + '__library_version__' => 2, + 'class' => array(), + 'function' => array(), + 'xmap' => array(), +)); |
