Skip to content

Commit

Permalink
Enable PHP strict typing
Browse files Browse the repository at this point in the history
We can't enable strict typing everywhere without major BC breaks (likely Pico 4.0), so we're doing this on a best-effort basis.

Fixes #603
  • Loading branch information
PhrozenByte committed Mar 3, 2022
1 parent 0f48280 commit a3f801b
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 81 deletions.
2 changes: 2 additions & 0 deletions lib/AbstractPicoPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
* License-Filename: LICENSE
*/

declare(strict_types=1);

/**
* Abstract class to extend from when implementing a Pico plugin
*
Expand Down

0 comments on commit a3f801b

Please sign in to comment.