diff --git a/LICENSE b/LICENSE index 72412a6..29f72d5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014-2023 Fabien Potencier +Copyright (c) 2014-present Fabien Potencier Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/Tests/DependencyInjection/DebugExtensionTest.php b/Tests/DependencyInjection/DebugExtensionTest.php index f026d4d..66c641d 100644 --- a/Tests/DependencyInjection/DebugExtensionTest.php +++ b/Tests/DependencyInjection/DebugExtensionTest.php @@ -70,7 +70,7 @@ public function testUnsetClosureFileInfoShouldBeRegisteredInVarCloner() $this->assertTrue($called); } - public function provideServicesUsingDumpDestinationCreation(): array + public static function provideServicesUsingDumpDestinationCreation(): array { return [ ['tcp://localhost:1234', 'tcp://localhost:1234', null],