aboutsummaryrefslogtreecommitdiff
path: root/private/model
diff options
context:
space:
mode:
authorKevin J Hoerr <kjhoerr@protonmail.com>2017-06-24 13:54:51 -0400
committerKevin J Hoerr <kjhoerr@protonmail.com>2017-06-24 13:54:51 -0400
commit764afc1afa43ff0bca09648287868b8e2fc82101 (patch)
tree13e529bb60b9706ed0fe1bf0fadd0ad85420fe5a /private/model
parent4db9cd4b7a5b217a3c62e68271c6ced8e0caca73 (diff)
downloadaugust-offensive-764afc1afa43ff0bca09648287868b8e2fc82101.tar.gz
august-offensive-764afc1afa43ff0bca09648287868b8e2fc82101.tar.bz2
august-offensive-764afc1afa43ff0bca09648287868b8e2fc82101.zip
Fix strict_types literals
Diffstat (limited to 'private/model')
-rw-r--r--private/model/Connection.php2
-rw-r--r--private/model/creds.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/private/model/Connection.php b/private/model/Connection.php
index 31b58c3..18b0d72 100644
--- a/private/model/Connection.php
+++ b/private/model/Connection.php
@@ -1,6 +1,6 @@
<?php
-declare(strict_types = On);
+declare(strict_types=1);
namespace AugustOffensive\model;
diff --git a/private/model/creds.php b/private/model/creds.php
index 8ec06ad..accffa5 100644
--- a/private/model/creds.php
+++ b/private/model/creds.php
@@ -1,6 +1,6 @@
<?php
-declare(strict_types = On);
+declare(strict_types=1);
/**
* Holds the credentials for connecting to the database