8000 Fix Travis code convention · zendframework/zend-code@430dd90 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 430dd90

Browse files
committed
Fix Travis code convention
1 parent 3b6317b commit 430dd90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Scanner/ClassScanner.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,8 +1011,7 @@ protected function scan()
10111011

10121012
case null:
10131013
if (($classContext == T_IMPLEMENTS && $tokenContent == ',')
1014-
|| ($classContext == T_EXTENDS && $tokenContent == ',' && $this->isInterface))
1015-
{
1014+
|| ($classContext == T_EXTENDS && $tokenContent == ',' && $this->isInterface)) {
10161015
$classInterfaceIndex++;
10171016
$this->shortInterfaces[$classInterfaceIndex] = '';
10181017
}

0 commit comments

Comments
 (0)
0