| @@ -1,6 +1,5 @@ | ||
| 1 | 1 | <?php | 
| 2 | 2 | namespace Billow\Droplets; | 
| 3 | -use RuntimeException; | |
| 4 | 3 | /** | 
| 5 | 4 | * @author Matt Frost<[email protected] | 
| 6 | 5 | * @package Billow | 
| @@ -2,14 +2,14 @@ | ||
| 2 | 2 | namespace Billow\Droplets; | 
| 3 | 3 | use RuntimeException; | 
| 4 | 4 | /** | 
| 5 | - * @author Matt Frost<[email protected] | |
| 6 | - * @package Billow | |
| 7 | - * @license http://opensource.org/licenses/MIT MIT | |
| 8 | - * @method validate ensure all required values are set | |
| 9 | - * @method toJson represent the droplet as JSON | |
| 10 | - * @method toArray represent the droplet as an Array | |
| 11 | - * @method setImage set the image name | |
| 12 | - */ | |
| 5 | + * @author Matt Frost<[email protected] | |
| 6 | + * @package Billow | |
| 7 | + * @license http://opensource.org/licenses/MIT MIT | |
| 8 | + * @method validate ensure all required values are set | |
| 9 | + * @method toJson represent the droplet as JSON | |
| 10 | + * @method toArray represent the droplet as an Array | |
| 11 | + * @method setImage set the image name | |
| 12 | + */ | |
| 13 | 13 | abstract class Droplet | 
| 14 | 14 |  { | 
| 15 | 15 | /** |