Skip to content

Commit 7650203

Browse files
authored
Chore - Update the header of all files to standardise the copyright a… (#77)
* Chore - Update the header of all files to standardise the copyright and add the strict types declaration * Declaring strict types breaks a lot of tests, so I am choosing to revert the changes that added them in. I only added them as they were in one of the files I looked at which had the new copyright text. This commit only changes this, so can be reverted if you choose to add this back, and deal with the strict types.
1 parent 3eaceda commit 7650203

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

src/Support/Frames.php

-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
<?php
22

3-
/**
4-
* @author Aaron Francis <aarondfrancis@gmail.com>
5-
*
6-
* @link https://aaronfrancis.com
7-
* @link https://twitter.com/aarondfrancis
8-
*/
9-
103
declare(strict_types=1);
114

125
/**

src/Support/KeyPressListener.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<?php
22

33
/**
4-
* @author Aaron Francis <aarondfrancis@gmail.com|https://twitter.com/aarondfrancis>
4+
* @author Aaron Francis <aaron@tryhardstudios.com>
5+
*
6+
* @link https://aaronfrancis.com
7+
* @link https://x.com/aarondfrancis
58
*/
69

710
namespace SoloTerm\Solo\Support;

workbench/config/solo.php

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<?php
22

33
/**
4-
* @author Aaron Francis <aarondfrancis@gmail.com|https://twitter.com/aarondfrancis>
4+
* @author Aaron Francis <aaron@tryhardstudios.com>
5+
*
6+
* @link https://aaronfrancis.com
7+
* @link https://x.com/aarondfrancis
58
*/
69

710
use SoloTerm\Solo\Commands\Command;

0 commit comments

Comments
 (0)