Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

Commit

Permalink
Newline at eof
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkEzz committed Jan 1, 2021
1 parent 9f68382 commit 5ca1ff7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ Then just run the PHPUnit executable: `./vendor/bin/phpunit`

[Official Yeelight documentation](https://www.yeelight.com/download/Yeelight_Inter-Operation_Spec.pdf)

Inspired by [Yeelight-PHP from itskenny0](https://github.com/itskenny0/Yeelight-PHP)
Inspired by [Yeelight-PHP from itskenny0](https://github.com/itskenny0/Yeelight-PHP)
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
<directory suffix="Test.php">./tests/</directory>
</testsuite>
</testsuites>
</phpunit>
</phpunit>
2 changes: 1 addition & 1 deletion src/Interfaces/YeePHPInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ public function commit(): bool;
* @return bool
*/
public function disconnect(): bool;
}
}
2 changes: 1 addition & 1 deletion tests/LightTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ public function testIfDisconnectMethodReturnFalseIfTheSocketHasBeenAlreadyClosed
$this->light->disconnect();
$this->assertFalse($this->light->disconnect());
}
}
}

0 comments on commit 5ca1ff7

Please sign in to comment.