diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-06-08 15:09:08 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-06-08 21:42:34 +0100 |
| commit | 76692c8b291f16d9251d67f27078779f6737fe7e (patch) | |
| tree | d92ba170d781d60d4fcff107d5a46bad5bdbce4f /app/SpecialChars/SpecialCharsNl.php | |
| parent | 238d6f46440eb68ffb982a7af1ec9dd37c8e75d7 (diff) | |
| download | webtrees-76692c8b291f16d9251d67f27078779f6737fe7e.tar.gz webtrees-76692c8b291f16d9251d67f27078779f6737fe7e.tar.bz2 webtrees-76692c8b291f16d9251d67f27078779f6737fe7e.zip | |
PHPDoc
Diffstat (limited to 'app/SpecialChars/SpecialCharsNl.php')
| -rw-r--r-- | app/SpecialChars/SpecialCharsNl.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app/SpecialChars/SpecialCharsNl.php b/app/SpecialChars/SpecialCharsNl.php index e3f4345c1b..705284a400 100644 --- a/app/SpecialChars/SpecialCharsNl.php +++ b/app/SpecialChars/SpecialCharsNl.php @@ -1,6 +1,4 @@ <?php -namespace Fisharebest\Webtrees\SpecialChars; - /** * webtrees: online genealogy * Copyright (C) 2015 webtrees development team @@ -15,9 +13,10 @@ namespace Fisharebest\Webtrees\SpecialChars; * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +namespace Fisharebest\Webtrees\SpecialChars; /** - * Class SpecialCharsNl - exemplar characters for Dutch + * Exemplar characters for Dutch * * For each language, list the symbols, puncutation and letters with diacritics * that may be difficult to type. |
