------ --------------------------------------------------------------------- 
  Line   src/SchemaManager/CompatibilityChecker.php                           
 ------ --------------------------------------------------------------------- 
  87     Match expression does not handle remaining value: mixed              
  192    Comparison operation ">=" between int<0, max> and 0 is always true.  
 ------ --------------------------------------------------------------------- 
 ------ ---------------------------------------------------------------------- 
  Line   src/SchemaManager/StreamWrapper.php                                   
 ------ ---------------------------------------------------------------------- 
  24     Call to an undefined method object::getSchema().                      
  24     Parameter #1 $stream of function fwrite expects resource,             
         resource|false given.                                                 
  24     Parameter #2 $data of function fwrite expects string, string|false    
         given.                                                                
  25     Parameter #1 $stream of function rewind expects resource,             
         resource|false given.                                                 
  26     Property Drupal\Core\StreamWrapper\LocalStream::$handle (resource)    
         does not accept resource|false.                                       
  27     Method Drupal\ui_patterns\SchemaManager\StreamWrapper::stream_open()  
         should return bool but returns resource|false.                        
 ------ ---------------------------------------------------------------------- 
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

pdureau created an issue. See original summary.

pdureau’s picture

Status: Active » Needs review

Last issue which may be moved to #3464397: [2.0.0-beta2] ui_patterns_legacy: remaining phpstan results:

  Line   src/SchemaManager/StreamWrapper.php                                   
  24     Call to an undefined method object::getSchema(). 

  • pdureau committed ef1d4ef2 on 2.0.x
    Issue #3464288 by pdureau: Code quality: Schema manager
    
pdureau’s picture

Assigned: pdureau » Unassigned
Status: Needs review » Fixed
pdureau’s picture

Status: Fixed » Closed (fixed)