mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	Remove coalesce operator
Remove strict types declaration
This commit is contained in:
		
							parent
							
								
									21bcdf76cc
								
							
						
					
					
						commit
						66191b7088
					
				@ -26,7 +26,7 @@ class RuntimeMockup extends Runtime
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    public function getRanCommandTimeoutFor($cmd)
 | 
					    public function getRanCommandTimeoutFor($cmd)
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        return $this->ranCommandTimeouts[$cmd] ?? null;
 | 
					        return isset($this->ranCommandTimeouts[$cmd]) ? $this->ranCommandTimeouts[$cmd] : null;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    /**
 | 
					    /**
 | 
				
			||||||
 | 
				
			|||||||
@ -1,4 +1,4 @@
 | 
				
			|||||||
<?php declare(strict_types=1);
 | 
					<?php
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace Mage\tests\Task\BuiltIn\Symfony;
 | 
					namespace Mage\tests\Task\BuiltIn\Symfony;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user