Completed
Branch master (e5e473)
by Maximilian
60:56
created
src/Command/CKEditorInstallerCommand.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -254,7 +254,7 @@  discard block
 block discarded – undo
254 254
     }
255 255
 
256 256
     /**
257
-     * @param string|string[] $message
257
+     * @param string $message
258 258
      * @param OutputInterface $output
259 259
      */
260 260
     private function comment($message, OutputInterface $output)
@@ -311,7 +311,7 @@  discard block
 block discarded – undo
311 311
     }
312 312
 
313 313
     /**
314
-     * @param string|string[] $question
314
+     * @param string[] $question
315 315
      * @param string[]        $choices
316 316
      * @param string          $default
317 317
      * @param InputInterface  $input
Please login to merge, or discard this patch.
tests/Composer/CKEditorScriptHandlerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
     }
68 68
 
69 69
     /**
70
-     * @return \PHPUnit_Framework_MockObject_MockObject|Event
70
+     * @return Event
71 71
      */
72 72
     private function createEventMock()
73 73
     {
Please login to merge, or discard this patch.
tests/DependencyInjection/Compiler/TemplatingCompilerPassTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
     }
73 73
 
74 74
     /**
75
-     * @return ContainerBuilder|\PHPUnit_Framework_MockObject_MockObject
75
+     * @return ContainerBuilder
76 76
      */
77 77
     private function createContainerBuilderMock()
78 78
     {
Please login to merge, or discard this patch.
tests/IvoryCKEditorBundleTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
     }
61 61
 
62 62
     /**
63
-     * @return ContainerBuilder|\PHPUnit_Framework_MockObject_MockObject
63
+     * @return ContainerBuilder
64 64
      */
65 65
     private function createContainerBuilderMock()
66 66
     {
Please login to merge, or discard this patch.