summaryrefslogtreecommitdiffstats
path: root/tests/Lexer/LexerTest.php
diff options
context:
space:
mode:
authorDan Ungureanu <udan1107@gmail.com>2015-09-25 11:01:45 +0300
committerDan Ungureanu <udan1107@gmail.com>2015-09-25 11:01:45 +0300
commit8f19b8f15e098b06587cc67ce02ecc204fd201c7 (patch)
tree4219e5576893acc5edf7035218114ce2dbd39ffc /tests/Lexer/LexerTest.php
parent1415469b34b1fc33189e2c801302597b5b50f704 (diff)
downloadsql-parser-8f19b8f15e098b06587cc67ce02ecc204fd201c7.zip
sql-parser-8f19b8f15e098b06587cc67ce02ecc204fd201c7.tar.gz
sql-parser-8f19b8f15e098b06587cc67ce02ecc204fd201c7.tar.bz2
Updated coding style to follow PSR-2 coding standards.
Diffstat (limited to 'tests/Lexer/LexerTest.php')
-rw-r--r--tests/Lexer/LexerTest.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Lexer/LexerTest.php b/tests/Lexer/LexerTest.php
index c17e78d..9c22768 100644
--- a/tests/Lexer/LexerTest.php
+++ b/tests/Lexer/LexerTest.php
@@ -20,7 +20,10 @@ class LexerTest extends TestCase
$lexer->error(__('error #1'), 'foo', 1, 2);
$lexer->error(
- sprintf(__('%2$s #%1$d'), 2, 'error'), 'bar', 3, 4
+ sprintf(__('%2$s #%1$d'), 2, 'error'),
+ 'bar',
+ 3,
+ 4
);
$this->assertEquals(