Skip to content

Commit

Permalink
Reordered some doc blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-KM committed Nov 4, 2018
1 parent dc16394 commit df44748
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application/src/Api/Representation/ValueRepresentation.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function uri()
*
* This is the object of the RDF triple represented by this value.
*
* @return null|AbstractResourceEntityRepresentation
* @return AbstractResourceEntityRepresentation|null
*/
public function valueResource()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public function perform(Installer $installer)
* Install a default resource template.
*
* @param string $label A label of a template defined in this class
* @return null|false Returns false if the label does not exist
* @return false|null Returns false if the label does not exist
*/
public function installTemplate($label)
{
Expand Down
2 changes: 1 addition & 1 deletion application/src/Job/Dispatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function getDispatchStrategy()
* @param string $class
* @param mixed $args
* @param StrategyInterface $strategy
* @return null|Job $job
* @return Job|null $job
*/
public function dispatch($class, $args = null, StrategyInterface $strategy = null)
{
Expand Down

0 comments on commit df44748

Please sign in to comment.