Completed
Push — feature/issue-84 ( 44128e...1e0a90 )
by Mikaël
34:57
created
src/Container/Model/Service.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
18 18
     }
19 19
     /**
20 20
      * Adds a service
21
-     * @param Generator $generator
22 21
      * @param string $serviceName the service name to which add the method
23 22
      * @param string $methodName the original function name
24 23
      * @param string|array $methodParameter the original parameter name
Please login to merge, or discard this patch.
src/File/Validation/Rules.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
      * In this case, the types are currently only of type string (normally) so we add the rules according to each type
54 54
      * @param string $parameterName
55 55
      * @param string $itemType
56
-     * @param array $unionTypes
56
+     * @param string $unionTypes
57 57
      */
58 58
     protected function applyUnionRules($parameterName, $itemType, array $unionTypes)
59 59
     {
Please login to merge, or discard this patch.