Completed
Pull Request — stable8 (#25330)
by
unknown
16:49
created
apps/files_versions/tests/versions.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -759,6 +759,10 @@  discard block
 block discarded – undo
759 759
 		);
760 760
 	}
761 761
 
762
+	/**
763
+	 * @param OC\Files\View $view
764
+	 * @param string $path
765
+	 */
762 766
 	private function createAndCheckVersions($view, $path) {
763 767
 		$view->file_put_contents($path, 'test file');
764 768
 		$view->file_put_contents($path, 'version 1');
@@ -782,7 +786,6 @@  discard block
 block discarded – undo
782 786
 	/**
783 787
 	 * @param string $user
784 788
 	 * @param bool $create
785
-	 * @param bool $password
786 789
 	 */
787 790
 	public static function loginHelper($user, $create = false) {
788 791
 
Please login to merge, or discard this patch.