Skip to content

Make example code consistent with imports and tags #143

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 14, 2018

Conversation

AydinHassan
Copy link
Member

Fixes #57.

Needs to be merged after #133 otherwise namespaces are wrong.

@AydinHassan AydinHassan requested a review from Lynesth May 14, 2018 13:54
@codecov-io
Copy link

codecov-io commented May 14, 2018

Codecov Report

Merging #143 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #143   +/-   ##
=========================================
  Coverage     96.79%   96.79%           
  Complexity      428      428           
=========================================
  Files            27       27           
  Lines          1312     1312           
=========================================
  Hits           1270     1270           
  Misses           42       42

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bd1249d...0d6cfc9. Read the comment docs.

README.md Outdated
use PhpSchool\CliMenu\CliMenuBuilder;
<?php

use PhpSchool\CliMenu\Builder\CliMenuBuilder;
use PhpSchool\CliMenu\Action\ExitAction;
use \PhpSchool\CliMenu\Action\GoBackAction;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we use the leading slash everytime ?
I guess it doesn't matter much for docs examples, then just remove it here for consistency.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually its recommended against in the PHP docs, will remove.

@AydinHassan AydinHassan merged commit c577336 into master May 14, 2018
@AydinHassan AydinHassan deleted the doc-consistency branch May 14, 2018 15:35
@AydinHassan AydinHassan added this to the 3.0 milestone May 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants