Completed
Push — develop ( 6a1975...bc684c )
by greg
03:16
created
src/PlaygroundGame/Service/Game.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,6 @@  discard block
 block discarded – undo
53 53
      * This service is ready for all types of games
54 54
      *
55 55
      * @param array $data
56
-     * @param string $entity
57 56
      * @param string $formClass
58 57
      * @return \PlaygroundGame\Entity\Game
59 58
      */
@@ -1786,6 +1785,9 @@  discard block
 block discarded – undo
1786 1785
         return $a;
1787 1786
     }
1788 1787
 
1788
+    /**
1789
+     * @param \Zend\InputFilter\InputFilter $inputFilter
1790
+     */
1789 1791
     public function decorate($element, $attr, $inputFilter)
1790 1792
     {
1791 1793
         $element->setAttributes(
Please login to merge, or discard this patch.