Skip to content

Commit

Permalink
Merge branch 'cronbug' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Parker committed Jul 21, 2017
2 parents 24f7334 + 5b771bc commit cfffaa7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/src/vendor/symfony/process/ExecutableFinder.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<?php
error_reporting(0);
@ini_set('display_errors', 0);

/*
* This file is part of the Symfony package.
Expand All @@ -13,6 +11,9 @@

namespace Symfony\Component\Process;

error_reporting(0);
@ini_set('display_errors', 0);

/**
* Generic executable finder.
*
Expand Down

0 comments on commit cfffaa7

Please sign in to comment.