diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-10-08 18:04:10 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-10-08 18:04:10 +0000 |
commit | 0aaeb1889d139344b17cbdf6c11d325adc7fd3fd (patch) | |
tree | acad9dce259246ebf2c7e6006cd994517198761e /packages/test_package | |
parent | 08139cb8e4df5ae997db8952a8658281a6643712 (diff) | |
download | pfsense-packages-0aaeb1889d139344b17cbdf6c11d325adc7fd3fd.tar.gz pfsense-packages-0aaeb1889d139344b17cbdf6c11d325adc7fd3fd.tar.bz2 pfsense-packages-0aaeb1889d139344b17cbdf6c11d325adc7fd3fd.zip |
Swap arguments
Diffstat (limited to 'packages/test_package')
-rw-r--r-- | packages/test_package/test_package.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/test_package/test_package.php b/packages/test_package/test_package.php new file mode 100644 index 00000000..8d68cf39 --- /dev/null +++ b/packages/test_package/test_package.php @@ -0,0 +1,14 @@ +<?php + +/* DISABLE_PHP_LINT_CHECKING */ + +class CommitTest { + function __construct() { + } + + public function testFunction() { + } +} + + +?>
\ No newline at end of file |