| @@ 3456-3458 (lines=3) @@ | ||
| 3453 | $i = $this->_tokens[$i]['parenthesis_opener']; |
|
| 3454 | } |
|
| 3455 | ||
| 3456 | if (isset(PHP_CodeSniffer_Tokens::$emptyTokens[$this->_tokens[$i]['code']]) === false) { |
|
| 3457 | $lastNotEmpty = $i; |
|
| 3458 | } |
|
| 3459 | }//end for |
|
| 3460 | ||
| 3461 | return 0; |
|
| @@ 3532-3534 (lines=3) @@ | ||
| 3529 | $i = $this->_tokens[$i]['parenthesis_closer']; |
|
| 3530 | } |
|
| 3531 | ||
| 3532 | if (isset(PHP_CodeSniffer_Tokens::$emptyTokens[$this->_tokens[$i]['code']]) === false) { |
|
| 3533 | $lastNotEmpty = $i; |
|
| 3534 | } |
|
| 3535 | }//end for |
|
| 3536 | ||
| 3537 | return ($this->numTokens - 1); |
|