Skip to content

Commit

Permalink
typos (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored and dg committed May 26, 2024
1 parent dca8576 commit 2c1d681
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Latte/Compiler/TemplateGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ public function addProperty(string $name, mixed $value): void


/**
* Returns custom properites.
* Returns custom properties.
* @return array<string, mixed>
* @internal
*/
Expand Down
2 changes: 1 addition & 1 deletion src/Latte/Essential/Filters.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public static function stripHtml(FilterInfo $info, $s): string


/**
* Removes tags from HTML (but remains HTML entites).
* Removes tags from HTML (but remains HTML entities).
*/
public static function stripTags(FilterInfo $info, $s): string
{
Expand Down
2 changes: 1 addition & 1 deletion tests/common/nodehelpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function leave(Node $node)
}


class ModifingVisitor
class ModifyingVisitor
{
private array $returns;
private int $pos = 0;
Expand Down

0 comments on commit 2c1d681

Please sign in to comment.