We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a83bfb commit fc67e95Copy full SHA for fc67e95
lib/internal/Magento/Framework/App/ResourceConnection.php
@@ -1,4 +1,5 @@
1
<?php
2
+
3
/**
4
* Copyright © Magento, Inc. All rights reserved.
5
* See COPYING.txt for license details.
@@ -166,7 +167,7 @@ private function getProcessConnectionName($connectionName)
166
167
*
168
* @param string|string[] $modelEntity
169
* @param string $connectionName
- * @return string
170
+ * @return string
171
* @api
172
*/
173
public function getTableName($modelEntity, $connectionName = self::DEFAULT_CONNECTION)
0 commit comments