2017 © Pedro Peláez
 

library php-comment-style

An application for fixing PHP comment style

image

ntzm/php-comment-style

An application for fixing PHP comment style

  • Sunday, November 26, 2017
  • by natzim
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

PHP Comment Style

Formats PHP comments., (*1)

From:, (*2)

//foo
/*bar baz*/

To:, (*3)

// foo
/* bar baz */

Installation

composer require --dev ntzm/php-comment-style, (*4)

Running

To fix all PHP files in src/:, (*5)

vendor/bin/php-comment-style fix src, (*6)

To fix all PHP files in src/ and tests/:, (*7)

vendor/bin/php-comment-style fix src tests, (*8)

The Versions

26/11 2017

dev-master

9999999-dev

An application for fixing PHP comment style

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nat Zimmermann

26/11 2017

0.1.2

0.1.2.0

An application for fixing PHP comment style

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nat Zimmermann

26/11 2017

0.1.1

0.1.1.0

An application for fixing PHP comment style

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nat Zimmermann

25/11 2017

0.1.0

0.1.0.0

An application for fixing PHP comment style

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nat Zimmermann