It seems like the GitHub access token used for retrieving details about this repository from
GitHub became invalid. This might prevent certain types of inspections from being run (in
particular,
everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
It seems like $this->getContext(\Drupa...ext\MinkContext::class) of type object<Behat\Behat\Context\Context> or false is incompatible with the declared type object<Drupal\DrupalExte...on\Context\MinkContext> of property $minkContext.
Our type inference engine has found an assignment to a property that is incompatible
with the declared type of that property.
Either this assignment is in error or the assigned type should be added
to the documentation/type hint for that property..
Loading history...
28
}
29
30
/**
31
* Instantiates a specific block plugin in a specific theme.
32
*
33
* @param string $plugin_id
34
* The block plugin ID.
35
* @param string $theme
36
* The theme key.
37
*
38
* @When I instantiate the :plugin_id block in :theme
39
*/
40
public function instantiateBlock($plugin_id, $theme) {
Our type inference engine has found an assignment to a property that is incompatible with the declared type of that property.
Either this assignment is in error or the assigned type should be added to the documentation/type hint for that property..