Skip to content
Snippets Groups Projects

Add ci

Merged Jan Kuchař requested to merge add-ci into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -7,7 +7,7 @@ use Throwable;
final class AssertFunctionError extends \AssertionError {
const PATH_DEPTH = 3;
const PATH_DEPTH = 2;
/** @internal use named constructors instead */
public function __construct(\ReflectionFunction $reflection, string $message, \Throwable $previous = NULL)
Loading