Compare commits
	
		
			2 Commits
		
	
	
		
			70080bf80a
			...
			6e5f929dc3
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 6e5f929dc3 | |||
| 7eac908bc4 | 
@ -1,11 +1,10 @@
 | 
				
			|||||||
<?php
 | 
					<?php
 | 
				
			||||||
 | 
					declare(strict_types=1);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace App\Service\Remote;
 | 
					namespace App\Service\Remote;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
use App\Service\Remote\Exception\AuthorizeException;
 | 
					 | 
				
			||||||
use Exception;
 | 
					use Exception;
 | 
				
			||||||
use Psr\Log\LoggerInterface;
 | 
					use Psr\Log\LoggerInterface;
 | 
				
			||||||
use Symfony\Component\HttpClient\Exception\TransportException;
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
trait RetryingFailClientTrait
 | 
					trait RetryingFailClientTrait
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user