-
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 4.4: [DI] Fix Preloader exception when preloading a class with an unknown parent/interface [Translation] added missing Albanian translations [Form, Security, Validator] Add missing Turkish translations (tr) Display php info for extra versions in travis [ProxyManager] use "composer/package-versions-deprecated" instead of "ocramius/package-versions" 38737 add missing dutch translation Fix transient tests [Validator] Add missing Slovak translations. [Form, Security, Validator] Add missing Persian translations (fa_IR) [Form] Fix wrong translations for Ukrainian (uk) [Validator] Add missing translations for Ukrainian (uk) [Security] Add missing translations for Ukrainian (uk) [Form] Add missing translations for Ukrainian (uk) [Security] Add missing Slovak translations. [Form] Added missing Spanish translations. Fix transient tests
- Loading branch information
Showing
3 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?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\Component\DependencyInjection\Tests\Fixtures\Preload; | ||
|
||
final class DummyWithInterface implements \NonExistentDummyInterface | ||
{ | ||
} |