Completed
Pull Request — master (#6)
by Guilh
02:50
created
src/AbstractModel.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,8 +56,7 @@
 block discarded – undo
56 56
 		return $out;
57 57
 	}
58 58
 
59
-	protected function mergeFields(&$original, $external, $strategy)
60
-	{
59
+	protected function mergeFields(&$original, $external, $strategy) {
61 60
 		if ($original instanceof self && method_exists($original, 'merge')) {
62 61
 			$original->merge($external, $strategy);
63 62
 
Please login to merge, or discard this patch.