File tree Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Expand file tree Collapse file tree 2 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 2323            new  ClassNameTypeResolver (),
2424        ],
2525    ));
26- };
26+ };
Original file line number Diff line number Diff line change 99use  PhpCsFixer \Fixer \Phpdoc \PhpdocLineSpanFixer ;
1010use  PhpCsFixer \Fixer \Strict \DeclareStrictTypesFixer ;
1111use  SlevomatCodingStandard \Sniffs \ControlStructures \EarlyExitSniff ;
12- use  SlevomatCodingStandard \Sniffs \Namespaces \DisallowGroupUseSniff ;
13- use  SlevomatCodingStandard \Sniffs \Namespaces \FullyQualifiedGlobalFunctionsSniff ;
14- use  SlevomatCodingStandard \Sniffs \Namespaces \ReferenceUsedNamesOnlySniff ;
1512use  Symplify \EasyCodingStandard \Config \ECSConfig ;
1613use  Symplify \EasyCodingStandard \ValueObject \Set \SetList ;
1714
1815return  function  (ECSConfig $ ecsConfigvoid  {
1916    $ ecsConfigpaths ([
2017        __DIR__  . '/src ' ,
18+         __DIR__  . '/bin ' ,
19+         __DIR__  . '/ecs.php ' ,
2120        __DIR__  . '/tests ' ,
2221    ]);
2322
3332    ]);
3433
3534    $ ecsConfigsets ([
36-           SetList::SPACES ,
37-           SetList::ARRAY ,
38-           SetList::DOCBLOCK ,
39-           SetList::COMMENTS ,
40-           SetList::PSR_12 ,
35+         SetList::SPACES ,
36+         SetList::ARRAY ,
37+         SetList::DOCBLOCK ,
38+         SetList::COMMENTS ,
39+         SetList::PSR_12 ,
4140    ]);
4241
4342    $ ecsConfigskip ([
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments