Completed
Push — master ( 80e9c9...1040ba )
by Rias
07:21
created
src/AggregateRoot.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -91,7 +91,7 @@
 block discarded – undo
91 91
     /**
92 92
      * @param \Spatie\EventSourcing\ShouldBeStored|\Spatie\EventSourcing\ShouldBeStored[] $events
93 93
      *
94
-     * @return $this
94
+     * @return FakeAggregateRoot
95 95
      */
96 96
     public static function fake($events = []): FakeAggregateRoot
97 97
     {
Please login to merge, or discard this patch.