Merge branch 'master' into fix/composer

This commit is contained in:
Victor Westerlund 2023-03-27 17:11:23 +02:00 committed by GitHub
commit cc8fa2c6a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
<?php <?php
namespace FunctionFlags; namespace FunctionFlags;
class FunctionFlags { class FunctionFlags {
// Limit value for debug_backtrace() // Limit value for debug_backtrace()
private static $trace_limit = 5; private static $trace_limit = 5;