Completed
Push — master ( 6a7433...48eba7 )
by Aimeos
02:24
created
controller/common/tests/Controller/Common/Product/Import/Csv/TraitsTest.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -115,6 +115,10 @@  discard block
 block discarded – undo
115 115
 		return \TestHelperCntl::getContext();
116 116
 	}
117 117
 
118
+	/**
119
+	 * @param string $type
120
+	 * @param string $name
121
+	 */
118 122
 	public function getCachePublic( $type, $name = null )
119 123
 	{
120 124
 		return $this->getCache( $type, $name );
@@ -127,6 +131,11 @@  discard block
 block discarded – undo
127 131
 	}
128 132
 
129 133
 
134
+	/**
135
+	 * @param string $path
136
+	 * @param string $domain
137
+	 * @param string $code
138
+	 */
130 139
 	public function getTypeIdPublic( $path, $domain, $code )
131 140
 	{
132 141
 		return $this->getTypeId( $path, $domain, $code );
Please login to merge, or discard this patch.