Skip to content

Commit 63e04ac

Browse files
authored
Fixed code style for travis
1 parent 5b51b56 commit 63e04ac

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/References.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,10 @@ public function mergeWith(References $references): References
7070
foreach ($references as $filename => $lines) {
7171
if (empty($lines)) {
7272
//Check the $filename type
73-
if(gettype($filename) == "integer")
73+
if (gettype($filename) == "integer") {
7474
//Set string
75-
$filename = strval($filename);
75+
$filename = strval($filename);
76+
}
7677

7778
$merged->add($filename);
7879
continue;

0 commit comments

Comments
 (0)