Completed
Branch master (a84bde)
by Aimeos
03:12
created
lib/custom/src/MW/Filesystem/FlyBase.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
 	 * @param string $path Path to the directory
59 59
 	 * @return void
60 60
 	 * @throws \Aimeos\MW\Filesystem\Exception If an error occurs
61
-	*/
61
+	 */
62 62
 	public function mkdir( $path )
63 63
 	{
64 64
 		if( $this->getProvider()->createDir( $path ) === false ) {
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
73 73
 	 * @param string $path Path to the directory
74 74
 	 * @return void
75 75
 	 * @throws \Aimeos\MW\Filesystem\Exception If an error occurs
76
-	*/
76
+	 */
77 77
 	public function rmdir( $path )
78 78
 	{
79 79
 		if( $this->getProvider()->deleteDir( $path ) === false ) {
Please login to merge, or discard this patch.