Completed
Push — master ( 6c4e57...0b7137 )
by Peter
21:21
created
src/Events/Event.php 1 patch
Doc Comments   +4 added lines, -1 removed lines patch added patch discarded remove patch
@@ -363,7 +363,7 @@  discard block
 block discarded – undo
363 363
 	/**
364 364
 	 * Get properties which should be propagated.
365 365
 	 * NOTE: This is cached, as it might be called numerous times
366
-	 * @param object $model
366
+	 * @param AnnotatedInterface $model
367 367
 	 * @return bool[]
368 368
 	 */
369 369
 	private static function getPropagatedProperties($model)
@@ -385,6 +385,9 @@  discard block
 block discarded – undo
385 385
 		return self::$propagated[$key];
386 386
 	}
387 387
 
388
+	/**
389
+	 * @param string $className
390
+	 */
388 391
 	public static function getPartials($className)
389 392
 	{
390 393
 		if (!empty(self::$partials[$className]))
Please login to merge, or discard this patch.