Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Nov 5, 2018
1 parent dad70c7 commit 35fa649
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/ajax.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

?>
<!DOCTYPE html><html class=arrow><link rel="stylesheet" href="assets/style.css">
<base href="/test">

<h1>Tracy: AJAX demo</h1>

<p>
Expand Down
4 changes: 1 addition & 3 deletions src/Bridges/Nette/Bridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
* Copyright (c) 2004 David Grudl (https://davidgrudl.com)
*/

declare(strict_types=1);

namespace Tracy\Bridges\Nette;

use Latte;
Expand All @@ -21,7 +19,7 @@
*/
class Bridge
{
public static function initialize(): void
public static function initialize()
{
$blueScreen = Tracy\Debugger::getBlueScreen();
$blueScreen->addPanel([self::class, 'renderLatteError']);
Expand Down

0 comments on commit 35fa649

Please sign in to comment.