mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	fixing php54 array syntax
This commit is contained in:
		
							parent
							
								
									aeefc871a5
								
							
						
					
					
						commit
						fa722b553d
					
				@ -147,6 +147,6 @@ class LinkSharedFilesTask extends AbstractTask implements IsReleaseAware
 | 
				
			|||||||
            $path = $linkedEntity;
 | 
					            $path = $linkedEntity;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        return [$path, $strategy];
 | 
					        return array($path, $strategy);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user