Skip to content

Commit

Permalink
YeePHP: enable strict type checking
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkEzz committed Jan 2, 2021
1 parent f6a26ae commit 927fbd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/YeePHP.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace SharkEzz\Yeelight;

use Exception;
Expand Down

0 comments on commit 927fbd5

Please sign in to comment.