1
0
Fork 0

Make PHP-CS happy

This commit is contained in:
Philipp Holzer 2023-07-03 00:08:58 +02:00
commit 82f3e4ad86
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
4 changed files with 4 additions and 6 deletions

View file

@ -35,7 +35,7 @@ use Friendica\Core\Hooks\Util\HookFileManager;
*/
class DiceInstanceManager implements ICanCreateInstances, ICanRegisterInstances
{
protected $instance = [];
protected $instance = [];
protected $decorator = [];
/** @var Dice */