Completed
Push — master ( f60e47...74fc93 )
by Sandro
02:28
created
test/ConfigurationTraitTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -599,7 +599,7 @@
 block discarded – undo
599 599
 
600 600
     /**
601 601
      * @param $exception
602
-     * @param $message
602
+     * @param string $message
603 603
      */
604 604
     private function assertException($exception, $message)
605 605
     {
Please login to merge, or discard this patch.
test/TestAsset/UniversalContainerIdConfiguration.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -62,6 +62,9 @@
 block discarded – undo
62 62
         return $this->getData('defaultOptions');
63 63
     }
64 64
 
65
+    /**
66
+     * @param string $name
67
+     */
65 68
     private function getData($name)
66 69
     {
67 70
         switch ($this->type) {
Please login to merge, or discard this patch.