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