We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b51b56 commit 63e04acCopy full SHA for 63e04ac
1 file changed
src/References.php
@@ -70,9 +70,10 @@ public function mergeWith(References $references): References
70
foreach ($references as $filename => $lines) {
71
if (empty($lines)) {
72
//Check the $filename type
73
- if(gettype($filename) == "integer")
+ if (gettype($filename) == "integer") {
74
//Set string
75
- $filename = strval($filename);
+ $filename = strval($filename);
76
+ }
77
78
$merged->add($filename);
79
continue;
0 commit comments