Completed
Push — master ( 8c0a67...1fafee )
by Grégoire
9s
created
Controller/MediaAdminController.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -41,6 +41,7 @@
 block discarded – undo
41 41
 
42 42
     /**
43 43
      * {@inheritdoc}
44
+     * @param string|null $view
44 45
      */
45 46
     public function render($view, array $parameters = array(), Response $response = null)
46 47
     {
Please login to merge, or discard this patch.
Tests/Helpers/PHPUnit_Framework_TestCase.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -22,6 +22,7 @@  discard block
 block discarded – undo
22 22
 {
23 23
     /**
24 24
      * {@inheritdoc}
25
+     * @param string $exception
25 26
      */
26 27
     public function expectException($exception, $message = '', $code = null)
27 28
     {
@@ -42,6 +43,7 @@  discard block
 block discarded – undo
42 43
 
43 44
     /**
44 45
      * {@inheritdoc}
46
+     * @param string $originalClassName
45 47
      */
46 48
     protected function createMock($originalClassName)
47 49
     {
Please login to merge, or discard this patch.