Completed
Push — master ( 5472e0...10da27 )
by Eric
18:09 queued 11:39
created
src/Component/Translation/Tests/Factory/TranslatableFactoryTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -174,7 +174,7 @@  discard block
 block discarded – undo
174 174
     }
175 175
 
176 176
     /**
177
-     * @return \PHPUnit_Framework_MockObject_MockObject|ResourceInterface
177
+     * @return \PHPUnit_Framework_MockObject_MockObject
178 178
      */
179 179
     private function createResourceMock()
180 180
     {
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
     }
183 183
 
184 184
     /**
185
-     * @return \PHPUnit_Framework_MockObject_MockObject|LocaleContextInterface
185
+     * @return \PHPUnit_Framework_MockObject_MockObject
186 186
      */
187 187
     private function createLocaleContextMock()
188 188
     {
Please login to merge, or discard this patch.
Tests/DependencyInjection/Compiler/ConfigureFactoryPassTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
         $factory
60 60
             ->expects($this->once())
61 61
             ->method('addArgument')
62
-            ->with($this->callback(function ($argument) {
62
+            ->with($this->callback(function($argument) {
63 63
                return $argument instanceof Reference && (string) $argument === 'lug.translation.context.locale';
64 64
             }));
65 65
 
Please login to merge, or discard this patch.