Completed
Pull Request — master (#1125)
by
unknown
09:00
created
Propel/Listener.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@  discard block
 block discarded – undo
15 15
     /**
16 16
      * Looks for new objects that should be indexed.
17 17
      *
18
-     * @param ModelEvent $eventArgs
18
+     * @param ModelEvent $event
19 19
      */
20 20
     public function onModelInsertPost(ModelEvent $event)
21 21
     {
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
     /**
26 26
      * Looks for objects being updated that should be indexed or removed from the index.
27 27
      *
28
-     * @param ModelEvent $eventArgs
28
+     * @param ModelEvent $event
29 29
      */
30 30
     public function onModelUpdatePost(ModelEvent $event)
31 31
     {
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
     }
34 34
 
35 35
     /**
36
-     * @param ModelEvent $eventArgs
36
+     * @param ModelEvent $event
37 37
      */
38 38
     public function onModelDeletePre(ModelEvent $event)
39 39
     {
Please login to merge, or discard this patch.