Completed
Pull Request — master (#5)
by
unknown
02:04
created
src/ModelCleanedEvent.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
      * Create a new event instance.
16 16
      *
17 17
      * @param  string  $modelName
18
-     * @param  int  $deletedRecords
18
+     * @param  int  $numberOfDeletedRecords
19 19
      * @return void
20 20
      */
21 21
     public function __construct(string $modelName, int $numberOfDeletedRecords)
Please login to merge, or discard this patch.