Completed
Push — develop ( e113e0...77eb37 )
by Simon
05:59
created
src/Field.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -211,7 +211,7 @@
 block discarded – undo
211 211
 			$method = $validators[$type];
212 212
 			$clean = Validator::$method($v);
213 213
 		}
214
-		elseif( in_array($type, [Type::OBJECT, Type::ENTITY]) ){
214
+		elseif( in_array($type, [Type::OBJECT, Type::ENTITY]) ) {
215 215
 			$clean = Validator::validateObject($v, $this->rules['class'], $this->nullable);
216 216
 		}
217 217
 		elseif( $type == Type::BINARY ) {
Please login to merge, or discard this patch.