diff --git a/app/code/Magento/Tax/Test/Unit/App/Action/ContextPluginTest.php b/app/code/Magento/Tax/Test/Unit/App/Action/ContextPluginTest.php
index 5ffa575a4ed5ce93226735c93cabd5418f5b585c..a220173520494df90e106aa9c76734c667a83024 100644
--- a/app/code/Magento/Tax/Test/Unit/App/Action/ContextPluginTest.php
+++ b/app/code/Magento/Tax/Test/Unit/App/Action/ContextPluginTest.php
@@ -180,5 +180,4 @@ class ContextPluginTest extends \PHPUnit_Framework_TestCase
             [true, true, true]
         ];
     }
-
 }
diff --git a/app/code/Magento/Weee/Model/App/Action/ContextPlugin.php b/app/code/Magento/Weee/Model/App/Action/ContextPlugin.php
index 5e6e1179a03bf139ee7c479ecb12b21f927e574a..872753c59ba3754de8f5d9b86be50e6ba3a21680 100644
--- a/app/code/Magento/Weee/Model/App/Action/ContextPlugin.php
+++ b/app/code/Magento/Weee/Model/App/Action/ContextPlugin.php
@@ -161,6 +161,7 @@ class ContextPlugin
     }
 
     /*
+     * @param string $basedOn
      * @return array
      */
     protected function getWeeeTaxRegion($basedOn)
diff --git a/app/code/Magento/Weee/Test/Unit/Model/Resource/TaxTest.php b/app/code/Magento/Weee/Test/Unit/Model/Resource/TaxTest.php
index b7f979691761b514b013b140d806895446e54ce0..27a4dedc845dd2b530a082088417a4412686faa0 100644
--- a/app/code/Magento/Weee/Test/Unit/Model/Resource/TaxTest.php
+++ b/app/code/Magento/Weee/Test/Unit/Model/Resource/TaxTest.php
@@ -85,7 +85,7 @@ class TaxTest extends \PHPUnit_Framework_TestCase
 
         $this->selectMock->expects($this->any())
             ->method('from')
-            ->with('table_name','value')
+            ->with('table_name', 'value')
             ->willReturn($this->selectMock);
 
         $this->model->isWeeeInLocation('US', 0, 1);