Updating Symfony lib and dependencies: forgot a few files + composer.lock

This commit is contained in:
Molkobain
2019-11-18 18:08:40 +01:00
parent c76cccd2e7
commit 1636f9839c
23 changed files with 1252 additions and 144 deletions

View File

@@ -0,0 +1,22 @@
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Polyfill\Util;
if (\extension_loaded('mbstring')) {
class Binary extends BinaryOnFuncOverload
{
}
} else {
class Binary extends BinaryNoFuncOverload
{
}
}