1
0
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:
David Grudl
2017-07-21 21:34:37 +02:00
parent bced758bbd
commit 4ed3e689a7
13 changed files with 40 additions and 2 deletions

View File

@@ -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>