Skip to content
Snippets Groups Projects
Commit 484ee291 authored by Michael Strelan's avatar Michael Strelan
Browse files

phpcs fixes

parent c659d1e6
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ protected function getHtmlOutputHeaders() {
*
* @see \Drupal\Tests\Listeners\VerbosePrinter::printResult()
*
* @return void
* @phpstan-ignore missingType.return
*/
protected function htmlOutput($message = NULL) {
if (!$this->htmlOutputEnabled) {
......@@ -126,7 +126,7 @@ protected function htmlOutput($message = NULL) {
/**
* Creates the directory to store browser output.
*
* @return void
* @phpstan-ignore missingType.return
*/
protected function initBrowserOutputFile() {
$browserOutputFile = getenv('BROWSERTEST_OUTPUT_FILE');
......
......@@ -10,7 +10,6 @@
use Behat\Mink\Selector\SelectorsHandler;
use Behat\Mink\Session;
use Drupal\Core\Url;
use Drupal\Tests\WebAssert;
use Symfony\Component\HttpKernel\HttpKernelBrowser;
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment