diff --git a/src/Symfony/Component/Locale/Resources/stubs/Collator.php b/src/Symfony/Component/Locale/Resources/stubs/Collator.php new file mode 100644 index 0000000000..e921149948 --- /dev/null +++ b/src/Symfony/Component/Locale/Resources/stubs/Collator.php @@ -0,0 +1,18 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +/** + * Stub implementation for the Collator class of the intl extension + * + * @author Bernhard Schussek + * @see Symfony\Component\Collator\Stub\StubCollator + */ +class Collator extends \Symfony\Component\Locale\Stub\StubCollator {} \ No newline at end of file diff --git a/src/Symfony/Component/Locale/Resources/stubs/IntlDateFormatter.php b/src/Symfony/Component/Locale/Resources/stubs/IntlDateFormatter.php new file mode 100644 index 0000000000..e8488f7d6a --- /dev/null +++ b/src/Symfony/Component/Locale/Resources/stubs/IntlDateFormatter.php @@ -0,0 +1,18 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +/** + * Stub implementation for the IntlDateFormatter class of the intl extension + * + * @author Bernhard Schussek + * @see Symfony\Component\IntlDateFormatter\Stub\StubIntlDateFormatter + */ +class IntlDateFormatter extends \Symfony\Component\Locale\Stub\StubIntlDateFormatter {} \ No newline at end of file