Completed
Pull Request — master (#30)
by
unknown
06:29
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.
src/Exception/OptionNotFoundException.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
      * @param RequiresConfig $factory
24 24
      * @param mixed $currentDimension Current configuration key
25 25
      * @param string $configId
26
-     * @return InvalidArgumentException
26
+     * @return OptionNotFoundException
27 27
      */
28 28
     public static function missingOptions(RequiresConfig $factory, $currentDimension, $configId)
29 29
     {
Please login to merge, or discard this patch.