Merge branch 'master' of github.com:phanan/koel

This commit is contained in:
An Phan 2016-11-26 10:25:56 +07:00
commit eb63eafd03
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2
2 changed files with 3 additions and 5 deletions

View file

@ -18,9 +18,9 @@ trait SupportsDeleteWhereIDsNotIn
* @param array $ids The array of IDs.
* @param string $key Name of the primary key.
*
* @return mixed
*
* @throws \Exception
*
* @return mixed
*/
public static function deleteWhereIDsNotIn(array $ids, $key = 'id')
{

View file

@ -3,11 +3,9 @@
namespace E2E;
/**
* Class PlaybackControlsTest
* Class PlaybackControlsTest.
*
* Tests the playback controls (the footer buttons).
*
* @package E2E
*/
class PlaybackControlsTest extends TestCase
{