Skip to content

Commit fc67e95

Browse files
committed
Align arguments
1 parent 4a83bfb commit fc67e95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/internal/Magento/Framework/App/ResourceConnection.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?php
2+
23
/**
34
* Copyright © Magento, Inc. All rights reserved.
45
* See COPYING.txt for license details.
@@ -166,7 +167,7 @@ private function getProcessConnectionName($connectionName)
166167
*
167168
* @param string|string[] $modelEntity
168169
* @param string $connectionName
169-
* @return string
170+
* @return string
170171
* @api
171172
*/
172173
public function getTableName($modelEntity, $connectionName = self::DEFAULT_CONNECTION)

0 commit comments

Comments
 (0)