Completed
Push — master ( 2078b7...d7afab )
by Freek
01:13
created
src/AggregateRoot.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
     /**
88 88
      * @param \Spatie\EventProjector\ShouldBeStored|\Spatie\EventProjector\ShouldBeStored[] $events
89 89
      *
90
-     * @return $this
90
+     * @return FakeAggregateRoot
91 91
      */
92 92
     public static function fake($events = []): FakeAggregateRoot
93 93
     {
Please login to merge, or discard this patch.