Skip to content

Commit

Permalink
fix(chore): resolve problem with phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdugue committed Jan 29, 2024
1 parent caa919e commit 51e0949
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ class Configuration implements ConfigurationInterface
{
/**
* version of Symfony H5P bundle
* @return {string}
* @return string
*/
const H5P_VERSION = '2.1.0';

/**
* Generates the configuration tree.
*
* @return TreeBuilder|NodeInterface
* @return TreeBuilder
*/
public function getConfigTreeBuilder(): TreeBuilder
{
Expand Down

0 comments on commit 51e0949

Please sign in to comment.