Completed
Pull Request — master (#610)
by
unknown
17:00 queued 07:03
created
tests/DoctrineModuleTest/Form/Element/ProxyAwareElementTestCase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -99,8 +99,8 @@
 block discarded – undo
99 99
     /**
100 100
      * Proxy should stay read only, use with care
101 101
      *
102
-     * @param $proxy
103
-     * @param $element
102
+     * @param \PHPUnit_Framework_MockObject_MockObject $proxy
103
+     * @param \PHPUnit_Framework_MockObject_MockObject $element
104 104
      */
105 105
     protected function setProxyViaReflection($proxy, $element = null)
106 106
     {
Please login to merge, or discard this patch.