Skip to content

Commit 5a644fb

Browse files
committed
Make Scrutinizer happy.
1 parent 333822f commit 5a644fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helper/ProgramExecution.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public static function exec2($command, $stdout = null, $stderr = null, $returnVa
121121
throw new ProgramExecutionException($command, $return_var, $output);
122122
}
123123

124-
return $return_var;
124+
return (int)$return_var;
125125
}
126126

127127
//--------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)