Giter Site home page Giter Site logo

Comments (7)

kukulich avatar kukulich commented on May 18, 2024 1

Should be fixed in release 2.4.2.

For UnusedUses sniff see settings: https://github.com/slevomat/coding-standard#slevomatcodingstandardnamespacesunuseduses-

from coding-standard.

kukulich avatar kukulich commented on May 18, 2024

@Fuco1 Do you use last version? There was a bug that is fixed in last version.

from coding-standard.

Fuco1 avatar Fuco1 commented on May 18, 2024

I use 2.4.1, should I use master?

from coding-standard.

kukulich avatar kukulich commented on May 18, 2024

No, dont use master, the bug was fixed in 2.4.1. Could you please post here your ruleset.xml and the code with traversable type hints?

from coding-standard.

Fuco1 avatar Fuco1 commented on May 18, 2024

The php code is

<?php

namespace Entity\Renderers;

use Doctrine;
use Doctrine\ORM\Mapping as ORM;
use Entity;
use Fixtures;
use JsonSerializable;


/**
 * @ORM\Entity
 */
class RowTest extends Entity\Identified implements JsonSerializable, Fixtures\Serializable
{

	/**
	 * @ORM\OneToMany(targetEntity = "Item", mappedBy = "row", cascade = {"persist", "remove"})
	 * @ORM\OrderBy({"order" = "ASC"})
	 * @var Doctrine\Common\Collections\ArrayCollection
	 */
	protected $items;
}

Configuration

<?xml version="1.0"?>
<ruleset name="Standard">

    <rule ref="./vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/TypeHints/TypeHintDeclarationSniff.php" />
    <rule ref="SlevomatCodingStandard.TypeHints.TypeHintDeclaration">
      <properties>
        <property name="traversableTypeHints" type="array" value="
            \Doctrine\Common\Collections\ArrayCollection
        "/>
      </properties>
    </rule>

</ruleset>

When I use the \Doctrine\... type hint it properly highlights the error, but not with a relative type hint. (plus it actually marks use Doctrine as useless import if I turn on the UnusedUses sniff)

from coding-standard.

Fuco1 avatar Fuco1 commented on May 18, 2024

I confirm this works, thanks a lot for such a quick fix!

from coding-standard.

github-actions avatar github-actions commented on May 18, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

from coding-standard.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.