Skip to content

Commit

Permalink
Update DataTables manager:
Browse files Browse the repository at this point in the history
- improve PHPDoc
  • Loading branch information
webeweb committed Mar 8, 2024
1 parent e0dff99 commit 21d774d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Manager/DataTablesManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
namespace WBW\Bundle\JQuery\DataTablesBundle\Manager;

use InvalidArgumentException;
use Throwable;
use WBW\Bundle\JQuery\DataTablesBundle\Exception\AlreadyRegisteredDataTablesProviderException;
use WBW\Bundle\JQuery\DataTablesBundle\Exception\UnregisteredDataTablesProviderException;
use WBW\Bundle\JQuery\DataTablesBundle\Provider\DataTablesProviderInterface;
Expand All @@ -36,6 +37,7 @@ class DataTablesManager extends AbstractManager {

/**
* {@inheritDoc}
* @throws Throwable Throws an exception if an error occurs.
*/
public function addProvider(ProviderInterface $provider): ManagerInterface {

Expand Down

0 comments on commit 21d774d

Please sign in to comment.