@@ -279,7 +279,7 @@ |
||
| 279 | 279 | "debugger" => false |
| 280 | 280 | ] |
| 281 | 281 | ]; |
| 282 | - Assert::exception(function() use($config){ |
|
| 282 | + Assert::exception(function() use($config) { |
|
| 283 | 283 | $this->refreshContainer($config); |
| 284 | 284 | $panel = $this->getService(TranslationPanel::class); |
| 285 | 285 | Assert::type(TranslationPanel::class, $panel); |
@@ -3,7 +3,8 @@ |
||
| 3 | 3 | |
| 4 | 4 | namespace Nexendrie\Translation; |
| 5 | 5 | |
| 6 | -if(false) { // @phpstan-ignore if.alwaysFalse |
|
| 6 | +if(false) { |
|
| 7 | +// @phpstan-ignore if.alwaysFalse |
|
| 7 | 8 | /** @deprecated Use SettableLocaleResolver */ |
| 8 | 9 | interface ISettableLocaleResolver extends SettableLocaleResolver { |
| 9 | 10 | } |
@@ -3,7 +3,8 @@ |
||
| 3 | 3 | |
| 4 | 4 | namespace Nexendrie\Translation; |
| 5 | 5 | |
| 6 | -if(false) { // @phpstan-ignore if.alwaysFalse |
|
| 6 | +if(false) { |
|
| 7 | +// @phpstan-ignore if.alwaysFalse |
|
| 7 | 8 | /** @deprecated Use LoaderAwareLocaleResolver */ |
| 8 | 9 | interface ILoaderAwareLocaleResolver extends LoaderAwareLocaleResolver { |
| 9 | 10 | } |
@@ -3,7 +3,8 @@ |
||
| 3 | 3 | |
| 4 | 4 | namespace Nexendrie\Translation; |
| 5 | 5 | |
| 6 | -if(false) { // @phpstan-ignore if.alwaysFalse |
|
| 6 | +if(false) { |
|
| 7 | +// @phpstan-ignore if.alwaysFalse |
|
| 7 | 8 | /** @deprecated Use FileLoader */ |
| 8 | 9 | interface IFileLoader extends FileLoader { |
| 9 | 10 | } |
@@ -3,7 +3,8 @@ |
||
| 3 | 3 | |
| 4 | 4 | namespace Nexendrie\Translation; |
| 5 | 5 | |
| 6 | -if(false) { // @phpstan-ignore if.alwaysFalse |
|
| 6 | +if(false) { |
|
| 7 | +// @phpstan-ignore if.alwaysFalse |
|
| 7 | 8 | /** @deprecated Use Loader */ |
| 8 | 9 | interface ILoader extends Loader { |
| 9 | 10 | } |
@@ -3,7 +3,8 @@ |
||
| 3 | 3 | |
| 4 | 4 | namespace Nexendrie\Translation\Bridges\NetteDI; |
| 5 | 5 | |
| 6 | -if(false) { // @phpstan-ignore if.alwaysFalse |
|
| 6 | +if(false) { |
|
| 7 | +// @phpstan-ignore if.alwaysFalse |
|
| 7 | 8 | /** @deprecated Use TranslationProvider */ |
| 8 | 9 | interface ITranslationProvider extends TranslationProvider { |
| 9 | 10 | } |
@@ -3,7 +3,8 @@ |
||
| 3 | 3 | |
| 4 | 4 | namespace Nexendrie\Translation\Bridges\NetteApplication; |
| 5 | 5 | |
| 6 | -if(false) { // @phpstan-ignore if.alwaysFalse |
|
| 6 | +if(false) { |
|
| 7 | +// @phpstan-ignore if.alwaysFalse |
|
| 7 | 8 | /** @deprecated Use AppRequestAwareLocaleResolver */ |
| 8 | 9 | interface IAppRequestAwareLocaleResolver extends AppRequestAwareLocaleResolver { |
| 9 | 10 | } |
@@ -3,7 +3,8 @@ |
||
| 3 | 3 | |
| 4 | 4 | namespace Nexendrie\Translation; |
| 5 | 5 | |
| 6 | -if(false) { // @phpstan-ignore if.alwaysFalse |
|
| 6 | +if(false) { |
|
| 7 | +// @phpstan-ignore if.alwaysFalse |
|
| 7 | 8 | /** @deprecated Use LocaleResolver */ |
| 8 | 9 | interface ILocaleResolver extends LocaleResolver { |
| 9 | 10 | } |