Skip to content

Commit

Permalink
add strict types declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeiMV committed Jan 10, 2024
1 parent 1ba4f9a commit 972cacc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ExpressionTranslator/ExpressionTranslatorInterface.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Xparse\ElementFinder\ExpressionTranslator;

/**
Expand Down
2 changes: 2 additions & 0 deletions src/ExpressionTranslator/XpathExpression.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Xparse\ElementFinder\ExpressionTranslator;

/**
Expand Down

0 comments on commit 972cacc

Please sign in to comment.