File tree Expand file tree Collapse file tree 6 files changed +17
-0
lines changed Expand file tree Collapse file tree 6 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 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
27Module for updating CodeIgniter 4 projects
38
Original file line number Diff line number Diff line change 66 * Class BaseSource
77 *
88 * Common functions for patch sources.
9+ *
10+ * @deprecated
911 */
1012class BaseSource
1113{
Original file line number Diff line number Diff line change 88 * Class Codex
99 *
1010 * Portable record of per-patch settings and outcomes.
11+ *
12+ * @deprecated
1113 */
1214class Codex implements JsonSerializable
1315{
Original file line number Diff line number Diff line change 22
33use CodeIgniter \Config \BaseConfig ;
44
5+ /**
6+ * @deprecated
7+ */
58class Patches extends BaseConfig
69{
710 /**
Original file line number Diff line number Diff line change 22
33use Tatter \Patches \Codex ;
44
5+ /**
6+ * @deprecated
7+ */
58class BaseHandler
69{
710 /**
Original file line number Diff line number Diff line change 1515 * Class Patches
1616 *
1717 * Library to implement patch sources for project updates.
18+ *
19+ * @deprecated
1820 */
1921class Patches
2022{
You can’t perform that action at this time.
0 commit comments