Completed
Push — master ( 0206a5...6e3713 )
by Freek
02:51
created
src/FakerArgumentValueProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
 
57 57
     /**
58 58
      * @param \Illuminate\Database\Eloquent\Model $model
59
-     * @param string|int|null $id
59
+     * @param string|null $id
60 60
      *
61 61
      * @return \Illuminate\Database\Eloquent\Model
62 62
      * @throws \Spatie\MailableTest\Exceptions\CouldNotDetermineValue
Please login to merge, or discard this patch.
src/MailableFactory.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace Spatie\MailableTest;
4 4
 
5
+use Illuminate\Mail\Mailable;
5 6
 use ReflectionClass;
6 7
 use ReflectionParameter;
7
-use Illuminate\Mail\Mailable;
8 8
 use Spatie\MailableTest\Exceptions\MailableDoesntExist;
9 9
 
10 10
 class MailableFactory
Please login to merge, or discard this patch.