One error remains after applying the patch (#2) from parent issue:
drupal-check web/modules/contrib/custom_search/
6/6 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
------ -----------------------------------------------------------------------
Line src/Plugin/Block/CustomSearchBlock.php
------ -----------------------------------------------------------------------
270 Call to deprecated function file_uri_target():
in drupal:8.8.0 and is removed from drupal:9.0.0. Use
\Drupal\Core\StreamWrapper\StreamWrapperManagerInterface::getTarget()
instead.
------ -----------------------------------------------------------------------
[ERROR] Found 1 error
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3106249-2.patch | 1.23 KB | ravi.shankar |
Comments
Comment #2
ravi.shankar commentedThis patch may fix this issue.
Comment #3
aliaksandr_rozum commentedHi, @ravi.shankar!
It looks like everything is ok)
web/modules/contrib/custom_search/
6/6 [▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓] 100%
[OK] No errors
Comment #5
suzymasri