Skip to content
This repository has been archived by the owner on Dec 27, 2018. It is now read-only.

Commit

Permalink
Apply fixes from StyleCI (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Jan 3, 2018
1 parent 86ef7d8 commit a74a07e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Page/VariableTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function setVariable($name, $value)
}
}
} catch (\Exception $e) {
throw new \Exception(sprintf("Expected date string"));
throw new \Exception(sprintf('Expected date string'));
}
break;
case 'draft':
Expand Down
1 change: 0 additions & 1 deletion src/Step/ConvertPages.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

use PHPoole\Collection\Page\Page;
use PHPoole\Converter\Converter;
use PHPoole\Exception\Exception;

/**
* Converts content of all pages.
Expand Down

0 comments on commit a74a07e

Please sign in to comment.