summaryrefslogtreecommitdiff
path: root/ext/spl/examples/findregex.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/spl/examples/findregex.php')
-rwxr-xr-xext/spl/examples/findregex.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/spl/examples/findregex.php b/ext/spl/examples/findregex.php
index b43ee0cbbc..288c0924b1 100755
--- a/ext/spl/examples/findregex.php
+++ b/ext/spl/examples/findregex.php
@@ -1,5 +1,5 @@
<?php
-
+
/** @file findregex.php
* @brief Program Find a specific file by name.
* @ingroup Examples
@@ -33,4 +33,4 @@ foreach(new RegexFindFile($argv[1], $argv[2]) as $file)
echo $file->getPathname()."\n";
}
-?> \ No newline at end of file
+?> \ No newline at end of file