Passed
Push — master ( c96436...55b833 )
by Aimeos
11:29 queued 44s
created
lib/custom/src/MW/Filesystem/Laravel.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
 	 * @param string $path Path to the directory
53 53
 	 * @return void
54 54
 	 * @throws \Aimeos\MW\Filesystem\Exception If an error occurs
55
-	*/
55
+	 */
56 56
 	public function mkdir( $path )
57 57
 	{
58 58
 		try {
@@ -69,7 +69,7 @@  discard block
 block discarded – undo
69 69
 	 * @param string $path Path to the directory
70 70
 	 * @return void
71 71
 	 * @throws \Aimeos\MW\Filesystem\Exception If an error occurs
72
-	*/
72
+	 */
73 73
 	public function rmdir( $path )
74 74
 	{
75 75
 		try {
Please login to merge, or discard this patch.