summaryrefslogtreecommitdiff
path: root/src/HTML5/Entities.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/HTML5/Entities.php')
-rw-r--r--src/HTML5/Entities.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/HTML5/Entities.php b/src/HTML5/Entities.php
index 2e605d6..0e7227d 100644
--- a/src/HTML5/Entities.php
+++ b/src/HTML5/Entities.php
@@ -1,4 +1,5 @@
<?php
+
namespace Masterminds\HTML5;
/**
@@ -7,7 +8,6 @@ namespace Masterminds\HTML5;
*/
class Entities
{
-
public static $byName = array(
'Aacute' => 'Á',
'Aacut' => 'Á',
@@ -2231,6 +2231,6 @@ class Entities
'Zscr' => '𝒵',
'zscr' => '𝓏',
'zwj' => '‍',
- 'zwnj' => '‌'
+ 'zwnj' => '‌',
);
}