Completed
Pull Request — master (#75)
by Eric
68:03 queued 33:08
created
src/Component/Grid/Tests/DataSource/PagerfantaDataSourceTest.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
 
43 43
     /**
44
-     * @return \PHPUnit_Framework_MockObject_MockObject|AdapterInterface
44
+     * @return AdapterInterface
45 45
      */
46 46
     private function createAdapterMock()
47 47
     {
Please login to merge, or discard this patch.
src/Component/Resource/Repository/Doctrine/ORM/Repository.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -115,6 +115,8 @@
 block discarded – undo
115 115
 
116 116
     /**
117 117
      * {@inheritdoc}
118
+     * @param string $alias
119
+     * @param string $indexBy
118 120
      */
119 121
     public function createQueryBuilderForCollection($alias = null, $indexBy = null)
120 122
     {
Please login to merge, or discard this patch.
DependencyInjection/Compiler/RegisterGenericDomainListenerPassTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
     }
52 52
 
53 53
     /**
54
-     * @return \PHPUnit_Framework_MockObject_MockObject|ContainerBuilder
54
+     * @return ContainerBuilder
55 55
      */
56 56
     private function createContainerBuilderMock()
57 57
     {
Please login to merge, or discard this patch.
ResourceBundle/DependencyInjection/Extension/ResourceConfiguration.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -201,7 +201,7 @@
 block discarded – undo
201 201
     /**
202 202
      * @param string        $name
203 203
      * @param string        $type
204
-     * @param mixed         $default
204
+     * @param string|null         $default
205 205
      * @param callable|null $if
206 206
      * @param string|null   $then
207 207
      *
Please login to merge, or discard this patch.