Completed
Push — jsonapi ( 2f34d9 )
by Aimeos
10:28
created
Classes/Aimeos/Shop/Controller/JsonapiController.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -141,6 +141,7 @@
 block discarded – undo
141 141
 	 *
142 142
 	 * @param string Resource location, e.g. "customer"
143 143
 	 * @param string Related resource location, e.g. "address"
144
+	 * @param string $related
144 145
 	 * @return \Aimeos\Client\JsonApi\Iface JsonApi client
145 146
 	 */
146 147
 	protected function createClient( $resource, $related = null )
Please login to merge, or discard this patch.