aboutsummaryrefslogtreecommitdiff
path: root/man/man1/phpcsff.1df
blob: a63643673deadb4a62c1b991f718f0f83f93f8ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.TH PHPCSFF 1df "April 2020" "Manual page for phpcsff"
.SH NAME
.B phpcsff
\- use php-cs-fixed as a source filter
.SH SYNOPSIS
.B phpcsff
source.php
.br
.B phpcsff
\< source.php
.br
.B phpcsff
source.php > source.fixed.php
.br
.SH DESCRIPTION
.B phpcsff
allows the use of PHP linter php-cs-fixer as a stream filter, to work around its fixed edit-in-place behaviour using temporary files.  It's intended for use as an 'equalprg' in Vim, but it might be useful in other circumstances too.
.SH SEE ALSO
<https://github.com/FriendsOfPHP/PHP-CS-Fixer>
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>