Skip to content

Commit eaf2212

Browse files
committed
fix format for coverage
1 parent 0edcab0 commit eaf2212

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ matrix:
3333
dist: xenial
3434
- php: 5.5
3535
dist: xenial
36-
- php: 7.0
3736
allow_failures:
3837
- php: nightly
3938

src/PhpWord/Element/AbstractContainer.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ public function __call($function, $args)
109109
} else {
110110
// All other elements
111111
array_unshift($args, $element); // Prepend element name to the beginning of args array
112+
112113
return call_user_func_array(array($this, 'addElement'), $args);
113114
}
114115
}

0 commit comments

Comments
 (0)