File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 103103    <rule  ref =" SlevomatCodingStandard.Classes.ModernClassNameReference" 
104104    <!--  report invalid format of inline phpDocs with @var --> 
105105    <rule  ref =" SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration" 
106+     <!--  TODO --> 
107+     <rule  ref =" SlevomatCodingStandard.Commenting.UselessFunctionDocComment" 
106108    <!--  Forbid useless @inheritDoc comments --> 
107109    <rule  ref =" SlevomatCodingStandard.Commenting.UselessInheritDocComment" 
108110    <!--  Forbid assignments in conditions --> 
129131    <rule  ref =" SlevomatCodingStandard.ControlStructures.NewWithParentheses" 
130132    <!--  Require usage of null coalesce operator when possible --> 
131133    <rule  ref =" SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator" 
134+     <!--  Require usage of null coalesce equal operator when possible --> 
135+     <rule  ref =" SlevomatCodingStandard.ControlStructures.RequireNullCoalesceEqualOperator" 
132136    <!--  Require usage of ternary operator when possible --> 
133137    <rule  ref =" SlevomatCodingStandard.ControlStructures.RequireTernaryOperator" 
134138        <!--  But multiline is useful for readability --> 
207211        <severity >0</severity >
208212    </rule >
209213    <rule  ref =" SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingTraversableTypeHintSpecification" 
210-         <severity >0 </severity >
214+         <severity >9 </severity >
211215    </rule >
212216    <!--  Require return type hints to be declared --> 
213217    <rule  ref =" SlevomatCodingStandard.TypeHints.ReturnTypeHint" 
217221        </properties >
218222    </rule >
219223    <rule  ref =" SlevomatCodingStandard.TypeHints.ReturnTypeHint.UselessAnnotation" 
220-         <severity >0 </severity >
224+         <severity >9 </severity >
221225    </rule >
226+     <!--  TODO --> 
222227    <rule  ref =" SlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification" 
223228        <severity >0</severity >
224229    </rule >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments