Completed
Pull Request — master (#1)
by Sander
01:57
created
src/Payment.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,8 +9,8 @@
 block discarded – undo
9 9
 
10 10
 
11 11
 /**
12
-  * @property string $status
13
-  */
12
+ * @property string $status
13
+ */
14 14
 class Payment extends Model
15 15
 {
16 16
     protected $guarded = [];
Please login to merge, or discard this patch.