Completed
Push — master ( 8a65c2...f8bd36 )
by Jean-Christophe
01:34
created
Ubiquity/contents/normalizers/NormalizersManager.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -27,6 +27,9 @@
 block discarded – undo
27 27
 		}
28 28
 	}
29 29
 	
30
+	/**
31
+	 * @param string $classname
32
+	 */
30 33
 	public static function getNormalizer($classname){
31 34
 		if(isset(self::$normalizers[$classname])){
32 35
 			return self::$normalizers[$classname];
Please login to merge, or discard this patch.