Skip to content

Commit a43949d

Browse files
committed
AC-681: Create phpcs static check for PhtmlTemplateTest
1 parent 203e8af commit a43949d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Magento2/Sniffs/Legacy/PhtmlTemplateSniff.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public function process(File $phpcsFile, $stackPtr)
5555

5656
/**
5757
* Check access to protected and private members of Block
58-
*
58+
*
5959
* @param File $phpcsFile
6060
* @param int $stackPtr
6161
* @param array $tokens
@@ -79,7 +79,7 @@ private function checkBlockVariable(File $phpcsFile, int $stackPtr, array $token
7979

8080
/**
8181
* Check access to members and methods of Block class through $this
82-
*
82+
*
8383
* @param File $phpcsFile
8484
* @param int $stackPtr
8585
* @param array $tokens
@@ -103,7 +103,7 @@ private function checkThisVariable(File $phpcsFile, int $stackPtr, array $tokens
103103

104104
/**
105105
* Check use of "text/javascript" type
106-
*
106+
*
107107
* @param File $phpcsFile
108108
* @param int $stackPtr
109109
*/
@@ -122,7 +122,7 @@ private function checkHtml(File $phpcsFile, int $stackPtr): void
122122

123123
/**
124124
* Check of some obsoletes uses in specific files
125-
*
125+
*
126126
* @param File $phpcsFile
127127
* @param int $stackPtr
128128
*/

0 commit comments

Comments
 (0)