Skip to content

Commit b2e3613

Browse files
authored
Merge pull request #15 from tattersoftware/deprecate
Deprecate
2 parents a0a9f49 + 0e2f94d commit b2e3613

File tree

6 files changed

+17
-0
lines changed

6 files changed

+17
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# DEPRECATED
2+
3+
This version of the library (as a `spark` command and PHP module) is deprecated. See the
4+
release notes for `v1.2` for more details.
5+
16
# Tatter\Patches
27
Module for updating CodeIgniter 4 projects
38

src/BaseSource.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* Class BaseSource
77
*
88
* Common functions for patch sources.
9+
*
10+
* @deprecated
911
*/
1012
class BaseSource
1113
{

src/Codex.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
* Class Codex
99
*
1010
* Portable record of per-patch settings and outcomes.
11+
*
12+
* @deprecated
1113
*/
1214
class Codex implements JsonSerializable
1315
{

src/Config/Patches.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
use CodeIgniter\Config\BaseConfig;
44

5+
/**
6+
* @deprecated
7+
*/
58
class Patches extends BaseConfig
69
{
710
/**

src/Handlers/BaseHandler.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
use Tatter\Patches\Codex;
44

5+
/**
6+
* @deprecated
7+
*/
58
class BaseHandler
69
{
710
/**

src/Patches.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
* Class Patches
1616
*
1717
* Library to implement patch sources for project updates.
18+
*
19+
* @deprecated
1820
*/
1921
class Patches
2022
{

0 commit comments

Comments
 (0)