Skip to content

Commit

Permalink
Merge pull request #2 from raziel057/fix-deprecation-sf63
Browse files Browse the repository at this point in the history
Fix SF6.3 deprecation
  • Loading branch information
davnavarro authored Aug 7, 2023
2 parents 270667c + b4080f2 commit 961f0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QipsiusTCPDFBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class QipsiusTCPDFBundle extends Bundle
* Ran on bundle boot, our TCPDF configuration constants
* get defined here if required
*/
public function boot()
public function boot(): void
{
if (!$this->container->hasParameter('qipsius_tcpdf.tcpdf')) {
return;
Expand Down

0 comments on commit 961f0bf

Please sign in to comment.