summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Storage/Wrapper/Encoding.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/private/Files/Storage/Wrapper/Encoding.php')
-rw-r--r--lib/private/Files/Storage/Wrapper/Encoding.php38
1 files changed, 19 insertions, 19 deletions
diff --git a/lib/private/Files/Storage/Wrapper/Encoding.php b/lib/private/Files/Storage/Wrapper/Encoding.php
index a2ef1780d6c..aa5c0e99c76 100644
--- a/lib/private/Files/Storage/Wrapper/Encoding.php
+++ b/lib/private/Files/Storage/Wrapper/Encoding.php
@@ -124,7 +124,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.mkdir.php
+ * see https://www.php.net/manual/en/function.mkdir.php
*
* @param string $path
* @return bool
@@ -139,7 +139,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.rmdir.php
+ * see https://www.php.net/manual/en/function.rmdir.php
*
* @param string $path
* @return bool
@@ -153,7 +153,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.opendir.php
+ * see https://www.php.net/manual/en/function.opendir.php
*
* @param string $path
* @return resource
@@ -163,7 +163,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.is_dir.php
+ * see https://www.php.net/manual/en/function.is_dir.php
*
* @param string $path
* @return bool
@@ -173,7 +173,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.is_file.php
+ * see https://www.php.net/manual/en/function.is_file.php
*
* @param string $path
* @return bool
@@ -183,7 +183,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.stat.php
+ * see https://www.php.net/manual/en/function.stat.php
* only the following keys are required in the result: size and mtime
*
* @param string $path
@@ -194,7 +194,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.filetype.php
+ * see https://www.php.net/manual/en/function.filetype.php
*
* @param string $path
* @return bool
@@ -204,7 +204,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.filesize.php
+ * see https://www.php.net/manual/en/function.filesize.php
* The result for filesize when called on a folder is required to be 0
*
* @param string $path
@@ -276,7 +276,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.file_exists.php
+ * see https://www.php.net/manual/en/function.file_exists.php
*
* @param string $path
* @return bool
@@ -286,7 +286,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.filemtime.php
+ * see https://www.php.net/manual/en/function.filemtime.php
*
* @param string $path
* @return int
@@ -296,7 +296,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.file_get_contents.php
+ * see https://www.php.net/manual/en/function.file_get_contents.php
*
* @param string $path
* @return string
@@ -306,7 +306,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.file_put_contents.php
+ * see https://www.php.net/manual/en/function.file_put_contents.php
*
* @param string $path
* @param string $data
@@ -317,7 +317,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.unlink.php
+ * see https://www.php.net/manual/en/function.unlink.php
*
* @param string $path
* @return bool
@@ -331,7 +331,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.rename.php
+ * see https://www.php.net/manual/en/function.rename.php
*
* @param string $path1
* @param string $path2
@@ -343,7 +343,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.copy.php
+ * see https://www.php.net/manual/en/function.copy.php
*
* @param string $path1
* @param string $path2
@@ -354,7 +354,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.fopen.php
+ * see https://www.php.net/manual/en/function.fopen.php
*
* @param string $path
* @param string $mode
@@ -380,7 +380,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.hash.php
+ * see https://www.php.net/manual/en/function.hash.php
*
* @param string $type
* @param string $path
@@ -392,7 +392,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.free_space.php
+ * see https://www.php.net/manual/en/function.free_space.php
*
* @param string $path
* @return int
@@ -412,7 +412,7 @@ class Encoding extends Wrapper {
}
/**
- * see http://php.net/manual/en/function.touch.php
+ * see https://www.php.net/manual/en/function.touch.php
* If the backend does not support the operation, false should be returned
*
* @param string $path