Skip to content
Snippets Groups Projects
Commit 874c22df authored by Jonathan Sacksick's avatar Jonathan Sacksick
Browse files

Mark the render callbacks as non internal to fix phpstan.

parent be78da03
No related branches found
No related tags found
No related merge requests found
Pipeline #493355 passed
...@@ -6,8 +6,6 @@ use Drupal\Core\Security\TrustedCallbackInterface; ...@@ -6,8 +6,6 @@ use Drupal\Core\Security\TrustedCallbackInterface;
/** /**
* Defines a class for render callbacks. * Defines a class for render callbacks.
*
* @internal
*/ */
final class RenderCallbacks implements TrustedCallbackInterface { final class RenderCallbacks implements TrustedCallbackInterface {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment