@@ -700,6 +700,7 @@ |
||
700 | 700 | } |
701 | 701 | |
702 | 702 | /** |
703 | + * @param integer $version |
|
703 | 704 | * @return Story |
704 | 705 | */ |
705 | 706 | public function requiresStoryplayerVersion($version) |
@@ -73,7 +73,7 @@ discard block |
||
73 | 73 | * |
74 | 74 | * @param array $actual |
75 | 75 | * the array to be tested |
76 | - * @return \Prose\AssertsArray |
|
76 | + * @return AssertsArray |
|
77 | 77 | */ |
78 | 78 | public static function assertsArray($actual) |
79 | 79 | { |
@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | * |
86 | 86 | * @param boolean $actual |
87 | 87 | * the data to be tested |
88 | - * @return \Prose\AssertsBoolean |
|
88 | + * @return AssertsBoolean |
|
89 | 89 | */ |
90 | 90 | public static function assertsBoolean($actual) |
91 | 91 | { |
@@ -97,7 +97,7 @@ discard block |
||
97 | 97 | * |
98 | 98 | * @param double $actual |
99 | 99 | * the data to be tested |
100 | - * @return \Prose\AssertsDouble |
|
100 | + * @return AssertsDouble |
|
101 | 101 | */ |
102 | 102 | public static function assertsDouble($actual) |
103 | 103 | { |
@@ -109,7 +109,7 @@ discard block |
||
109 | 109 | * |
110 | 110 | * @param int $actual |
111 | 111 | * the data to be tested |
112 | - * @return \Prose\AssertsInteger |
|
112 | + * @return AssertsInteger |
|
113 | 113 | */ |
114 | 114 | public static function assertsInteger($actual) |
115 | 115 | { |
@@ -121,7 +121,7 @@ discard block |
||
121 | 121 | * |
122 | 122 | * @param object $actual |
123 | 123 | * the data to be tested |
124 | - * @return \Prose\AssertsObject |
|
124 | + * @return AssertsObject |
|
125 | 125 | */ |
126 | 126 | public static function assertsObject($actual) |
127 | 127 | { |
@@ -133,7 +133,7 @@ discard block |
||
133 | 133 | * |
134 | 134 | * @param string $actual |
135 | 135 | * the data to be tested |
136 | - * @return \Prose\AssertsString |
|
136 | + * @return AssertsString |
|
137 | 137 | */ |
138 | 138 | public static function assertsString($actual) |
139 | 139 | { |
@@ -50,7 +50,6 @@ |
||
50 | 50 | /** |
51 | 51 | * Create a new story object |
52 | 52 | * |
53 | - * @param string $category the category that the story belongs to |
|
54 | 53 | * @return Story the new story object to use |
55 | 54 | */ |
56 | 55 | public static function newStory() |