Applied fixes from StyleCI

This commit is contained in:
Pierre Rudloff 2016-10-20 21:03:13 +00:00 committed by StyleCI Bot
parent e34b01f2c4
commit 57a0424b6f
3 changed files with 9 additions and 9 deletions

View file

@ -1,13 +1,12 @@
<?php
/**
* PasswordException class
* PasswordException class.
*/
namespace Alltube;
/**
* Exception thrown when a video requires a password
* Exception thrown when a video requires a password.
*/
class PasswordException extends \Exception
{
}