Skip to content

Commit

Permalink
fix CI badge/link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Oct 21, 2023
1 parent 4888c94 commit 9ea4337
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

**Collection of PHP Traits for designing object-oriented frameworks.**

![Build](https://github.com/atk4/core/workflows/Unit/badge.svg)
[![Build](https://github.com/atk4/core/actions/workflows/test-unit.yml/badge.svg?branch=develop)](https://github.com/atk4/core/actions?query=branch:develop)
[![CodeCov](https://codecov.io/gh/atk4/core/branch/develop/graph/badge.svg)](https://codecov.io/gh/atk4/core)
[![GitHub release](https://img.shields.io/github/release/atk4/core.svg)](CHANGELOG.md)
[![Code Climate](https://codeclimate.com/github/atk4/core/badges/gpa.svg)](https://codeclimate.com/github/atk4/core)
Expand Down
5 changes: 0 additions & 5 deletions src/StaticAddToTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@

namespace Atk4\Core;

/**
* Trait StaticAddToTrait.
*
* Intended to be always used with DiContainerTrait trait.
*/
trait StaticAddToTrait
{
use DiContainerTrait;
Expand Down

0 comments on commit 9ea4337

Please sign in to comment.