File tree Expand file tree Collapse file tree 5 files changed +20
-20
lines changed
src/Symfony/Component/Locale/Stub Expand file tree Collapse file tree 5 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Locale \Stub ;
13
13
14
- use Symfony \Component \Intl \Collator \StubCollator as BaseStubCollator ;
14
+ use Symfony \Component \Intl \Collator \Collator ;
15
15
16
16
/**
17
- * Alias of {@link \Symfony\Component\Intl\Collator\StubCollator }.
17
+ * Alias of {@link \Symfony\Component\Intl\Collator\Collator }.
18
18
*
19
19
* @author Bernhard Schussek <bschussek@gmail.com>
20
20
*
21
21
* @deprecated Deprecated since version 2.3, to be removed in 3.0. Use
22
- * {@link \Symfony\Component\Intl\Collator\StubCollator } instead.
22
+ * {@link \Symfony\Component\Intl\Collator\Collator } instead.
23
23
*/
24
- class StubCollator extends BaseStubCollator
24
+ class StubCollator extends Collator
25
25
{
26
26
}
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Locale \Stub ;
13
13
14
- use Symfony \Component \Intl \Globals \StubIntlGlobals ;
14
+ use Symfony \Component \Intl \Globals \IntlGlobals ;
15
15
16
16
/**
17
- * Alias of {@link \Symfony\Component\Intl\Globals\StubIntlGlobals }.
17
+ * Alias of {@link \Symfony\Component\Intl\Globals\IntlGlobals }.
18
18
*
19
19
* @author Bernhard Schussek <bschussek@gmail.com>
20
20
*
21
21
* @deprecated Deprecated since version 2.3, to be removed in 3.0. Use
22
- * {@link \Symfony\Component\Intl\Globals\StubIntlGlobals } instead.
22
+ * {@link \Symfony\Component\Intl\Globals\IntlGlobals } instead.
23
23
*/
24
- abstract class StubIntl extends StubIntlGlobals
24
+ abstract class StubIntl extends IntlGlobals
25
25
{
26
26
}
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Locale \Stub ;
13
13
14
- use Symfony \Component \Intl \DateFormatter \StubIntlDateFormatter as BaseStubIntlDateFormatter ;
14
+ use Symfony \Component \Intl \DateFormatter \IntlDateFormatter ;
15
15
16
16
/**
17
- * Alias of {@link \Symfony\Component\Intl\DateFormatter\StubIntlDateFormatter }.
17
+ * Alias of {@link \Symfony\Component\Intl\DateFormatter\IntlDateFormatter }.
18
18
*
19
19
* @author Bernhard Schussek <bschussek@gmail.com>
20
20
*
21
21
* @deprecated Deprecated since version 2.3, to be removed in 3.0. Use
22
- * {@link \Symfony\Component\Intl\DateFormatter\StubIntlDateFormatter }
22
+ * {@link \Symfony\Component\Intl\DateFormatter\IntlDateFormatter }
23
23
* instead.
24
24
*/
25
- class StubIntlDateFormatter extends BaseStubIntlDateFormatter
25
+ class StubIntlDateFormatter extends IntlDateFormatter
26
26
{
27
27
}
Original file line number Diff line number Diff line change 13
13
14
14
use Symfony \Component \Icu \IcuData ;
15
15
use Symfony \Component \Intl \Intl ;
16
- use Symfony \Component \Intl \Locale \StubLocale as BaseStubLocale ;
16
+ use Symfony \Component \Intl \Locale \Locale ;
17
17
18
18
/**
19
- * Alias of {@link \Symfony\Component\Intl\Locale\StubLocale }.
19
+ * Alias of {@link \Symfony\Component\Intl\Locale\Locale }.
20
20
*
21
21
* @author Bernhard Schussek <bschussek@gmail.com>
22
22
*
23
23
* @deprecated Deprecated since version 2.3, to be removed in 3.0. Use
24
- * {@link \Symfony\Component\Intl\Locale\StubLocale } and
24
+ * {@link \Symfony\Component\Intl\Locale\Locale } and
25
25
* {@link \Symfony\Component\Intl\Intl} instead.
26
26
*/
27
- class StubLocale extends BaseStubLocale
27
+ class StubLocale extends Locale
28
28
{
29
29
/**
30
30
* Caches the currencies
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Locale \Stub ;
13
13
14
- use Symfony \Component \Intl \NumberFormatter \StubNumberFormatter as BaseStubNumberFormatter ;
14
+ use Symfony \Component \Intl \NumberFormatter \NumberFormatter ;
15
15
16
16
/**
17
- * Alias of {@link \Symfony\Component\Intl\NumberFormatter\StubNumberFormatter }.
17
+ * Alias of {@link \Symfony\Component\Intl\NumberFormatter\NumberFormatter }.
18
18
*
19
19
* @author Bernhard Schussek <bschussek@gmail.com>
20
20
*
21
21
* @deprecated Deprecated since version 2.3, to be removed in 3.0. Use
22
- * {@link \Symfony\Component\Intl\NumberFormatter\StubNumberFormatter }
22
+ * {@link \Symfony\Component\Intl\NumberFormatter\NumberFormatter }
23
23
* instead.
24
24
*/
25
- class StubNumberFormatter extends BaseStubNumberFormatter
25
+ class StubNumberFormatter extends NumberFormatter
26
26
{
27
27
}
You can’t perform that action at this time.
0 commit comments