Completed
Push — master ( 7edcbc...28e817 )
by greg
02:40
created
src/Entity/MemoryScore.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -111,7 +111,7 @@
 block discarded – undo
111 111
     }
112 112
 
113 113
     /**
114
-     * @param PlaygroundGame\Entity\Entry $entry
114
+     * @param boolean $entry
115 115
      */
116 116
     public function setEntry($entry)
117 117
     {
Please login to merge, or discard this patch.
src/Form/Admin/MemoryCard.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
      *
131 131
      * @param  ServiceManager $serviceManager
132 132
      *
133
-     * @return InstantWinOccurrence
133
+     * @return MemoryCard
134 134
      */
135 135
     public function setServiceManager(ServiceManager $serviceManager)
136 136
     {
Please login to merge, or discard this patch.
src/Service/Memory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@
 block discarded – undo
162 162
      * @param \PlaygroundGame\Entity\Game $game
163 163
      * @param \PlaygroundUser\Entity\User $user
164 164
      * @param \PlaygroundUser\Entity\MemoryScore $score
165
-     * @param \PlaygroundUser\Entity\Entry $entry
165
+     * @param boolean $entry
166 166
      *
167 167
      * @return \PlaygroundUser\Entity\Entry $entry
168 168
      */
Please login to merge, or discard this patch.