Completed
Push — master ( a97f84...b5df1f )
by
unknown
11:58
created
tests/Form/Widget/FormSonataFilterChoiceWidgetTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -56,6 +56,9 @@
 block discarded – undo
56 56
         );
57 57
     }
58 58
 
59
+    /**
60
+     * @return string
61
+     */
59 62
     protected function getParentClass()
60 63
     {
61 64
         if (class_exists(RangeType::class)) {
Please login to merge, or discard this patch.
tests/Form/Widget/FormSonataNativeCollectionWidgetTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -68,6 +68,9 @@
 block discarded – undo
68 68
         return $extensions;
69 69
     }
70 70
 
71
+    /**
72
+     * @return string
73
+     */
71 74
     protected function getChoiceClass()
72 75
     {
73 76
         return CollectionType::class;
Please login to merge, or discard this patch.
tests/Menu/Matcher/Voter/ActiveVoterTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
     /**
42 42
      * @param mixed $data
43 43
      *
44
-     * @return ItemInterface
44
+     * @return \PHPUnit\Framework\MockObject\MockObject
45 45
      */
46 46
     protected function createItem($data)
47 47
     {
Please login to merge, or discard this patch.