Skip to content
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

Feature/nex 334/global newsql schema branch #693

Open
wants to merge 24 commits into
base: develop
Choose a base branch
from

Conversation

julien-sebire
Copy link
Member

Global PR for the whole NewSql implementation.

/**
* @inheritdoc
*/
public function prepareStatement($modelId, $subject, $predicate, $object, $lang, $author)
Copy link

Choose a reason for hiding this comment

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

Method prepareStatement has 6 arguments (exceeds 4 allowed). Consider refactoring.

* @param string $author
* @return array
*/
abstract public function prepareStatement($modelId, $subject, $predicate, $object, $lang, $author);
Copy link

Choose a reason for hiding this comment

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

Method prepareStatement has 6 arguments (exceeds 4 allowed). Consider refactoring.

/**
* @inheritdoc
*/
public function prepareStatement($modelId, $subject, $predicate, $object, $lang, $author)
Copy link

Choose a reason for hiding this comment

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

Method prepareStatement has 6 arguments (exceeds 4 allowed). Consider refactoring.

@codeclimate
Copy link

codeclimate bot commented Oct 22, 2019

Code Climate has analyzed commit c924b65 and detected 5 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 3
Duplication 2

View more on Code Climate.

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.

4 participants