Completed
Push — master ( 82191c...9276f2 )
by Joachim
03:23
created
Tests/EventListener/OrderSubscriberTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
     /**
128 128
      * @param object $object
129 129
      *
130
-     * @return \PHPUnit\Framework\MockObject\MockObject|LifecycleEventArgs
130
+     * @return \Doctrine\Common\Persistence\Event\LifecycleEventArgs
131 131
      */
132 132
     private function getLifecycleEventArgs($object)
133 133
     {
Please login to merge, or discard this patch.
Tests/EventListener/OrderLineSubscriberTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@
 block discarded – undo
127 127
     /**
128 128
      * @param object $object
129 129
      *
130
-     * @return \PHPUnit\Framework\MockObject\MockObject|LifecycleEventArgs
130
+     * @return \Doctrine\Common\Persistence\Event\LifecycleEventArgs
131 131
      */
132 132
     private function getLifecycleEventArgs($object)
133 133
     {
Please login to merge, or discard this patch.