Passed
Push — master ( 156ed6...04b07e )
by Aimeos
03:20
created
lib/custom/src/MW/Filesystem/Laravel.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
 	 * @param string $path Path to the directory
56 56
 	 * @return \Aimeos\MW\Filesystem\DirIface Filesystem object for fluent interface
57 57
 	 * @throws \Aimeos\MW\Filesystem\Exception If an error occurs
58
-	*/
58
+	 */
59 59
 	public function mkdir( string $path ) : DirIface
60 60
 	{
61 61
 		try {
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
 	 * @param string $path Path to the directory
75 75
 	 * @return \Aimeos\MW\Filesystem\DirIface Filesystem object for fluent interface
76 76
 	 * @throws \Aimeos\MW\Filesystem\Exception If an error occurs
77
-	*/
77
+	 */
78 78
 	public function rmdir( string $path ) : DirIface
79 79
 	{
80 80
 		try {
Please login to merge, or discard this patch.