Fix CS
This commit is contained in:
		
					parent
					
						
							
								d7cf9231af
							
						
					
				
			
			
				commit
				
					
						c476054052
					
				
			
		
					 5 changed files with 8 additions and 4 deletions
				
			
		|  | @ -22,8 +22,8 @@ class Dimension | ||||||
|     private $height; |     private $height; | ||||||
| 
 | 
 | ||||||
|     /** |     /** | ||||||
|      * @param  integer                  $width |      * @param integer $width | ||||||
|      * @param  integer                  $height |      * @param integer $height | ||||||
|      * |      * | ||||||
|      * @throws InvalidArgumentException when one of the parameteres is invalid |      * @throws InvalidArgumentException when one of the parameteres is invalid | ||||||
|      */ |      */ | ||||||
|  |  | ||||||
|  | @ -67,7 +67,7 @@ class TimeCode | ||||||
|     /** |     /** | ||||||
|      * Creates timecode from number of seconds. |      * Creates timecode from number of seconds. | ||||||
|      * |      * | ||||||
|      * @param float $seconds |      * @param float $quantity | ||||||
|      * |      * | ||||||
|      * @return TimeCode |      * @return TimeCode | ||||||
|      */ |      */ | ||||||
|  |  | ||||||
|  | @ -188,6 +188,8 @@ class FFProbe | ||||||
|     /** |     /** | ||||||
|      * @api |      * @api | ||||||
|      * |      * | ||||||
|  |      * Creates an FFProbe. | ||||||
|  |      * | ||||||
|      * @param array|ConfigurationInterface $configuration |      * @param array|ConfigurationInterface $configuration | ||||||
|      * @param LoggerInterface              $logger |      * @param LoggerInterface              $logger | ||||||
|      * @param Cache                        $cache |      * @param Cache                        $cache | ||||||
|  |  | ||||||
|  | @ -75,6 +75,8 @@ abstract class AbstractProgressListener extends EventEmitter implements Listener | ||||||
|     /** |     /** | ||||||
|      * @param FFProbe $ffprobe |      * @param FFProbe $ffprobe | ||||||
|      * @param string  $pathfile |      * @param string  $pathfile | ||||||
|  |      * @param integer $currentPass The cureent pass number | ||||||
|  |      * @param integer $totalPass   The total number of passes | ||||||
|      * |      * | ||||||
|      * @throws RuntimeException |      * @throws RuntimeException | ||||||
|      */ |      */ | ||||||
|  |  | ||||||
|  | @ -65,7 +65,7 @@ class Frame extends AbstractMediaType | ||||||
|      * |      * | ||||||
|      * Uses the `unaccurate method by default.` |      * Uses the `unaccurate method by default.` | ||||||
|      * |      * | ||||||
|      * @param string $pathfile |      * @param string  $pathfile | ||||||
|      * @param Boolean $accurate |      * @param Boolean $accurate | ||||||
|      * |      * | ||||||
|      * @return Frame |      * @return Frame | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue