Skip to content

Commit cfffaa7

Browse files
author
Joshua Parker
committed
Merge branch 'cronbug' into develop
2 parents 24f7334 + 5b771bc commit cfffaa7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/src/vendor/symfony/process/ExecutableFinder.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<?php
2-
error_reporting(0);
3-
@ini_set('display_errors', 0);
42

53
/*
64
* This file is part of the Symfony package.
@@ -13,6 +11,9 @@
1311

1412
namespace Symfony\Component\Process;
1513

14+
error_reporting(0);
15+
@ini_set('display_errors', 0);
16+
1617
/**
1718
* Generic executable finder.
1819
*

0 commit comments

Comments
 (0)