Skip to content

Commit 01eee92

Browse files
MC-19366: Fixes file doc
1 parent 19cdbec commit 01eee92

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

Magento2/Sniffs/GraphQL/AbstractGraphQLSniff.php

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,8 @@
11
<?php
22
/**
3-
* NOTICE OF LICENSE
4-
*
5-
* Copyright (c) 2019 TechDivision GmbH <info@techdivision.com> - TechDivision GmbH
6-
* All rights reserved
7-
*
8-
* This product includes proprietary software developed at TechDivision GmbH, Germany
9-
* For more information see https://www.techdivision.com/
10-
*
11-
* To obtain a valid license for using this software please contact us at license@techdivision.com
3+
* Copyright © Magento. All rights reserved.
4+
* See COPYING.txt for license details.
125
*/
13-
146
namespace Magento2\Sniffs\GraphQL;
157

168
use PHP_CodeSniffer\Sniffs\Sniff;

Magento2/Tests/GraphQL/ValidEnumValueUnitTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* Copyright © Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
6-
76
namespace Magento2\Tests\GraphQL;
87

98
/**

0 commit comments

Comments
 (0)