mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-11-04 11:18:25 +00:00 
			
		
		
		
	Merge branch 'fix-rector-issues-20231204' into 'master'
Fix issues with new version of rector See merge request Chill-Projet/chill-bundles!630
This commit is contained in:
		@@ -58,7 +58,7 @@ class AddressReferenceFromBano
 | 
			
		||||
        foreach ($stmt as $record) {
 | 
			
		||||
            $this->baseImporter->importAddress(
 | 
			
		||||
                $record['refId'],
 | 
			
		||||
                substr($record['refId'], 0, 5), // extract insee from reference
 | 
			
		||||
                substr((string) $record['refId'], 0, 5), // extract insee from reference
 | 
			
		||||
                $record['postcode'],
 | 
			
		||||
                $record['street'],
 | 
			
		||||
                $record['streetNumber'],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user