Completed
Push — master ( 59d129...53a97f )
by Matt
02:39
created
src/Billow/Droplets/Droplet.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -2,14 +2,14 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.