mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-08 14:28:57 +02:00
Text files should end with a newline character.
This commit is contained in:
@@ -45,5 +45,4 @@ class UpdateCommand extends AbstractCommand
|
|||||||
|
|
||||||
return $exitCode;
|
return $exitCode;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -30,5 +30,4 @@ class VersionCommand extends AbstractCommand
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -38,5 +38,4 @@ class DisabledTask extends AbstractTask implements IsReleaseAware
|
|||||||
{
|
{
|
||||||
throw new SkipException;
|
throw new SkipException;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -146,5 +146,4 @@ class ListTask extends AbstractTask implements IsReleaseAware
|
|||||||
|
|
||||||
return $textDiff;
|
return $textDiff;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -188,5 +188,4 @@ class RollbackTask extends AbstractTask implements IsReleaseAware
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -655,5 +655,4 @@ class Parser
|
|||||||
{
|
{
|
||||||
return (0 === strpos($this->currentLine, '- '));
|
return (0 === strpos($this->currentLine, '- '));
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user