Completed
Push — master ( 57c0ee...30a057 )
by Tom
10s
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.