Skip to content

Commit 0a49485

Browse files
committed
Use PHP CS Fixer
1 parent 59499a9 commit 0a49485

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

.github/workflows/php-cs-fixer.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
name: PHP CS Fixer
2+
3+
on: push
4+
5+
jobs:
6+
fixers:
7+
uses: humhub/actions/.github/workflows/module-php-cs-fixer.yml@main

docs/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
22
=========
33

4+
0.2.8 - Unreleased
5+
----------------------
6+
- Enh #24: Use PHP CS Fixer
7+
-
48
0.2.7 - April 14, 2022
59
----------------------
610
- Enh #4823: Remove CHTML/CActiveForm usages

module.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Most Active Users",
44
"description": "Adds a widget to the dashboard showing the most active users",
55
"keywords": ["most", "active", "users", "widget", "dashboard"],
6-
"version": "0.2.7",
6+
"version": "0.2.8",
77
"humhub": {
88
"minVersion": "1.0"
99
},

0 commit comments

Comments
 (0)