Skip to content

Commit

Permalink
declare strict types
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Apr 23, 2024
1 parent dd93566 commit fb48150
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Api.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Tarantool\Mapper;

use Tarantool\Client\Schema\Criteria;
Expand Down
2 changes: 2 additions & 0 deletions src/Change.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace Tarantool\Mapper;

class Change
Expand Down

0 comments on commit fb48150

Please sign in to comment.