summaryrefslogtreecommitdiff
path: root/vendor/fisharebest/localization/src/Language/LanguageAst.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/fisharebest/localization/src/Language/LanguageAst.php')
-rw-r--r--vendor/fisharebest/localization/src/Language/LanguageAst.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/vendor/fisharebest/localization/src/Language/LanguageAst.php b/vendor/fisharebest/localization/src/Language/LanguageAst.php
index dcbb7b73e5..d33d353cb4 100644
--- a/vendor/fisharebest/localization/src/Language/LanguageAst.php
+++ b/vendor/fisharebest/localization/src/Language/LanguageAst.php
@@ -11,17 +11,14 @@ use Fisharebest\Localization\Territory\TerritoryEs;
* @license GPLv3+
*/
class LanguageAst extends AbstractLanguage implements LanguageInterface {
- /** {@inheritdoc} */
public function code() {
return 'ast';
}
- /** {@inheritdoc} */
public function defaultTerritory() {
return new TerritoryEs;
}
- /** {@inheritdoc} */
public function pluralRule() {
return new PluralRule1;
}