← All changes
|
vendor/masterminds/html5/src/HTML5/Serializer/RulesInterface.php
+1
-1
3.0.0
→
3.2.89
View file →
| @@ -3,9 +3,9 @@ | ||
| 3 | 3 | /** |
| 4 | 4 | * @file |
| 5 | 5 | * The interface definition for Rules to generate output. |
| 6 | 6 | */ |
| 7 | -namespace WindPressPackages\Masterminds\HTML5\Serializer; | |
| 7 | +namespace WindPressDeps\Masterminds\HTML5\Serializer; | |
| 8 | 8 | |
| 9 | 9 | /** |
| 10 | 10 | * To create a new rule set for writing output the RulesInterface needs to be implemented. |
| 11 | 11 | * The resulting class can be specified in the options with the key of rules. |