Skip to content

Commit

Permalink
Apply code style
Browse files Browse the repository at this point in the history
  • Loading branch information
curry684 committed Dec 1, 2023
1 parent bc0aa37 commit 1379102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"phpstan/phpstan-doctrine": "^1.3.12",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-symfony": "^1.2.9",
"phpunit/phpunit": "^10.5",
"phpunit/phpunit": "^9.6.14",
"ruflin/elastica": "^6.0|^7.2",
"symfony/browser-kit": "^6.1.3|^7.0",
"symfony/css-selector": "^6.1.3|^7.0",
Expand Down Expand Up @@ -79,7 +79,7 @@
"phpstan/extension-installer": true
}
},
"minimum-stability": "beta",
"minimum-stability": "stable",
"extra": {
"branch-alias": {
"dev-master": "0.8-dev"
Expand Down
3 changes: 0 additions & 3 deletions src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@

class Configuration implements ConfigurationInterface
{
/**
* @return TreeBuilder
*/
public function getConfigTreeBuilder(): TreeBuilder
{
$treeBuilder = new TreeBuilder('datatables');
Expand Down

0 comments on commit 1379102

Please sign in to comment.