Skip to content

Commit

Permalink
strict_types declaration added
Browse files Browse the repository at this point in the history
  • Loading branch information
mkorkmaz committed Dec 8, 2018
1 parent 56684d6 commit 2759a46
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/Module/ReJSONTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<?php namespace RedislabsModulesTest\Module;
<?php
declare(strict_types=1);

namespace RedislabsModulesTest\Module;

use Predis;
use Redislabs\Module\ReJSON\ReJSON;
Expand Down

0 comments on commit 2759a46

Please sign in to comment.