@@ -116,7 +116,7 @@  | 
                                                    ||
| 116 | 116 | * Generates the key to use for caching the ACL.  | 
                                                        
| 117 | 117 | *  | 
                                                        
| 118 | 118 | * @param \Caridea\Acl\Target $target The `Target` whose ACL will be loaded  | 
                                                        
| 119 | - * @param array $subjects An array of `Subject`s  | 
                                                        |
| 119 | + * @param Subject[] $subjects An array of `Subject`s  | 
                                                        |
| 120 | 120 | * @return string The cache key  | 
                                                        
| 121 | 121 | * @throws \InvalidArgumentException If the `subjects` argument contains invalid values  | 
                                                        
| 122 | 122 | */  |