Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Conversation

@AleksandraKozubal
Copy link
Member

It should close #24

It should close #24
@AleksandraKozubal AleksandraKozubal requested a review from a team as a code owner July 14, 2022 10:30
@@ -0,0 +1,24 @@
server {
Copy link
Member

Choose a reason for hiding this comment

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

This file is not needed I suppose

cmd/run.php Outdated

match ($breweryOption) {
Breweries::SEARCH => $climate->table($breweries->getBreweries($breweriesCollection)->toArray()),
Breweries::SEARCH => $climate->table($breweries->getBreweries($breweriesFactory)->toArray()),
Copy link
Member

Choose a reason for hiding this comment

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

Why renamed?

Copy link
Member Author

Choose a reason for hiding this comment

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

due to working on old version of code, changed in commits

$html = file_get_contents($url);
$crawler = new Crawler($html);

$this->walker = $crawler->filterXPath("//*[@id='referenzmenu']");
Copy link
Member

Choose a reason for hiding this comment

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

Why $this->walker? There is no property named walker

Copy link
Member Author

Choose a reason for hiding this comment

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

It is a result of few mistakes that I did due to rush
Changed as $section

Copy link
Member

Choose a reason for hiding this comment

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

I don't see this change in changed files. Probably changes have not been pushed?

"ext-readline": "*",
"guzzlehttp/guzzle": "^7.4",
"illuminate/collections": "^9.19",
"illuminate/support": "^4.2",
Copy link
Member

@mtracz mtracz Jul 14, 2022

Choose a reason for hiding this comment

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

Why you need this package? You can use illuminate/collections instead.
To remove package use composer remove <package name>

@krzysztofrewak
Copy link
Member

@AleksandraKozubal, are you going to respond to the code review? If not, I will archive this project. Otherwise, I can wait until you'd finish that PR.

@AleksandraKozubal
Copy link
Member Author

Yes I will asap
Can we wait until August? Then I would respond to the code review if you let me

@krzysztofrewak
Copy link
Member

Yes I will asap Can we wait until August? Then I would respond to the code review if you let me

Ok, ok. I will remove your access after this PR will be merged.

Co-authored-by: Marcin Tracz <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Caspary provider

4 participants