Skip to content

Commit

Permalink
Changed code documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed May 11, 2017
1 parent 62636e8 commit ca876b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* This file is part of the Dealerdirect PHP_CodeSniffer Standards
* Composer Installer Plugin package.
*
* @copyright 2016 Dealerdirect B.V.
* @copyright 2016-2017 Dealerdirect B.V.
* @license MIT
*/

Expand Down Expand Up @@ -346,7 +346,7 @@ function (PackageInterface $package) {
/**
* Searches for the installed PHP_CodeSniffer Composer package
*
* @param string|\Composer\Semver\Constraint\ConstraintInterface $versionConstraint to match against
* @param null|string|\Composer\Semver\Constraint\ConstraintInterface $versionConstraint to match against
*
* @return PackageInterface|null
*/
Expand Down Expand Up @@ -374,7 +374,7 @@ private function getPHPCodeSnifferInstallPath()
/**
* Simple check if PHP_CodeSniffer is installed.
*
* @param string|\Composer\Semver\Constraint\ConstraintInterface $versionConstraint to match against
* @param null|string|\Composer\Semver\Constraint\ConstraintInterface $versionConstraint to match against
*
* @return bool Whether PHP_CodeSniffer is installed
*/
Expand Down

0 comments on commit ca876b6

Please sign in to comment.