We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 057dcdf commit bb76258Copy full SHA for bb76258
1 file changed
src/Neon/Position.php
@@ -1,12 +1,10 @@
1
-<?php
+<?php declare(strict_types=1);
2
3
/**
4
* This file is part of the Nette Framework (https://nette.org)
5
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
6
*/
7
8
-declare(strict_types=1);
9
-
10
namespace Nette\Neon;
11
12
0 commit comments