From 62b88c0dac4d4e6ab6a18f46f21609e99edb9748 Mon Sep 17 00:00:00 2001
From: Matthew Baggett <matthew@baggett.me>
Date: Fri, 22 Jan 2021 07:32:31 +0100
Subject: [PATCH] Fiddling.

---
 .gitignore    | 3 ++-
 teststrap.php | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 294c281..e30f107 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,4 +5,5 @@ vendor/
 .phpunit.result.cache
 .php_cs.cache
 docs
-phploc.xml
\ No newline at end of file
+phploc.xml
+cghooks.lock
\ No newline at end of file
diff --git a/teststrap.php b/teststrap.php
index 9a52879..4328b5e 100644
--- a/teststrap.php
+++ b/teststrap.php
@@ -1,2 +1,3 @@
 <?php
-define("APP_ROOT", __DIR__);
+
+define('APP_ROOT', __DIR__);