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

Commit

Permalink
Fix invalid return types
Browse files Browse the repository at this point in the history
  • Loading branch information
navarr committed Dec 14, 2015
1 parent 79cc290 commit f46a8b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/AudioPlayer.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ public function getSource()
/**
* Get Player Type.
*
* @return int/bool
* @return int
*/
public function getType()
{
Expand Down Expand Up @@ -355,7 +355,7 @@ protected function isValidSize($size)
/**
* Get Player Size.
*
* @return int/bool
* @return int
*/
public function getSize()
{
Expand Down

0 comments on commit f46a8b9

Please sign in to comment.