Completed
Push — develop ( 53d6fd...6e76b4 )
by greg
03:11
created
src/PlaygroundGame/Entity/QuizQuestion.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -274,7 +274,7 @@
 block discarded – undo
274 274
     }
275 275
 
276 276
     /**
277
-     * @param unknown_type $image
277
+     * @param string $image
278 278
      */
279 279
     public function setImage($image)
280 280
     {
Please login to merge, or discard this patch.
src/PlaygroundGame/Service/PostVote.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -41,6 +41,9 @@
 block discarded – undo
41 41
         return $media_url;
42 42
     }
43 43
 
44
+    /**
45
+     * @param boolean $entry
46
+     */
44 47
     public function checkPost($entry)
45 48
     {
46 49
         $post = $this->getPostVotePostMapper()->findOneBy(array('entry' => $entry));
Please login to merge, or discard this patch.
src/PlaygroundGame/Service/Game.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -2017,6 +2017,9 @@
 block discarded – undo
2017 2017
         return $a;
2018 2018
     }
2019 2019
 
2020
+    /**
2021
+     * @param \Zend\InputFilter\InputFilter $inputFilter
2022
+     */
2020 2023
     public function decorate($element, $attr, $inputFilter)
2021 2024
     {
2022 2025
         $element->setAttributes(
Please login to merge, or discard this patch.
src/PlaygroundGame/Service/Cron.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Zend\ServiceManager\ServiceManagerAwareInterface;
6 6
 use Zend\ServiceManager\ServiceManager;
7
-use PlaygroundGame\Options\ModuleOptions;
8 7
 use PlaygroundGame\Mapper\GameInterface as GameMapperInterface;
9 8
 
10 9
 class Cron extends Game implements ServiceManagerAwareInterface
Please login to merge, or discard this patch.