Test\ExceptionTest.php 6

Type Line Description
error 0 No summary was found for this file
error 10 No summary for class \Ptypes\Test\ExceptionTest
error 13 No summary for method it_can_throw_unexpected_type_exception()
error 20 No summary for method it_can_throw_invalid_argument_exception()
error 27 No summary for method it_can_throw_stack_overflow_exception()
error 34 No summary for method it_can_throw_stack_underflow_exception()

Test\StackTest.php 18

Type Line Description
error 0 No summary was found for this file
error 11 No summary for class \Ptypes\Test\StackTest
error 14 No summary for method it_throws_unexpected_type_exception()
error 21 No summary for method it_throws_invalid_argument_exception()
error 28 No summary for method it_can_create_stack()
error 35 No summary for method it_can_push()
error 43 No summary for method push_on_full_stack_throws_stack_overflow_exception()
error 51 No summary for method it_can_pop()
error 61 No summary for method pop_on_empty_stack_throws_stack_underflow_exception()
error 69 No summary for method is_empty_test_on_empty_stack()
error 76 No summary for method is_empty_test_on_non_empty_stack()
error 83 No summary for method size_test_on_empty_stack()
error 90 No summary for method size_test_on_non_empty_stack()
error 97 No summary for method peek_on_empty_stack_returns_null()
error 104 No summary for method peek_on_non_empty_stack_returns_item()
error 112 No summary for method count_is_overridden_correctly()
error 120 No summary for method to_string_is_overridden_correctly()
error 129 No summary for method push_and_pop_can_chain()

Exceptions\UnexpectedType.php 7

Type Line Description
error 0 No summary was found for this file
error 7 No summary for class \Ptypes\Exceptions\UnexpectedType
error 9 Argument $message is missing from the Docblock of __construct
error 9 Argument $code is missing from the Docblock of __construct
error 9 Argument $previous is missing from the Docblock of __construct
error 9 No summary for method __construct()
error 14 No summary for method __toString()

Exceptions\StackOverflow.php 7

Type Line Description
error 0 No summary was found for this file
error 7 No summary for class \Ptypes\Exceptions\StackOverflow
error 9 Argument $message is missing from the Docblock of __construct
error 9 Argument $code is missing from the Docblock of __construct
error 9 Argument $previous is missing from the Docblock of __construct
error 9 No summary for method __construct()
error 14 No summary for method __toString()

Exceptions\StackUnderflow.php 7

Type Line Description
error 0 No summary was found for this file
error 7 No summary for class \Ptypes\Exceptions\StackUnderflow
error 9 Argument $message is missing from the Docblock of __construct
error 9 Argument $code is missing from the Docblock of __construct
error 9 Argument $previous is missing from the Docblock of __construct
error 9 No summary for method __construct()
error 14 No summary for method __toString()

Exceptions\InvalidArgument.php 7

Type Line Description
error 0 No summary was found for this file
error 7 No summary for class \Ptypes\Exceptions\InvalidArgument
error 9 Argument $message is missing from the Docblock of __construct
error 9 Argument $code is missing from the Docblock of __construct
error 9 Argument $previous is missing from the Docblock of __construct
error 9 No summary for method __construct()
error 14 No summary for method __toString()

Stack.php 4

Type Line Description
error 0 No summary was found for this file
error 19 No summary for property $maxsize
error 20 No summary for property $items
error 21 No summary for property $top