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 8eee7f9 commit 94cb288Copy full SHA for 94cb288
dev/tests/integration/testsuite/Magento/Framework/ObjectManager/TestAsset/ConstructorWithThrowable.php
@@ -1,13 +1,11 @@
1
<?php
2
/**
3
- * @author Atwix Team
4
- * @copyright Copyright (c) 2018 Atwix (https://www.atwix.com/)
+ * Copyright © Magento, Inc. All rights reserved.
+ * See COPYING.txt for license details.
5
*/
6
7
-
8
namespace Magento\Framework\ObjectManager\TestAsset;
9
10
11
class ConstructorWithThrowable extends \Magento\Framework\ObjectManager\TestAsset\ConstructorOneArgument
12
{
13
public function __construct(Basic $one)
0 commit comments