Skip to content

Commit c86c88b

Browse files
committed
fixed static tests
1 parent 866853e commit c86c88b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Product/Gallery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ class Gallery extends \Magento\Framework\Model\ResourceModel\Db\AbstractDb
3939
*
4040
* @param \Magento\Framework\Model\ResourceModel\Db\Context $context
4141
* @param \Magento\Framework\EntityManager\MetadataPool $metadataPool
42-
* @param null $connectionName
42+
* @param string $connectionName
4343
* @throws \Exception
4444
*/
4545
public function __construct(

lib/internal/Magento/Framework/Storage/FileNotFoundException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
/**
1111
* Exception: FileNotFoundException
12+
*
1213
* Exception to be thrown when the a requested file does not exists
1314
*/
1415
class FileNotFoundException extends \RuntimeException
1516
{
16-
1717
}

lib/internal/Magento/Framework/Storage/RootViolationException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
/**
1111
* Exception: RootViolationException
12+
*
1213
* Exception to be thrown when the a directory root not specified
1314
*/
1415
class RootViolationException extends \RuntimeException
1516
{
16-
1717
}

0 commit comments

Comments
 (0)