Skip to content

Commit 6958259

Browse files
authored
code style fix
1 parent 0d4c427 commit 6958259

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Phug/Reader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ public function getLength()
261261
*/
262262
public function hasLength()
263263
{
264-
return '' !== $this->input;
264+
return $this->input !== '';
265265
}
266266

267267
/**

0 commit comments

Comments
 (0)