diff --git a/dev/tests/static/framework/Magento/Sniffs/Annotations/Helper.php b/dev/tests/static/framework/Magento/Sniffs/Annotations/Helper.php
index 36c3641e04257f041551f0b47389a1312420f4ad..90d6f10db76f1bfe066680eba5cd281d23bd3424 100644
--- a/dev/tests/static/framework/Magento/Sniffs/Annotations/Helper.php
+++ b/dev/tests/static/framework/Magento/Sniffs/Annotations/Helper.php
@@ -502,7 +502,7 @@ class Helper
             // Skip all phtml files
             $shouldFilter = true;
         }
-        
+
         return $shouldFilter;
     }