Completed
Push — wip-platform ( 4ae41a...a65a23 )
by
unknown
02:30
created
Tools/Reflection/ClassAnalyzer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,9 +50,9 @@
 block discarded – undo
50 50
     /**
51 51
      * getInterfaces.
52 52
      *
53
-     * @param ReflectionClass|string $class A ReflectionClass object or a class name
53
+     * @param string $class A ReflectionClass object or a class name
54 54
      *
55
-     * @return array
55
+     * @return string[]
56 56
      */
57 57
     public static function getInterfaces($class)
58 58
     {
Please login to merge, or discard this patch.