Text files should end with a newline character.

This commit is contained in:
Andrés Montañez 2014-10-11 15:07:36 -02:00
parent aaf92d5001
commit 9653552be7
41 changed files with 41 additions and 47 deletions

View file

@ -45,5 +45,4 @@ class UpdateCommand extends AbstractCommand
return $exitCode; return $exitCode;
} }
} }

View file

@ -30,5 +30,4 @@ class VersionCommand extends AbstractCommand
return 0; return 0;
} }
} }

View file

@ -38,5 +38,4 @@ class DisabledTask extends AbstractTask implements IsReleaseAware
{ {
throw new SkipException; throw new SkipException;
} }
} }

View file

@ -146,5 +146,4 @@ class ListTask extends AbstractTask implements IsReleaseAware
return $textDiff; return $textDiff;
} }
} }

View file

@ -188,5 +188,4 @@ class RollbackTask extends AbstractTask implements IsReleaseAware
return false; return false;
} }
} }
} }

View file

@ -655,5 +655,4 @@ class Parser
{ {
return (0 === strpos($this->currentLine, '- ')); return (0 === strpos($this->currentLine, '- '));
} }
} }