Commit 5d785088 authored by Jeremy Mikola's avatar Jeremy Mikola

Remove obsolete doc block lines

parent f7702951
......@@ -202,7 +202,6 @@ class SpecFunctionalTest extends FunctionalTestCase
* @param array $assert
* @param mixed $actualResult
* @return mixed
* @throws FileNotFoundException
* @throws LogicException if the operation is unsupported
*/
private function executeAssert(array $assert, $actualResult)
......@@ -241,7 +240,6 @@ class SpecFunctionalTest extends FunctionalTestCase
*
* @param mixed $expectedResult
* @param mixed $actualResult
* @param array $data
* @throws LogicException if the result assertion is unsupported
*/
private function executeAssertResult($expectedResult, $actualResult)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment