File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed 
contracts/Persistence/Content Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ class Type extends ValueObject
109109     * Same as {@see \Ibexa\Contracts\Core\Persistence\Content\Type::$nameSchema}. 
110110     * If nothing is provided, $nameSchema will be used instead. 
111111     * 
112-      * @var string 
112+      * @var string|null  
113113     * 
114114     * @see \Ibexa\Contracts\Core\Persistence\Content\Type::$nameSchema 
115115     */ 
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ class CreateStruct extends ValueObject
8888    /** 
8989     * URL alias schema. 
9090     * 
91-      * @var string 
91+      * @var string|null  
9292     */ 
9393    public  $ urlAliasSchema ;
9494
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ class UpdateStruct extends ValueObject
6666    /** 
6767     * URL alias schema. 
6868     * 
69-      * @var string 
69+      * @var string|null  
7070     */ 
7171    public  $ urlAliasSchema ;
7272
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ public function buildContentTypeDomainObject(
9999                'creatorId '  => $ spiContentType ->creatorId ,
100100                'modifierId '  => $ spiContentType ->modifierId ,
101101                'remoteId '  => $ spiContentType ->remoteId ,
102-                 'urlAliasSchema '  => $ spiContentType ->urlAliasSchema ,
102+                 'urlAliasSchema '  => $ spiContentType ->urlAliasSchema  ??  '' ,
103103                'nameSchema '  => $ spiContentType ->nameSchema ,
104104                'isContainer '  => $ spiContentType ->isContainer ,
105105                'mainLanguageCode '  => $ mainLanguageCode ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments