Skip to content
New issue

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

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

Already on GitHub? # to your account

remove redundant check for isset() which is unnecessary in case of unset() #21

Merged
merged 6 commits into from
Oct 29, 2019
Merged

Conversation

samundra
Copy link
Contributor

This PR has following changes:

  • remove redundant check for isset() which is unnecessary in case of unset()
  • fix typo and improve reading through documentation

README.MD Outdated
@@ -1,7 +1,7 @@
[![StyleCI](https://github.styleci.io/repos/159037396/shield?branch=master)](https://github.styleci.io/repos/159037396)
### Introduction
<a href = "https://github.com/the-control-group/voyager">Voyager </a> is an awesome admin tool for laravel.
It's easy to create admin tool for CMS using it awesome features ```BREAD```.
It's easy to create admin tool for CMS using its awesome features ```BREAD```.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
It's easy to create admin tool for CMS using its awesome features ```BREAD```.
It's easy to create admin tool for CMS using its awesome features `BREAD`.

README.MD Outdated

After Publishing the ``VoyagerDeploymentOrchestratorSeeder`` class file
autoload the composer so that laravel knows about the seeder.
After Publishing the ``VoyagerDeploymentOrchestratorSeeder`` class file,
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
After Publishing the ``VoyagerDeploymentOrchestratorSeeder`` class file,
After Publishing the `VoyagerDeploymentOrchestratorSeeder` class file,

@@ -117,15 +117,13 @@ private function populateDataTypeSeederContent(string $stub, DataType $dataType)
$stub = $this->populatePermissionStatements($stub, $dataType);
$stub = $this->populateMenuStatements($stub, $dataType);

list($dataType, $stub) = $this->populateTranslationStatements($stub, $dataType);
[$dataType, $stub] = $this->populateTranslationStatements($stub, $dataType);
Copy link
Contributor

Choose a reason for hiding this comment

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

Will possibly not work on Laravel 5.4 and 5.5 as array destructuring is only available since PHP7.1

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This change was reported by StyleCI so I made this change. I think we will need to make change on styleCI configuration on dashboard.

Copy link
Contributor

Choose a reason for hiding this comment

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

@samundra better to revert this change in this PR and fix CI issue in another one

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sounds good. I will revert this change.

@DrudgeRajen
Copy link
Owner

@samundra would you please resolve the conflicts?

@samundra
Copy link
Contributor Author

samundra commented Oct 28, 2019

@DrudgeRajen

@samundra would you please resolve the conflicts?

Fixed. Thank you.

@DrudgeRajen DrudgeRajen merged commit f6ca539 into DrudgeRajen:master Oct 29, 2019
@DrudgeRajen
Copy link
Owner

@samundra Thank you

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants