enable strict_types
This commit is contained in:
parent
8cebb26c3d
commit
77bf1776a9
10 changed files with 21 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
class ReadingTimeExtension extends Minz_Extension {
|
||||
public function init() {
|
||||
Minz_View::appendScript($this->getFileUrl('readingtime.js', 'js'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue