Skip to content
Snippets Groups Projects
Commit dcd0ec71 authored by catch's avatar catch
Browse files

Issue #3386233 by yash.rode, cmlara: Returntype incorrect for UnitTestCase::getConfigFactoryStub()

parent 3b490aae
No related branches found
No related tags found
No related merge requests found
......@@ -86,9 +86,8 @@ public function __get(string $name) {
* configuration object names and whose values are key => value arrays for
* the configuration object in question. Defaults to an empty array.
*
* @return \PHPUnit\Framework\MockObject\MockBuilder
* A MockBuilder object for the ConfigFactory with the desired return
* values.
* @return \PHPUnit\Framework\MockObject\MockObject|\Drupal\Core\Config\ConfigFactoryInterface
* A mock configuration factory object.
*/
public function getConfigFactoryStub(array $configs = []) {
$config_get_map = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment