Security update for Core, with self-updated composer
[yaffs-website] / vendor / phpspec / prophecy / src / Prophecy / Exception / Doubler / MethodNotFoundException.php
index b113941fc95855d6e404dde24b69cd1c746422b2..a53834948042125f6204d21a9aaf4eb6fb236344 100644 (file)
@@ -14,7 +14,7 @@ namespace Prophecy\Exception\Doubler;
 class MethodNotFoundException extends DoubleException
 {
     /**
-     * @var string
+     * @var string|object
      */
     private $classname;
 
@@ -30,7 +30,7 @@ class MethodNotFoundException extends DoubleException
 
     /**
      * @param string $message
-     * @param string $classname
+     * @param string|object $classname
      * @param string $methodName
      * @param null|Argument\ArgumentsWildcard|array $arguments
      */