Completed
Pull Request — master (#31299)
by Piotr
14:15 queued 02:50
created
lib/private/Files/Storage/Wrapper/Encryption.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -654,7 +654,7 @@  discard block
 block discarded – undo
654 654
 	 * Set the flag to true, so that the file would be
655 655
 	 * in the decrypted state.
656 656
 	 *
657
-	 * @param $isDisabled bool
657
+	 * @param boolean $isDisabled bool
658 658
 	 */
659 659
 	public static function setDisableWriteEncryption($isDisabled) {
660 660
 		self::$disableWriteEncryption = $isDisabled;
@@ -891,7 +891,7 @@  discard block
 block discarded – undo
891 891
 	 * Read first block of encrypted file from resource, typically this will contain the
892 892
 	 * encryption header
893 893
 	 *
894
-	 * @param string|resource $path
894
+	 * @param resource $path
895 895
 	 * @return string
896 896
 	 */
897 897
 	protected function readResourceFirstBlock($path) {
@@ -920,7 +920,7 @@  discard block
 block discarded – undo
920 920
 	/**
921 921
 	 * return header size of given file
922 922
 	 *
923
-	 * @param string|resource $path
923
+	 * @param string $path
924 924
 	 * @return int
925 925
 	 */
926 926
 	protected function getHeaderSize($path) {
@@ -980,7 +980,7 @@  discard block
 block discarded – undo
980 980
 	/**
981 981
 	 * read header from file
982 982
 	 *
983
-	 * @param string|resource $path
983
+	 * @param string $path
984 984
 	 * @return array
985 985
 	 */
986 986
 	protected function getHeader($path) {
@@ -1086,7 +1086,7 @@  discard block
 block discarded – undo
1086 1086
 	/**
1087 1087
 	 * check if path points to a files version
1088 1088
 	 *
1089
-	 * @param $path
1089
+	 * @param string $path
1090 1090
 	 * @return bool
1091 1091
 	 */
1092 1092
 	protected function isVersion($path) {
Please login to merge, or discard this patch.