Completed
Push — master ( eb6033...4329f6 )
by Gianluca
10s
created
src/DoctrineModule/Form/Element/Proxy.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -286,7 +286,7 @@  discard block
 block discarded – undo
286 286
     }
287 287
 
288 288
     /**
289
-     * @return mixed
289
+     * @return string
290 290
      */
291 291
     public function getProperty()
292 292
     {
@@ -368,7 +368,7 @@  discard block
 block discarded – undo
368 368
     }
369 369
 
370 370
     /**
371
-     * @return mixed
371
+     * @return boolean|null
372 372
      */
373 373
     public function getIsMethod()
374 374
     {
Please login to merge, or discard this patch.
tests/DoctrineModuleTest/ModuleTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -20,10 +20,8 @@
 block discarded – undo
20 20
 namespace DoctrineModuleTest;
21 21
 
22 22
 use PHPUnit_Framework_TestCase;
23
-use PHPUnit_Framework_Assert;
24 23
 use PHPUnit_Framework_MockObject_MockObject;
25 24
 use DoctrineModule\Module;
26
-use DoctrineModuleTest\ServiceManagerFactory;
27 25
 use Symfony\Component\Console\Output\OutputInterface;
28 26
 use Symfony\Component\Console\Input\InputInterface;
29 27
 
Please login to merge, or discard this patch.