Passed
Push — develop ( 80c72e...34afcd )
by Jens
10:32
created
src/Core/Model/Common/Attribute.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -119,6 +119,10 @@
 block discarded – undo
119 119
         parent::initialize($field);
120 120
     }
121 121
 
122
+    /**
123
+     * @param string $valueType
124
+     * @param string $elementType
125
+     */
122 126
     private function setApiType($attributeName, $valueType, $elementType = null)
123 127
     {
124 128
         if (!isset(static::$types[$attributeName])) {
Please login to merge, or discard this patch.