diff options
author | Christopher Jones <sixd@php.net> | 2018-09-24 13:27:27 +1000 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2018-09-24 13:27:27 +1000 |
commit | a2c0f8722b90becea8e551822dad206552e82d44 (patch) | |
tree | aad21c45d7b4ca6c0279eb3d3cac38ff930b9bad /ext/oci8/tests/descriptors.phpt | |
parent | eceb34073b28f74f1ea6e659bea296664563189f (diff) | |
download | php-git-a2c0f8722b90becea8e551822dad206552e82d44.tar.gz |
Remove trailing whitespace to help keep branches in sync
Diffstat (limited to 'ext/oci8/tests/descriptors.phpt')
-rw-r--r-- | ext/oci8/tests/descriptors.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/descriptors.phpt b/ext/oci8/tests/descriptors.phpt index 9193fdddeb..9a4c650c47 100644 --- a/ext/oci8/tests/descriptors.phpt +++ b/ext/oci8/tests/descriptors.phpt @@ -4,7 +4,7 @@ commit connection after destroying the descriptor <?php $target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs require(dirname(__FILE__).'/skipif.inc'); -?> +?> --FILE-- <?php |