diff options
Diffstat (limited to 'ext/phar/tests')
-rw-r--r-- | ext/phar/tests/tar/files/corrupt_tarmaker.php.inc | 4 | ||||
-rw-r--r-- | ext/phar/tests/tar/files/make.dangerous.tar.php.inc | 4 | ||||
-rw-r--r-- | ext/phar/tests/tar/files/tarmaker.php.inc | 4 | ||||
-rw-r--r-- | ext/phar/tests/zip/files/zipmaker.php.inc | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/ext/phar/tests/tar/files/corrupt_tarmaker.php.inc b/ext/phar/tests/tar/files/corrupt_tarmaker.php.inc index b0eba6cc69..b5222f5805 100644 --- a/ext/phar/tests/tar/files/corrupt_tarmaker.php.inc +++ b/ext/phar/tests/tar/files/corrupt_tarmaker.php.inc @@ -32,7 +32,7 @@ class corrupt_tarmaker /** * save a file inside this package - * + * * This code is modified from Vincent Lascaux's File_Archive * package, which is licensed under the LGPL license. * @param string relative path within the package @@ -152,7 +152,7 @@ class corrupt_tarmaker /** * Create an internal directory, creating parent directories as needed - * + * * @param string $dir */ function mkdir($dir) diff --git a/ext/phar/tests/tar/files/make.dangerous.tar.php.inc b/ext/phar/tests/tar/files/make.dangerous.tar.php.inc index deeaa41761..52f5a23507 100644 --- a/ext/phar/tests/tar/files/make.dangerous.tar.php.inc +++ b/ext/phar/tests/tar/files/make.dangerous.tar.php.inc @@ -33,7 +33,7 @@ class danger_tarmaker /** * save a file inside this package - * + * * This code is modified from Vincent Lascaux's File_Archive * package, which is licensed under the LGPL license. * @param string relative path within the package @@ -145,7 +145,7 @@ class danger_tarmaker /** * Create an internal directory, creating parent directories as needed - * + * * @param string $dir */ function mkdir($dir) diff --git a/ext/phar/tests/tar/files/tarmaker.php.inc b/ext/phar/tests/tar/files/tarmaker.php.inc index 9b8d348fbb..0df7ee9933 100644 --- a/ext/phar/tests/tar/files/tarmaker.php.inc +++ b/ext/phar/tests/tar/files/tarmaker.php.inc @@ -32,7 +32,7 @@ class tarmaker /** * save a file inside this package - * + * * This code is modified from Vincent Lascaux's File_Archive * package, which is licensed under the LGPL license. * @param string relative path within the package @@ -144,7 +144,7 @@ class tarmaker /** * Create an internal directory, creating parent directories as needed - * + * * @param string $dir */ function mkdir($dir) diff --git a/ext/phar/tests/zip/files/zipmaker.php.inc b/ext/phar/tests/zip/files/zipmaker.php.inc index aceab0d26b..ad16fda659 100644 --- a/ext/phar/tests/zip/files/zipmaker.php.inc +++ b/ext/phar/tests/zip/files/zipmaker.php.inc @@ -51,7 +51,7 @@ class zipmaker /** * Create an internal directory, creating parent directories as needed - * + * * This is a no-op for the tar creator * @param string $dir */ |