| Current Path : /home/rtorresani/www/vendor/magento/magento-coding-standard/Magento2/Tests/PHP/ |
| Current File : //home/rtorresani/www/vendor/magento/magento-coding-standard/Magento2/Tests/PHP/VarUnitTest.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
namespace Magento2\Tests\PHP;
use PHP_CodeSniffer\Tests\Standards\AbstractSniffUnitTest;
class VarUnitTest extends AbstractSniffUnitTest
{
/**
* @inheritdoc
*/
public function getErrorList()
{
return [];
}
/**
* @inheritdoc
*/
public function getWarningList()
{
return [
9 => 1,
10 => 1,
11 => 1,
12 => 1,
];
}
}