Passed
Push — master ( 300d61...eb493c )
by Aimeos
05:38
created
tests/MShop/Plugin/Manager/Type/StandardTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -132,7 +132,7 @@
 block discarded – undo
132 132
 
133 133
 		//search with base criteria
134 134
 		$search = $this->object->filter( true );
135
-		$search->add( $search->compare( '==', 'plugin.type.editor', $this->editor ), );
135
+		$search->add( $search->compare( '==', 'plugin.type.editor', $this->editor ),);
136 136
 		$search->setSortations( [$search->sort( '-', 'plugin.type.position' )] );
137 137
 
138 138
 		$results = $this->object->search( $search );
Please login to merge, or discard this patch.