mirror of
https://github.com/dg/dibi.git
synced 2025-10-20 17:32:50 +02:00
examples: added declare strict types
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
<?php ob_start() // needed by FirePHP ?>
|
||||
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
ob_start(); // needed by FirePHP
|
||||
?>
|
||||
<!DOCTYPE html><link rel="stylesheet" href="data/style.css">
|
||||
|
||||
<h1>Using Profiler | dibi</h1>
|
||||
|
Reference in New Issue
Block a user