Completed
Push — master ( 4e4cd8...063296 )
by Maksim
16s
created
DependencyInjection/FOSElasticaExtension.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -469,7 +469,7 @@
 block discarded – undo
469 469
      * @param ContainerBuilder $container
470 470
      * @param string           $objectPersisterId
471 471
      * @param string           $indexName
472
-     * @param string           $typpeName
472
+     * @param string           $typeName
473 473
      *
474 474
      * @return string
475 475
      */
Please login to merge, or discard this patch.
Provider/ProviderInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,6 +34,6 @@
 block discarded – undo
34 34
      * @param array    $options
35 35
      *
36 36
      * @return
37
-     */
37
+     void
38 38
     public function populate(\Closure $loggerClosure = null, array $options = []);
39 39
 }
Please login to merge, or discard this patch.
Tests/Persister/InPlacePagerPersisterTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -302,7 +302,7 @@
 block discarded – undo
302 302
     }
303 303
 
304 304
     /**
305
-     * @return PersisterRegistry|\PHPUnit_Framework_MockObject_MockObject
305
+     * @return PersisterRegistry
306 306
      */
307 307
     private function createPersisterRegistryMock()
308 308
     {
Please login to merge, or discard this patch.