Completed
Push — master ( 9a5b65...bc6c02 )
by Aimeos
05:06
created
lib/custom/tests/MW/Filesystem/FlyWebdavTest.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -25,8 +25,7 @@
 block discarded – undo
25 25
 			$this->assertInstanceof( \Aimeos\MW\Filesystem\Iface::class, $object );
26 26
 
27 27
 			$object->has( 'test' );
28
-		}
29
-		catch( \Exception $e )
28
+		} catch( \Exception $e )
30 29
 		{
31 30
 			$this->markTestSkipped( $e->getMessage() );
32 31
 		}
Please login to merge, or discard this patch.