Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

This section shows php lint problems in the code detected by php -l [More info]


PHP coding style problems

(26043 errors, 4242 warnings)

This section shows the coding style problems detected in the code by phpcs [More info]

local/session_dynamodb/classes/handler.php
(#25) Inline comments must start with a capital letter, digit or 3-dots sequence
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) This comment is 50% valid code; is this commented out code?
(#25) No space found before comment text; expected "// namespace core\session;" but found "//namespace core\session;"
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#66) Member variable "aws_key" must not contain underscores.
(#67) Member variable "aws_secret" must not contain underscores.
(#106) Whitespace found at end of line
(#107) Inline comments must start with a capital letter, digit or 3-dots sequence
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) This comment is 56% valid code; is this commented out code?
(#107) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/classes/task/session_gc.php
(#25) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#56) Variable "aws_key" must not contain underscores.
(#59) Variable "aws_secret" must not contain underscores.
(#67) Variable "aws_key" must not contain underscores.
(#67) Variable "aws_key" must not contain underscores.
(#68) Variable "aws_secret" must not contain underscores.
(#68) Variable "aws_secret" must not contain underscores.
local/session_dynamodb/cli/create_table.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#5) Inline comments must start with a capital letter, digit or 3-dots sequence
(#5) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) Inline comments must start with a capital letter, digit or 3-dots sequence
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Expected 1 space after "="; newline found
(#34) Line indented incorrectly; expected at least 4 spaces, found 0
(#54) Variable "readCapacityUnits" must be all lower-case
(#56) Variable "readCapacityUnits" must be all lower-case
(#62) Variable "writeCapacityUnits" must be all lower-case
(#64) Variable "writeCapacityUnits" must be all lower-case
(#79) Variable "aws_key" must not contain underscores.
(#82) Variable "aws_secret" must not contain underscores.
(#90) Variable "aws_key" must not contain underscores.
(#90) Variable "aws_key" must not contain underscores.
(#91) Variable "aws_secret" must not contain underscores.
(#91) Variable "aws_secret" must not contain underscores.
(#102) Variable "readCapacityUnits" must be all lower-case
(#102) Variable "writeCapacityUnits" must be all lower-case
local/session_dynamodb/vendor/autoload.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) "require_once" must be immediately followed by an open parenthesis
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/AutoScaling/AutoScalingClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#60) Line exceeds 132 characters; contains 134 characters
(#65) Line exceeds 132 characters; contains 136 characters
(#78) Line exceeds 132 characters; contains 175 characters
(#79) Line exceeds maximum limit of 180 characters; contains 181 characters
(#80) Line exceeds maximum limit of 180 characters; contains 181 characters
(#81) Line exceeds maximum limit of 180 characters; contains 193 characters
(#82) Line exceeds 132 characters; contains 157 characters
(#83) Line exceeds 132 characters; contains 175 characters
(#84) Line exceeds 132 characters; contains 173 characters
(#85) Line exceeds 132 characters; contains 149 characters
(#90) Expected MOODLE_INTERNAL check or config.php inclusion
(#103) Opening brace should be on the same line as the declaration
(#105) Space found before object operator
(#106) Space found before object operator
(#110) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/AutoScaling/Enum/LifecycleState.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/AutoScaling/Enum/ScalingActivityStatusCode.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/AutoScaling/Exception/AlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/AutoScaling/Exception/AutoScalingException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/AutoScaling/Exception/InvalidNextTokenException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/AutoScaling/Exception/LimitExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/AutoScaling/Exception/ResourceInUseException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/AutoScaling/Exception/ScalingActivityInProgressException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/AutoScaling/Resources/autoscaling-2011-01-01.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#220) Line exceeds maximum limit of 180 characters; contains 214 characters
(#224) Line exceeds 132 characters; contains 148 characters
(#265) Line exceeds 132 characters; contains 148 characters
(#312) Line exceeds 132 characters; contains 148 characters
(#359) Line exceeds 132 characters; contains 148 characters
(#400) Line exceeds 132 characters; contains 148 characters
(#444) Line exceeds 132 characters; contains 148 characters
(#491) Line exceeds 132 characters; contains 148 characters
(#592) Line exceeds 132 characters; contains 148 characters
(#639) Line exceeds 132 characters; contains 148 characters
(#664) Line exceeds 132 characters; contains 148 characters
(#709) Line exceeds 132 characters; contains 148 characters
(#754) Line exceeds 132 characters; contains 148 characters
(#799) Line exceeds 132 characters; contains 148 characters
(#841) Line exceeds 132 characters; contains 148 characters
(#881) Line exceeds 132 characters; contains 148 characters
(#921) Line exceeds 132 characters; contains 148 characters
(#1006) Line exceeds maximum limit of 180 characters; contains 214 characters
(#1010) Line exceeds 132 characters; contains 148 characters
(#1080) Line exceeds 132 characters; contains 148 characters
(#1116) Line exceeds 132 characters; contains 148 characters
(#1141) Line exceeds 132 characters; contains 148 characters
(#1235) Line exceeds maximum limit of 180 characters; contains 214 characters
(#1239) Line exceeds 132 characters; contains 148 characters
(#1301) Line exceeds 132 characters; contains 148 characters
(#1337) Line exceeds 132 characters; contains 148 characters
(#1390) Line exceeds 132 characters; contains 148 characters
(#1415) Line exceeds 132 characters; contains 148 characters
(#1462) Line exceeds 132 characters; contains 148 characters
(#1503) Line exceeds 132 characters; contains 148 characters
(#1686) Line exceeds maximum limit of 180 characters; contains 214 characters
(#1690) Line exceeds 132 characters; contains 148 characters
(#1737) Line exceeds 132 characters; contains 148 characters
(#1772) Line exceeds 132 characters; contains 148 characters
(#1823) Line exceeds 132 characters; contains 148 characters
(#1864) Line exceeds 132 characters; contains 148 characters
(#1912) Line exceeds maximum limit of 180 characters; contains 214 characters
(#1916) Line exceeds 132 characters; contains 148 characters
(#1964) Line exceeds maximum limit of 180 characters; contains 214 characters
(#1968) Line exceeds 132 characters; contains 148 characters
(#2005) Line exceeds 132 characters; contains 148 characters
(#2052) Line exceeds 132 characters; contains 148 characters
(#2077) Line exceeds 132 characters; contains 148 characters
(#2132) Line exceeds maximum limit of 180 characters; contains 214 characters
(#2140) Line exceeds 132 characters; contains 148 characters
(#2195) Line exceeds 132 characters; contains 148 characters
(#2254) Line exceeds 132 characters; contains 148 characters
(#2279) Line exceeds 132 characters; contains 148 characters
(#2304) Line exceeds 132 characters; contains 148 characters
(#2368) Line exceeds maximum limit of 180 characters; contains 214 characters
(#2372) Line exceeds 132 characters; contains 148 characters
(#2409) Line exceeds 132 characters; contains 148 characters
(#2450) Line exceeds 132 characters; contains 148 characters
(#2475) Line exceeds 132 characters; contains 148 characters
(#2527) Line exceeds 132 characters; contains 148 characters
(#2574) Line exceeds 132 characters; contains 148 characters
(#2613) Line exceeds 132 characters; contains 148 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFormation/CloudFormationClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#47) Line exceeds 132 characters; contains 163 characters
(#48) Line exceeds 132 characters; contains 169 characters
(#49) Line exceeds 132 characters; contains 153 characters
(#50) Line exceeds 132 characters; contains 161 characters
(#51) Line exceeds 132 characters; contains 145 characters
(#56) Expected MOODLE_INTERNAL check or config.php inclusion
(#69) Opening brace should be on the same line as the declaration
(#71) Space found before object operator
(#72) Space found before object operator
(#76) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFormation/Enum/Capability.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFormation/Enum/OnFailure.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFormation/Enum/ResourceStatus.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFormation/Enum/StackStatus.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFormation/Exception/AlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFormation/Exception/CloudFormationException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFormation/Exception/InsufficientCapabilitiesException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFormation/Exception/LimitExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFormation/Resources/cloudformation-2010-05-15.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#235) Line exceeds 132 characters; contains 139 characters
(#782) Line exceeds 132 characters; contains 139 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/CloudFrontClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#40) Line exceeds 132 characters; contains 135 characters
(#41) Line exceeds 132 characters; contains 135 characters
(#43) Line exceeds 132 characters; contains 141 characters
(#44) Line exceeds 132 characters; contains 135 characters
(#45) Line exceeds 132 characters; contains 135 characters
(#55) Line exceeds 132 characters; contains 170 characters
(#56) Line exceeds 132 characters; contains 152 characters
(#57) Line exceeds 132 characters; contains 153 characters
(#58) Line exceeds maximum limit of 180 characters; contains 197 characters
(#59) Line exceeds 132 characters; contains 159 characters
(#60) Line exceeds 132 characters; contains 159 characters
(#61) Line exceeds 132 characters; contains 177 characters
(#66) Expected MOODLE_INTERNAL check or config.php inclusion
(#83) Opening brace should be on the same line as the declaration
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Space found before object operator
(#92) Space found before object operator
(#96) Space found before object operator
(#97) Space found before object operator
(#124) Public method name "CloudFrontClient::getSignedUrl" must be in lower-case letters only
(#125) Opening brace should be on the same line as the declaration
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) This comment is 50% valid code; is this commented out code?
(#127) No space found before comment text; expected "// @codeCoverageIgnoreStart" but found "//@codeCoverageIgnoreStart"
(#129) Inline comments must start with a capital letter, digit or 3-dots sequence
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) This comment is 50% valid code; is this commented out code?
(#129) No space found before comment text; expected "// @codeCoverageIgnoreEnd" but found "//@codeCoverageIgnoreEnd"
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Variable "urlSections" must be all lower-case
(#140) Variable "urlSections" must be all lower-case
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) Variable "urlSections" must be all lower-case
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) Variable "urlSections" must be all lower-case
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) Variable "signedPolicy" must be all lower-case
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) Variable "signedPolicy" must be all lower-case
(#162) Variable "signedPolicy" must be all lower-case
(#165) Space found before object operator
(#165) Variable "signedPolicy" must be all lower-case
(#166) Space found before object operator
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) Protected method name "CloudFrontClient::rsaSha1Sign" must be in lower-case letters only
(#187) Variable "privateKeyFilename" must be all lower-case
(#188) Opening brace should be on the same line as the declaration
(#190) Variable "privateKeyFilename" must be all lower-case
(#205) Protected method name "CloudFrontClient::createCannedPolicy" must be in lower-case letters only
(#206) Opening brace should be on the same line as the declaration
(#211) Inline comments must end in full-stops, exclamation marks, or question marks
(#214) Usage of ELSEIF not allowed; use ELSE IF instead
(#216) Variable "pathParts" must be all lower-case
(#219) Variable "pathParts" must be all lower-case
(#221) Variable "pathParts" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/CloudFrontSignature.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Public method name "CloudFrontSignature::signRequest" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Variable "stringToSign" must be all lower-case
(#41) Variable "stringToSign" must be all lower-case
(#45) Variable "stringToSign" must be all lower-case
(#57) Public method name "CloudFrontSignature::signString" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Enum/GeoRestrictionType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Enum/ItemSelection.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Enum/Method.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Enum/OriginProtocolPolicy.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Enum/PriceClass.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Enum/SSLSupportMethod.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Enum/ViewerProtocolPolicy.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/AccessDeniedException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/BatchTooLargeException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/CNAMEAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/CloudFrontException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/CloudFrontOriginAccessIdentityAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 269 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/CloudFrontOriginAccessIdentityInUseException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/DistributionAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/DistributionNotDisabledException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/Exception.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/IllegalUpdateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InconsistentQuantitiesException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InvalidArgumentException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InvalidDefaultRootObjectException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InvalidErrorCodeException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InvalidForwardCookiesException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 244 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InvalidGeoRestrictionParameterException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InvalidIfMatchVersionException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InvalidLocationCodeException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InvalidOriginAccessIdentityException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InvalidOriginException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InvalidRelativePathException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InvalidRequiredProtocolException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 182 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InvalidResponseCodeException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InvalidViewerCertificateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/MissingBodyException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/NoSuchCloudFrontOriginAccessIdentityException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/NoSuchDistributionException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/NoSuchInvalidationException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/NoSuchOriginException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/NoSuchStreamingDistributionException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/PreconditionFailedException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/StreamingDistributionAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/StreamingDistributionNotDisabledException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/TooManyCacheBehaviorsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/TooManyCertificatesException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/TooManyCloudFrontOriginAccessIdentitiesException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/TooManyCookieNamesInWhiteListException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/TooManyDistributionCNAMEsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/TooManyDistributionsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/TooManyInvalidationsInProgressException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/TooManyOriginsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/TooManyStreamingDistributionCNAMEsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/TooManyStreamingDistributionsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/TooManyTrustedSignersException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/TrustedSignerDoesNotExistException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Resources/cloudfront-2012-05-05.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#87) Line exceeds maximum limit of 180 characters; contains 808 characters
(#138) Line exceeds maximum limit of 180 characters; contains 732 characters
(#144) Line exceeds 132 characters; contains 150 characters
(#154) Line exceeds 132 characters; contains 171 characters
(#165) Line exceeds maximum limit of 180 characters; contains 741 characters
(#186) Line exceeds maximum limit of 180 characters; contains 224 characters
(#191) Line exceeds maximum limit of 180 characters; contains 341 characters
(#196) Line exceeds maximum limit of 180 characters; contains 370 characters
(#200) Line exceeds maximum limit of 180 characters; contains 206 characters
(#205) Line exceeds maximum limit of 180 characters; contains 704 characters
(#211) Line exceeds maximum limit of 180 characters; contains 201 characters
(#242) Line exceeds maximum limit of 180 characters; contains 278 characters
(#248) Line exceeds maximum limit of 180 characters; contains 227 characters
(#258) Line exceeds maximum limit of 180 characters; contains 221 characters
(#266) Line exceeds maximum limit of 180 characters; contains 877 characters
(#271) Line exceeds maximum limit of 180 characters; contains 187 characters
(#281) Line exceeds 132 characters; contains 173 characters
(#292) Line exceeds maximum limit of 180 characters; contains 373 characters
(#301) Line exceeds maximum limit of 180 characters; contains 275 characters
(#318) Line exceeds 132 characters; contains 163 characters
(#322) Line exceeds maximum limit of 180 characters; contains 1138 characters
(#327) Line exceeds maximum limit of 180 characters; contains 562 characters
(#332) Line exceeds maximum limit of 180 characters; contains 239 characters
(#342) Line exceeds maximum limit of 180 characters; contains 233 characters
(#350) Line exceeds maximum limit of 180 characters; contains 889 characters
(#355) Line exceeds maximum limit of 180 characters; contains 199 characters
(#365) Line exceeds maximum limit of 180 characters; contains 185 characters
(#376) Line exceeds maximum limit of 180 characters; contains 385 characters
(#385) Line exceeds maximum limit of 180 characters; contains 287 characters
(#407) Line exceeds maximum limit of 180 characters; contains 451 characters
(#413) Line exceeds 132 characters; contains 143 characters
(#418) Line exceeds maximum limit of 180 characters; contains 319 characters
(#513) Line exceeds maximum limit of 180 characters; contains 500 characters
(#534) Line exceeds maximum limit of 180 characters; contains 687 characters
(#585) Line exceeds maximum limit of 180 characters; contains 789 characters
(#591) Line exceeds 132 characters; contains 180 characters
(#609) Line exceeds 132 characters; contains 160 characters
(#619) Line exceeds 132 characters; contains 171 characters
(#642) Line exceeds maximum limit of 180 characters; contains 451 characters
(#648) Line exceeds 132 characters; contains 143 characters
(#653) Line exceeds maximum limit of 180 characters; contains 319 characters
(#660) Line exceeds maximum limit of 180 characters; contains 869 characters
(#666) Line exceeds 132 characters; contains 179 characters
(#676) Line exceeds 132 characters; contains 165 characters
(#751) Line exceeds 132 characters; contains 146 characters
(#790) Line exceeds 132 characters; contains 146 characters
(#829) Line exceeds 132 characters; contains 156 characters
(#1067) Line exceeds maximum limit of 180 characters; contains 384 characters
(#1096) Line exceeds maximum limit of 180 characters; contains 380 characters
(#1131) Line exceeds maximum limit of 180 characters; contains 524 characters
(#1163) Line exceeds maximum limit of 180 characters; contains 390 characters
(#1201) Line exceeds maximum limit of 180 characters; contains 808 characters
(#1218) Line exceeds 132 characters; contains 157 characters
(#1273) Line exceeds maximum limit of 180 characters; contains 732 characters
(#1279) Line exceeds 132 characters; contains 150 characters
(#1289) Line exceeds 132 characters; contains 171 characters
(#1300) Line exceeds maximum limit of 180 characters; contains 741 characters
(#1321) Line exceeds maximum limit of 180 characters; contains 224 characters
(#1326) Line exceeds maximum limit of 180 characters; contains 341 characters
(#1331) Line exceeds maximum limit of 180 characters; contains 370 characters
(#1335) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1340) Line exceeds maximum limit of 180 characters; contains 704 characters
(#1346) Line exceeds maximum limit of 180 characters; contains 201 characters
(#1377) Line exceeds maximum limit of 180 characters; contains 278 characters
(#1383) Line exceeds maximum limit of 180 characters; contains 227 characters
(#1393) Line exceeds maximum limit of 180 characters; contains 221 characters
(#1401) Line exceeds maximum limit of 180 characters; contains 877 characters
(#1406) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1416) Line exceeds 132 characters; contains 173 characters
(#1427) Line exceeds maximum limit of 180 characters; contains 373 characters
(#1436) Line exceeds maximum limit of 180 characters; contains 275 characters
(#1453) Line exceeds 132 characters; contains 163 characters
(#1457) Line exceeds maximum limit of 180 characters; contains 1138 characters
(#1462) Line exceeds maximum limit of 180 characters; contains 562 characters
(#1467) Line exceeds maximum limit of 180 characters; contains 239 characters
(#1477) Line exceeds maximum limit of 180 characters; contains 233 characters
(#1485) Line exceeds maximum limit of 180 characters; contains 889 characters
(#1490) Line exceeds maximum limit of 180 characters; contains 199 characters
(#1500) Line exceeds maximum limit of 180 characters; contains 185 characters
(#1511) Line exceeds maximum limit of 180 characters; contains 385 characters
(#1520) Line exceeds maximum limit of 180 characters; contains 287 characters
(#1542) Line exceeds maximum limit of 180 characters; contains 451 characters
(#1548) Line exceeds 132 characters; contains 143 characters
(#1553) Line exceeds maximum limit of 180 characters; contains 319 characters
(#1572) Line exceeds 132 characters; contains 161 characters
(#1657) Line exceeds maximum limit of 180 characters; contains 789 characters
(#1663) Line exceeds 132 characters; contains 180 characters
(#1681) Line exceeds 132 characters; contains 160 characters
(#1691) Line exceeds 132 characters; contains 171 characters
(#1714) Line exceeds maximum limit of 180 characters; contains 451 characters
(#1720) Line exceeds 132 characters; contains 143 characters
(#1725) Line exceeds maximum limit of 180 characters; contains 319 characters
(#1732) Line exceeds maximum limit of 180 characters; contains 869 characters
(#1738) Line exceeds 132 characters; contains 179 characters
(#1748) Line exceeds 132 characters; contains 165 characters
(#1771) Line exceeds 132 characters; contains 171 characters
(#1835) Line exceeds maximum limit of 180 characters; contains 199 characters
(#1845) Line exceeds maximum limit of 180 characters; contains 816 characters
(#1855) Line exceeds maximum limit of 180 characters; contains 219 characters
(#1881) Line exceeds maximum limit of 180 characters; contains 233 characters
(#1896) Line exceeds 132 characters; contains 134 characters
(#1901) Line exceeds maximum limit of 180 characters; contains 603 characters
(#1910) Line exceeds maximum limit of 180 characters; contains 251 characters
(#1914) Line exceeds maximum limit of 180 characters; contains 282 characters
(#1918) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1923) Line exceeds maximum limit of 180 characters; contains 295 characters
(#1927) Line exceeds 132 characters; contains 169 characters
(#1935) Line exceeds 132 characters; contains 177 characters
(#1956) Line exceeds maximum limit of 180 characters; contains 740 characters
(#1960) Line exceeds 132 characters; contains 158 characters
(#1968) Line exceeds 132 characters; contains 179 characters
(#1979) Line exceeds maximum limit of 180 characters; contains 749 characters
(#1995) Line exceeds maximum limit of 180 characters; contains 232 characters
(#2000) Line exceeds maximum limit of 180 characters; contains 349 characters
(#2004) Line exceeds maximum limit of 180 characters; contains 378 characters
(#2008) Line exceeds maximum limit of 180 characters; contains 214 characters
(#2012) Line exceeds maximum limit of 180 characters; contains 712 characters
(#2018) Line exceeds maximum limit of 180 characters; contains 209 characters
(#2041) Line exceeds maximum limit of 180 characters; contains 286 characters
(#2045) Line exceeds maximum limit of 180 characters; contains 235 characters
(#2053) Line exceeds maximum limit of 180 characters; contains 229 characters
(#2059) Line exceeds maximum limit of 180 characters; contains 885 characters
(#2063) Line exceeds maximum limit of 180 characters; contains 195 characters
(#2071) Line exceeds maximum limit of 180 characters; contains 181 characters
(#2082) Line exceeds maximum limit of 180 characters; contains 381 characters
(#2086) Line exceeds maximum limit of 180 characters; contains 283 characters
(#2100) Line exceeds 132 characters; contains 171 characters
(#2104) Line exceeds maximum limit of 180 characters; contains 1146 characters
(#2109) Line exceeds maximum limit of 180 characters; contains 570 characters
(#2113) Line exceeds maximum limit of 180 characters; contains 247 characters
(#2117) Line exceeds 132 characters; contains 135 characters
(#2121) Line exceeds maximum limit of 180 characters; contains 241 characters
(#2127) Line exceeds maximum limit of 180 characters; contains 897 characters
(#2131) Line exceeds maximum limit of 180 characters; contains 207 characters
(#2139) Line exceeds maximum limit of 180 characters; contains 193 characters
(#2150) Line exceeds maximum limit of 180 characters; contains 393 characters
(#2154) Line exceeds maximum limit of 180 characters; contains 295 characters
(#2171) Line exceeds maximum limit of 180 characters; contains 459 characters
(#2175) Line exceeds 132 characters; contains 151 characters
(#2179) Line exceeds maximum limit of 180 characters; contains 327 characters
(#2191) Line exceeds maximum limit of 180 characters; contains 197 characters
(#2212) Line exceeds 132 characters; contains 146 characters
(#2222) Line exceeds 132 characters; contains 145 characters
(#2237) Line exceeds maximum limit of 180 characters; contains 508 characters
(#2245) Line exceeds 132 characters; contains 135 characters
(#2256) Line exceeds maximum limit of 180 characters; contains 695 characters
(#2278) Line exceeds maximum limit of 180 characters; contains 211 characters
(#2288) Line exceeds 132 characters; contains 144 characters
(#2293) Line exceeds maximum limit of 180 characters; contains 603 characters
(#2302) Line exceeds maximum limit of 180 characters; contains 251 characters
(#2306) Line exceeds maximum limit of 180 characters; contains 282 characters
(#2310) Line exceeds maximum limit of 180 characters; contains 206 characters
(#2315) Line exceeds maximum limit of 180 characters; contains 295 characters
(#2319) Line exceeds 132 characters; contains 169 characters
(#2327) Line exceeds 132 characters; contains 177 characters
(#2348) Line exceeds maximum limit of 180 characters; contains 797 characters
(#2352) Line exceeds maximum limit of 180 characters; contains 188 characters
(#2366) Line exceeds 132 characters; contains 168 characters
(#2374) Line exceeds 132 characters; contains 179 characters
(#2389) Line exceeds 132 characters; contains 140 characters
(#2393) Line exceeds maximum limit of 180 characters; contains 459 characters
(#2397) Line exceeds 132 characters; contains 151 characters
(#2401) Line exceeds maximum limit of 180 characters; contains 327 characters
(#2407) Line exceeds maximum limit of 180 characters; contains 877 characters
(#2411) Line exceeds maximum limit of 180 characters; contains 187 characters
(#2419) Line exceeds 132 characters; contains 173 characters
(#2430) Line exceeds 132 characters; contains 134 characters
(#2436) Line exceeds maximum limit of 180 characters; contains 217 characters
(#2495) Line exceeds maximum limit of 180 characters; contains 199 characters
(#2505) Line exceeds maximum limit of 180 characters; contains 816 characters
(#2515) Line exceeds 132 characters; contains 134 characters
(#2531) Line exceeds maximum limit of 180 characters; contains 808 characters
(#2562) Line exceeds maximum limit of 180 characters; contains 233 characters
(#2577) Line exceeds 132 characters; contains 134 characters
(#2582) Line exceeds maximum limit of 180 characters; contains 603 characters
(#2591) Line exceeds maximum limit of 180 characters; contains 251 characters
(#2595) Line exceeds maximum limit of 180 characters; contains 282 characters
(#2599) Line exceeds maximum limit of 180 characters; contains 206 characters
(#2604) Line exceeds maximum limit of 180 characters; contains 295 characters
(#2608) Line exceeds 132 characters; contains 169 characters
(#2616) Line exceeds 132 characters; contains 177 characters
(#2637) Line exceeds maximum limit of 180 characters; contains 740 characters
(#2641) Line exceeds 132 characters; contains 158 characters
(#2649) Line exceeds 132 characters; contains 179 characters
(#2660) Line exceeds maximum limit of 180 characters; contains 749 characters
(#2676) Line exceeds maximum limit of 180 characters; contains 232 characters
(#2681) Line exceeds maximum limit of 180 characters; contains 349 characters
(#2685) Line exceeds maximum limit of 180 characters; contains 378 characters
(#2689) Line exceeds maximum limit of 180 characters; contains 214 characters
(#2693) Line exceeds maximum limit of 180 characters; contains 712 characters
(#2699) Line exceeds maximum limit of 180 characters; contains 209 characters
(#2722) Line exceeds maximum limit of 180 characters; contains 286 characters
(#2726) Line exceeds maximum limit of 180 characters; contains 235 characters
(#2734) Line exceeds maximum limit of 180 characters; contains 229 characters
(#2740) Line exceeds maximum limit of 180 characters; contains 885 characters
(#2744) Line exceeds maximum limit of 180 characters; contains 195 characters
(#2752) Line exceeds maximum limit of 180 characters; contains 181 characters
(#2763) Line exceeds maximum limit of 180 characters; contains 381 characters
(#2767) Line exceeds maximum limit of 180 characters; contains 283 characters
(#2781) Line exceeds 132 characters; contains 171 characters
(#2785) Line exceeds maximum limit of 180 characters; contains 1146 characters
(#2790) Line exceeds maximum limit of 180 characters; contains 570 characters
(#2794) Line exceeds maximum limit of 180 characters; contains 247 characters
(#2798) Line exceeds 132 characters; contains 135 characters
(#2802) Line exceeds maximum limit of 180 characters; contains 241 characters
(#2808) Line exceeds maximum limit of 180 characters; contains 897 characters
(#2812) Line exceeds maximum limit of 180 characters; contains 207 characters
(#2820) Line exceeds maximum limit of 180 characters; contains 193 characters
(#2831) Line exceeds maximum limit of 180 characters; contains 393 characters
(#2835) Line exceeds maximum limit of 180 characters; contains 295 characters
(#2852) Line exceeds maximum limit of 180 characters; contains 459 characters
(#2856) Line exceeds 132 characters; contains 151 characters
(#2860) Line exceeds maximum limit of 180 characters; contains 327 characters
(#2888) Line exceeds maximum limit of 180 characters; contains 732 characters
(#2893) Line exceeds 132 characters; contains 150 characters
(#2902) Line exceeds 132 characters; contains 171 characters
(#2913) Line exceeds maximum limit of 180 characters; contains 741 characters
(#2931) Line exceeds maximum limit of 180 characters; contains 224 characters
(#2936) Line exceeds maximum limit of 180 characters; contains 341 characters
(#2940) Line exceeds maximum limit of 180 characters; contains 370 characters
(#2944) Line exceeds maximum limit of 180 characters; contains 206 characters
(#2948) Line exceeds maximum limit of 180 characters; contains 704 characters
(#2954) Line exceeds maximum limit of 180 characters; contains 201 characters
(#2977) Line exceeds maximum limit of 180 characters; contains 278 characters
(#2982) Line exceeds maximum limit of 180 characters; contains 227 characters
(#2990) Line exceeds maximum limit of 180 characters; contains 221 characters
(#2996) Line exceeds maximum limit of 180 characters; contains 877 characters
(#3000) Line exceeds maximum limit of 180 characters; contains 187 characters
(#3008) Line exceeds 132 characters; contains 173 characters
(#3019) Line exceeds maximum limit of 180 characters; contains 373 characters
(#3023) Line exceeds maximum limit of 180 characters; contains 275 characters
(#3038) Line exceeds 132 characters; contains 163 characters
(#3042) Line exceeds maximum limit of 180 characters; contains 1138 characters
(#3047) Line exceeds maximum limit of 180 characters; contains 562 characters
(#3051) Line exceeds maximum limit of 180 characters; contains 239 characters
(#3059) Line exceeds maximum limit of 180 characters; contains 233 characters
(#3065) Line exceeds maximum limit of 180 characters; contains 889 characters
(#3069) Line exceeds maximum limit of 180 characters; contains 199 characters
(#3077) Line exceeds maximum limit of 180 characters; contains 185 characters
(#3088) Line exceeds maximum limit of 180 characters; contains 385 characters
(#3092) Line exceeds maximum limit of 180 characters; contains 287 characters
(#3111) Line exceeds maximum limit of 180 characters; contains 451 characters
(#3115) Line exceeds 132 characters; contains 143 characters
(#3119) Line exceeds maximum limit of 180 characters; contains 319 characters
(#3151) Line exceeds 132 characters; contains 145 characters
(#3166) Line exceeds maximum limit of 180 characters; contains 508 characters
(#3174) Line exceeds 132 characters; contains 135 characters
(#3185) Line exceeds maximum limit of 180 characters; contains 695 characters
(#3207) Line exceeds maximum limit of 180 characters; contains 211 characters
(#3217) Line exceeds 132 characters; contains 144 characters
(#3222) Line exceeds maximum limit of 180 characters; contains 603 characters
(#3231) Line exceeds maximum limit of 180 characters; contains 251 characters
(#3235) Line exceeds maximum limit of 180 characters; contains 282 characters
(#3239) Line exceeds maximum limit of 180 characters; contains 206 characters
(#3244) Line exceeds maximum limit of 180 characters; contains 295 characters
(#3248) Line exceeds 132 characters; contains 169 characters
(#3256) Line exceeds 132 characters; contains 177 characters
(#3277) Line exceeds maximum limit of 180 characters; contains 797 characters
(#3281) Line exceeds maximum limit of 180 characters; contains 188 characters
(#3295) Line exceeds 132 characters; contains 168 characters
(#3303) Line exceeds 132 characters; contains 179 characters
(#3318) Line exceeds 132 characters; contains 140 characters
(#3322) Line exceeds maximum limit of 180 characters; contains 459 characters
(#3326) Line exceeds 132 characters; contains 151 characters
(#3330) Line exceeds maximum limit of 180 characters; contains 327 characters
(#3336) Line exceeds maximum limit of 180 characters; contains 877 characters
(#3340) Line exceeds maximum limit of 180 characters; contains 187 characters
(#3348) Line exceeds 132 characters; contains 173 characters
(#3359) Line exceeds 132 characters; contains 134 characters
(#3365) Line exceeds 132 characters; contains 134 characters
(#3381) Line exceeds maximum limit of 180 characters; contains 789 characters
(#3386) Line exceeds 132 characters; contains 180 characters
(#3401) Line exceeds 132 characters; contains 160 characters
(#3410) Line exceeds 132 characters; contains 171 characters
(#3431) Line exceeds maximum limit of 180 characters; contains 451 characters
(#3435) Line exceeds 132 characters; contains 143 characters
(#3439) Line exceeds maximum limit of 180 characters; contains 319 characters
(#3445) Line exceeds maximum limit of 180 characters; contains 869 characters
(#3450) Line exceeds 132 characters; contains 179 characters
(#3458) Line exceeds 132 characters; contains 165 characters
(#3495) Line exceeds maximum limit of 180 characters; contains 226 characters
(#3505) Line exceeds maximum limit of 180 characters; contains 267 characters
(#3510) Line exceeds 132 characters; contains 135 characters
(#3515) Line exceeds maximum limit of 180 characters; contains 195 characters
(#3529) Line exceeds maximum limit of 180 characters; contains 211 characters
(#3533) Line exceeds 132 characters; contains 134 characters
(#3556) Line exceeds maximum limit of 180 characters; contains 215 characters
(#3566) Line exceeds maximum limit of 180 characters; contains 264 characters
(#3576) Line exceeds 132 characters; contains 167 characters
(#3590) Line exceeds maximum limit of 180 characters; contains 245 characters
(#3598) Line exceeds 132 characters; contains 146 characters
(#3602) Line exceeds 132 characters; contains 162 characters
(#3610) Line exceeds maximum limit of 180 characters; contains 183 characters
(#3633) Line exceeds maximum limit of 180 characters; contains 236 characters
(#3638) Line exceeds maximum limit of 180 characters; contains 353 characters
(#3642) Line exceeds maximum limit of 180 characters; contains 382 characters
(#3646) Line exceeds maximum limit of 180 characters; contains 218 characters
(#3650) Line exceeds maximum limit of 180 characters; contains 716 characters
(#3656) Line exceeds maximum limit of 180 characters; contains 213 characters
(#3679) Line exceeds maximum limit of 180 characters; contains 290 characters
(#3683) Line exceeds maximum limit of 180 characters; contains 239 characters
(#3691) Line exceeds maximum limit of 180 characters; contains 233 characters
(#3697) Line exceeds maximum limit of 180 characters; contains 889 characters
(#3701) Line exceeds maximum limit of 180 characters; contains 199 characters
(#3709) Line exceeds maximum limit of 180 characters; contains 185 characters
(#3720) Line exceeds maximum limit of 180 characters; contains 385 characters
(#3724) Line exceeds maximum limit of 180 characters; contains 287 characters
(#3738) Line exceeds 132 characters; contains 175 characters
(#3742) Line exceeds maximum limit of 180 characters; contains 1150 characters
(#3747) Line exceeds maximum limit of 180 characters; contains 574 characters
(#3751) Line exceeds maximum limit of 180 characters; contains 251 characters
(#3755) Line exceeds 132 characters; contains 139 characters
(#3759) Line exceeds maximum limit of 180 characters; contains 245 characters
(#3765) Line exceeds maximum limit of 180 characters; contains 901 characters
(#3769) Line exceeds maximum limit of 180 characters; contains 211 characters
(#3773) Line exceeds 132 characters; contains 134 characters
(#3777) Line exceeds maximum limit of 180 characters; contains 197 characters
(#3788) Line exceeds maximum limit of 180 characters; contains 397 characters
(#3792) Line exceeds maximum limit of 180 characters; contains 299 characters
(#3828) Line exceeds maximum limit of 180 characters; contains 222 characters
(#3838) Line exceeds maximum limit of 180 characters; contains 285 characters
(#3848) Line exceeds 132 characters; contains 173 characters
(#3885) Line exceeds maximum limit of 180 characters; contains 225 characters
(#3895) Line exceeds maximum limit of 180 characters; contains 274 characters
(#3905) Line exceeds 132 characters; contains 176 characters
(#3919) Line exceeds maximum limit of 180 characters; contains 223 characters
(#3927) Line exceeds 132 characters; contains 146 characters
(#3931) Line exceeds maximum limit of 180 characters; contains 192 characters
(#3945) Line exceeds 132 characters; contains 172 characters
(#3953) Line exceeds maximum limit of 180 characters; contains 183 characters
(#3964) Line exceeds maximum limit of 180 characters; contains 881 characters
(#3968) Line exceeds maximum limit of 180 characters; contains 191 characters
(#3976) Line exceeds 132 characters; contains 177 characters
(#4014) Line exceeds maximum limit of 180 characters; contains 199 characters
(#4024) Line exceeds maximum limit of 180 characters; contains 816 characters
(#4055) Line exceeds maximum limit of 180 characters; contains 233 characters
(#4070) Line exceeds 132 characters; contains 134 characters
(#4075) Line exceeds maximum limit of 180 characters; contains 603 characters
(#4084) Line exceeds maximum limit of 180 characters; contains 251 characters
(#4088) Line exceeds maximum limit of 180 characters; contains 282 characters
(#4092) Line exceeds maximum limit of 180 characters; contains 206 characters
(#4097) Line exceeds maximum limit of 180 characters; contains 295 characters
(#4101) Line exceeds 132 characters; contains 169 characters
(#4109) Line exceeds 132 characters; contains 177 characters
(#4130) Line exceeds maximum limit of 180 characters; contains 740 characters
(#4134) Line exceeds 132 characters; contains 158 characters
(#4142) Line exceeds 132 characters; contains 179 characters
(#4153) Line exceeds maximum limit of 180 characters; contains 749 characters
(#4169) Line exceeds maximum limit of 180 characters; contains 232 characters
(#4174) Line exceeds maximum limit of 180 characters; contains 349 characters
(#4178) Line exceeds maximum limit of 180 characters; contains 378 characters
(#4182) Line exceeds maximum limit of 180 characters; contains 214 characters
(#4186) Line exceeds maximum limit of 180 characters; contains 712 characters
(#4192) Line exceeds maximum limit of 180 characters; contains 209 characters
(#4215) Line exceeds maximum limit of 180 characters; contains 286 characters
(#4219) Line exceeds maximum limit of 180 characters; contains 235 characters
(#4227) Line exceeds maximum limit of 180 characters; contains 229 characters
(#4233) Line exceeds maximum limit of 180 characters; contains 885 characters
(#4237) Line exceeds maximum limit of 180 characters; contains 195 characters
(#4245) Line exceeds maximum limit of 180 characters; contains 181 characters
(#4256) Line exceeds maximum limit of 180 characters; contains 381 characters
(#4260) Line exceeds maximum limit of 180 characters; contains 283 characters
(#4274) Line exceeds 132 characters; contains 171 characters
(#4278) Line exceeds maximum limit of 180 characters; contains 1146 characters
(#4283) Line exceeds maximum limit of 180 characters; contains 570 characters
(#4287) Line exceeds maximum limit of 180 characters; contains 247 characters
(#4291) Line exceeds 132 characters; contains 135 characters
(#4295) Line exceeds maximum limit of 180 characters; contains 241 characters
(#4301) Line exceeds maximum limit of 180 characters; contains 897 characters
(#4305) Line exceeds maximum limit of 180 characters; contains 207 characters
(#4313) Line exceeds maximum limit of 180 characters; contains 193 characters
(#4324) Line exceeds maximum limit of 180 characters; contains 393 characters
(#4328) Line exceeds maximum limit of 180 characters; contains 295 characters
(#4345) Line exceeds maximum limit of 180 characters; contains 459 characters
(#4349) Line exceeds 132 characters; contains 151 characters
(#4353) Line exceeds maximum limit of 180 characters; contains 327 characters
(#4386) Line exceeds maximum limit of 180 characters; contains 211 characters
(#4396) Line exceeds 132 characters; contains 144 characters
(#4401) Line exceeds maximum limit of 180 characters; contains 603 characters
(#4410) Line exceeds maximum limit of 180 characters; contains 251 characters
(#4414) Line exceeds maximum limit of 180 characters; contains 282 characters
(#4418) Line exceeds maximum limit of 180 characters; contains 206 characters
(#4423) Line exceeds maximum limit of 180 characters; contains 295 characters
(#4427) Line exceeds 132 characters; contains 169 characters
(#4435) Line exceeds 132 characters; contains 177 characters
(#4456) Line exceeds maximum limit of 180 characters; contains 797 characters
(#4460) Line exceeds maximum limit of 180 characters; contains 188 characters
(#4474) Line exceeds 132 characters; contains 168 characters
(#4482) Line exceeds 132 characters; contains 179 characters
(#4497) Line exceeds 132 characters; contains 140 characters
(#4501) Line exceeds maximum limit of 180 characters; contains 459 characters
(#4505) Line exceeds 132 characters; contains 151 characters
(#4509) Line exceeds maximum limit of 180 characters; contains 327 characters
(#4515) Line exceeds maximum limit of 180 characters; contains 877 characters
(#4519) Line exceeds maximum limit of 180 characters; contains 187 characters
(#4527) Line exceeds 132 characters; contains 173 characters
(#4538) Line exceeds 132 characters; contains 134 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Resources/cloudfront-2015-04-17.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#101) Line exceeds maximum limit of 180 characters; contains 301 characters
(#105) Line exceeds 132 characters; contains 134 characters
(#109) Line exceeds 132 characters; contains 140 characters
(#640) Line exceeds 132 characters; contains 142 characters
(#670) Line exceeds 132 characters; contains 134 characters
(#700) Line exceeds maximum limit of 180 characters; contains 214 characters
(#720) Line exceeds maximum limit of 180 characters; contains 277 characters
(#744) Line exceeds 132 characters; contains 175 characters
(#806) Line exceeds 132 characters; contains 134 characters
(#821) Line exceeds 132 characters; contains 149 characters
(#972) Line exceeds 132 characters; contains 134 characters
(#979) Line exceeds 132 characters; contains 139 characters
(#1492) Line exceeds 132 characters; contains 134 characters
(#2053) Line exceeds 132 characters; contains 134 characters
(#2105) Line exceeds maximum limit of 180 characters; contains 214 characters
(#2125) Line exceeds maximum limit of 180 characters; contains 277 characters
(#2294) Line exceeds 132 characters; contains 134 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Resources/cloudfront-2015-07-27.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#101) Line exceeds maximum limit of 180 characters; contains 301 characters
(#105) Line exceeds 132 characters; contains 134 characters
(#109) Line exceeds 132 characters; contains 140 characters
(#644) Line exceeds 132 characters; contains 142 characters
(#674) Line exceeds 132 characters; contains 134 characters
(#704) Line exceeds maximum limit of 180 characters; contains 214 characters
(#724) Line exceeds maximum limit of 180 characters; contains 277 characters
(#748) Line exceeds 132 characters; contains 175 characters
(#813) Line exceeds 132 characters; contains 134 characters
(#828) Line exceeds 132 characters; contains 149 characters
(#979) Line exceeds 132 characters; contains 134 characters
(#986) Line exceeds 132 characters; contains 139 characters
(#1534) Line exceeds 132 characters; contains 134 characters
(#2099) Line exceeds 132 characters; contains 134 characters
(#2151) Line exceeds maximum limit of 180 characters; contains 214 characters
(#2171) Line exceeds maximum limit of 180 characters; contains 277 characters
(#2343) Line exceeds 132 characters; contains 134 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Resources/cloudfront-2016-01-28.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#648) Line exceeds 132 characters; contains 142 characters
(#678) Line exceeds 132 characters; contains 134 characters
(#708) Line exceeds maximum limit of 180 characters; contains 214 characters
(#728) Line exceeds maximum limit of 180 characters; contains 277 characters
(#752) Line exceeds 132 characters; contains 175 characters
(#1435) Line exceeds 132 characters; contains 134 characters
(#1487) Line exceeds maximum limit of 180 characters; contains 214 characters
(#1507) Line exceeds maximum limit of 180 characters; contains 277 characters
(#1663) Line exceeds maximum limit of 180 characters; contains 301 characters
(#1667) Line exceeds 132 characters; contains 134 characters
(#1671) Line exceeds 132 characters; contains 140 characters
(#1834) Line exceeds 132 characters; contains 134 characters
(#2024) Line exceeds 132 characters; contains 134 characters
(#2031) Line exceeds 132 characters; contains 139 characters
(#2253) Line exceeds 132 characters; contains 134 characters
(#2398) Line exceeds 132 characters; contains 134 characters
(#2413) Line exceeds 132 characters; contains 149 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudHsm/CloudHsmClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#50) Expected MOODLE_INTERNAL check or config.php inclusion
(#65) Opening brace should be on the same line as the declaration
(#67) Space found before object operator
(#68) Space found before object operator
(#72) Space found before object operator
(#73) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudHsm/Exception/CloudHsmException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudHsm/Resources/cloudhsm-2014-05-30.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/CloudSearchClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#54) Line exceeds 132 characters; contains 171 characters
(#55) Line exceeds 132 characters; contains 155 characters
(#56) Line exceeds 132 characters; contains 163 characters
(#57) Line exceeds 132 characters; contains 163 characters
(#58) Line exceeds 132 characters; contains 161 characters
(#63) Expected MOODLE_INTERNAL check or config.php inclusion
(#76) Opening brace should be on the same line as the declaration
(#78) Space found before object operator
(#79) Space found before object operator
(#83) Space found before object operator
(#97) Public method name "CloudSearchClient::getDomainClient" must be in lower-case letters only
(#97) Variable "domainName" must be all lower-case
(#98) Opening brace should be on the same line as the declaration
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) Variable "domainName" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/Enum/IndexFieldType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/Enum/OptionState.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/Enum/SearchInstanceType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/Enum/SourceDataFunction.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/Exception/BaseException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/Exception/CloudSearchException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/Exception/InternalException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 136 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/Exception/InvalidTypeException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/Exception/LimitExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/Exception/ResourceNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/Resources/cloudsearch-2011-02-01.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#83) Line exceeds 132 characters; contains 168 characters
(#255) Line exceeds 132 characters; contains 168 characters
(#319) Line exceeds 132 characters; contains 168 characters
(#366) Line exceeds 132 characters; contains 168 characters
(#407) Line exceeds 132 characters; contains 168 characters
(#456) Line exceeds 132 characters; contains 168 characters
(#499) Line exceeds 132 characters; contains 168 characters
(#542) Line exceeds 132 characters; contains 168 characters
(#587) Line exceeds 132 characters; contains 168 characters
(#636) Line exceeds 132 characters; contains 168 characters
(#675) Line exceeds 132 characters; contains 168 characters
(#714) Line exceeds 132 characters; contains 168 characters
(#753) Line exceeds 132 characters; contains 168 characters
(#792) Line exceeds 132 characters; contains 168 characters
(#831) Line exceeds 132 characters; contains 168 characters
(#875) Line exceeds 132 characters; contains 168 characters
(#923) Line exceeds 132 characters; contains 168 characters
(#975) Line exceeds 132 characters; contains 168 characters
(#1027) Line exceeds 132 characters; contains 168 characters
(#1079) Line exceeds 132 characters; contains 168 characters
(#1272) Line exceeds 132 characters; contains 135 characters
(#1545) Line exceeds 132 characters; contains 135 characters
(#1862) Line exceeds 132 characters; contains 139 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/Resources/cloudsearch-2013-01-01.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#98) Line exceeds 132 characters; contains 168 characters
(#137) Line exceeds 132 characters; contains 168 characters
(#212) Line exceeds 132 characters; contains 168 characters
(#276) Line exceeds 132 characters; contains 168 characters
(#620) Line exceeds 132 characters; contains 168 characters
(#696) Line exceeds 132 characters; contains 168 characters
(#749) Line exceeds 132 characters; contains 168 characters
(#792) Line exceeds 132 characters; contains 168 characters
(#833) Line exceeds 132 characters; contains 168 characters
(#882) Line exceeds 132 characters; contains 168 characters
(#931) Line exceeds 132 characters; contains 168 characters
(#989) Line exceeds 132 characters; contains 168 characters
(#1033) Line exceeds 132 characters; contains 168 characters
(#1088) Line exceeds 132 characters; contains 168 characters
(#1138) Line exceeds 132 characters; contains 168 characters
(#1192) Line exceeds 132 characters; contains 168 characters
(#1231) Line exceeds 132 characters; contains 168 characters
(#1275) Line exceeds 132 characters; contains 168 characters
(#1329) Line exceeds 132 characters; contains 168 characters
(#1368) Line exceeds 132 characters; contains 168 characters
(#1438) Line exceeds 132 characters; contains 168 characters
(#1505) Line exceeds 132 characters; contains 168 characters
(#1557) Line exceeds 132 characters; contains 168 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearchDomain/CloudSearchDomainClient.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#36) Opening brace should be on the same line as the declaration
(#38) Space found before object operator
(#39) Space found before object operator
(#43) Space found before object operator
(#50) Public method name "CloudSearchDomainClient::setRegion" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearchDomain/CloudSearchDomainClientBuilder.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Member variable "commonConfigDefaults" must be all lower-case
(#34) Opening brace should be on the same line as the declaration
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Variable "commonConfigDefaults" must be all lower-case
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Commas (,) must be followed by white space.
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Variable "exceptionParser" must be all lower-case
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Variable "exceptionParser" must be all lower-case
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) Variable "exceptionParser" must be all lower-case
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearchDomain/Exception/CloudSearchDomainException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearchDomain/Resources/cloudsearchdomain-2013-01-01.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/CloudTrailClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#42) Line exceeds 132 characters; contains 153 characters
(#47) Expected MOODLE_INTERNAL check or config.php inclusion
(#60) Opening brace should be on the same line as the declaration
(#62) Space found before object operator
(#63) Space found before object operator
(#67) Space found before object operator
(#68) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Exception/CloudTrailException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Exception/InsufficientS3BucketPolicyException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Exception/InsufficientSnsTopicPolicyException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Exception/InternalErrorException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Exception/InvalidS3BucketNameException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Exception/InvalidS3PrefixException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Exception/InvalidSnsTopicNameException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Exception/InvalidTrailNameException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Exception/MaximumNumberOfTrailsExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Exception/S3BucketDoesNotExistException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Exception/TrailAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Exception/TrailNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Exception/TrailNotProvidedException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/LogFileIterator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Member variable "s3Client" must be all lower-case
(#41) Member variable "s3BucketName" must be all lower-case
(#56) Public method name "LogFileIterator::forTrail" must be in lower-case letters only
(#56) Variable "s3Client" must be all lower-case
(#56) Variable "cloudTrailClient" must be all lower-case
(#57) Opening brace should be on the same line as the declaration
(#58) Variable "trailName" must be all lower-case
(#59) Variable "s3BucketName" must be all lower-case
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Variable "cloudTrailClient" must be all lower-case
(#64) Variable "trailName" must be all lower-case
(#66) Variable "s3BucketName" must be all lower-case
(#68) Empty CATCH statement detected
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Variable "s3BucketName" must be all lower-case
(#78) Variable "s3Client" must be all lower-case
(#78) Variable "s3BucketName" must be all lower-case
(#93) Line exceeds 132 characters; contains 133 characters
(#100) Variable "s3Client" must be all lower-case
(#100) Variable "s3BucketName" must be all lower-case
(#101) Opening brace should be on the same line as the declaration
(#102) Variable "s3Client" must be all lower-case
(#103) Variable "s3BucketName" must be all lower-case
(#114) Opening brace should be on the same line as the declaration
(#132) Private method name "LogFileIterator::buildListObjectsIterator" must be in lower-case letters only
(#133) Opening brace should be on the same line as the declaration
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Variable "startDate" must be all lower-case
(#136) Variable "endDate" must be all lower-case
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Variable "keyPrefixParts" must be all lower-case
(#143) Variable "startDate" must be all lower-case
(#143) Variable "endDate" must be all lower-case
(#146) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) Variable "candidatePrefix" must be all lower-case
(#147) Variable "keyPrefixParts" must be all lower-case
(#148) Variable "logKeyPrefix" must be all lower-case
(#148) Variable "candidatePrefix" must be all lower-case
(#149) Variable "candidatePrefix" must be all lower-case
(#150) Variable "logKeyPrefix" must be all lower-case
(#150) Variable "candidatePrefix" must be all lower-case
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) Variable "objectsIterator" must be all lower-case
(#156) Variable "logKeyPrefix" must be all lower-case
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) Variable "objectsIterator" must be all lower-case
(#160) Variable "objectsIterator" must be all lower-case
(#160) Variable "logKeyPrefix" must be all lower-case
(#160) Variable "candidatePrefix" must be all lower-case
(#161) Variable "objectsIterator" must be all lower-case
(#161) Variable "objectsIterator" must be all lower-case
(#161) Variable "startDate" must be all lower-case
(#161) Variable "endDate" must be all lower-case
(#163) Variable "objectsIterator" must be all lower-case
(#174) Private method name "LogFileIterator::normalizeDateValue" must be in lower-case letters only
(#175) Opening brace should be on the same line as the declaration
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) Usage of ELSEIF not allowed; use ELSE IF instead
(#181) Usage of ELSEIF not allowed; use ELSE IF instead
(#191) Private method name "LogFileIterator::determineDateForPrefix" must be in lower-case letters only
(#191) Variable "startDate" must be all lower-case
(#191) Variable "endDate" must be all lower-case
(#192) Opening brace should be on the same line as the declaration
(#193) Inline comments must end in full-stops, exclamation marks, or question marks
(#194) Variable "dateParts" must be all lower-case
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#197) Variable "startDate" must be all lower-case
(#197) Variable "endDate" must be all lower-case
(#198) Variable "dateParts" must be all lower-case
(#199) Variable "candidateValue" must be all lower-case
(#199) Variable "startDate" must be all lower-case
(#200) Variable "candidateValue" must be all lower-case
(#200) Variable "endDate" must be all lower-case
(#201) Variable "candidateValue" must be all lower-case
(#208) Variable "dateParts" must be all lower-case
(#220) Private method name "LogFileIterator::applyRegexFilter" must be in lower-case letters only
(#220) Variable "objectsIterator" must be all lower-case
(#220) Variable "logKeyPrefix" must be all lower-case
(#220) Variable "candidatePrefix" must be all lower-case
(#221) Opening brace should be on the same line as the declaration
(#222) Inline comments must end in full-stops, exclamation marks, or question marks
(#223) Variable "logKeyPrefix" must be all lower-case
(#223) Variable "candidatePrefix" must be all lower-case
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#225) Variable "candidatePrefix" must be all lower-case
(#228) Inline comments must end in full-stops, exclamation marks, or question marks
(#229) Variable "logKeyPrefix" must be all lower-case
(#230) Inline comments must end in full-stops, exclamation marks, or question marks
(#231) Variable "objectsIterator" must be all lower-case
(#231) Variable "objectsIterator" must be all lower-case
(#237) Variable "objectsIterator" must be all lower-case
(#249) Private method name "LogFileIterator::applyDateFilter" must be in lower-case letters only
(#249) Variable "objectsIterator" must be all lower-case
(#249) Variable "startDate" must be all lower-case
(#249) Variable "endDate" must be all lower-case
(#250) Opening brace should be on the same line as the declaration
(#251) Inline comments must end in full-stops, exclamation marks, or question marks
(#252) Variable "startDate" must be all lower-case
(#252) Variable "endDate" must be all lower-case
(#253) Variable "objectsIterator" must be all lower-case
(#253) Variable "objectsIterator" must be all lower-case
(#253) Variable "startDate" must be all lower-case
(#253) Variable "endDate" must be all lower-case
(#256) Variable "startDate" must be all lower-case
(#256) Variable "startDate" must be all lower-case
(#256) Variable "endDate" must be all lower-case
(#256) Variable "endDate" must be all lower-case
(#264) Variable "objectsIterator" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/LogFileReader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Member variable "s3Client" must be all lower-case
(#22) Variable "s3Client" must be all lower-case
(#23) Opening brace should be on the same line as the declaration
(#24) Variable "s3Client" must be all lower-case
(#35) Variable "s3BucketName" must be all lower-case
(#35) Variable "logFileKey" must be all lower-case
(#36) Opening brace should be on the same line as the declaration
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Variable "s3BucketName" must be all lower-case
(#40) Variable "logFileKey" must be all lower-case
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Variable "logData" must be all lower-case
(#50) Variable "logData" must be all lower-case
(#51) Variable "logData" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/LogRecordIterator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Member variable "logFileReader" must be all lower-case
(#27) Member variable "logFileIterator" must be all lower-case
(#37) Member variable "recordIndex" must be all lower-case
(#46) Public method name "LogRecordIterator::forTrail" must be in lower-case letters only
(#46) Variable "s3Client" must be all lower-case
(#46) Variable "cloudTrailClient" must be all lower-case
(#47) Opening brace should be on the same line as the declaration
(#48) Variable "logFileReader" must be all lower-case
(#48) Variable "s3Client" must be all lower-case
(#49) Variable "logFileIterator" must be all lower-case
(#49) Variable "s3Client" must be all lower-case
(#49) Variable "cloudTrailClient" must be all lower-case
(#51) Variable "logFileReader" must be all lower-case
(#51) Variable "logFileIterator" must be all lower-case
(#61) Public method name "LogRecordIterator::forBucket" must be in lower-case letters only
(#61) Variable "s3Client" must be all lower-case
(#61) Variable "s3BucketName" must be all lower-case
(#62) Opening brace should be on the same line as the declaration
(#63) Variable "logFileReader" must be all lower-case
(#63) Variable "s3Client" must be all lower-case
(#64) Variable "logFileIterator" must be all lower-case
(#64) Variable "s3Client" must be all lower-case
(#64) Variable "s3BucketName" must be all lower-case
(#66) Variable "logFileReader" must be all lower-case
(#66) Variable "logFileIterator" must be all lower-case
(#76) Public method name "LogRecordIterator::forFile" must be in lower-case letters only
(#76) Variable "s3Client" must be all lower-case
(#76) Variable "s3BucketName" must be all lower-case
(#76) Variable "s3ObjectKey" must be all lower-case
(#77) Opening brace should be on the same line as the declaration
(#78) Variable "logFileReader" must be all lower-case
(#78) Variable "s3Client" must be all lower-case
(#79) Variable "logFileIterator" must be all lower-case
(#80) Variable "s3BucketName" must be all lower-case
(#81) Variable "s3ObjectKey" must be all lower-case
(#84) Variable "logFileReader" must be all lower-case
(#84) Variable "logFileIterator" must be all lower-case
(#91) Variable "logFileReader" must be all lower-case
(#91) Variable "logFileIterator" must be all lower-case
(#92) Opening brace should be on the same line as the declaration
(#93) Variable "logFileReader" must be all lower-case
(#94) Variable "logFileIterator" must be all lower-case
(#109) Opening brace should be on the same line as the declaration
(#118) Opening brace should be on the same line as the declaration
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Line indented incorrectly; expected 12 spaces, found 11
(#128) Closing brace indented incorrectly; expected 12 spaces, found 11
(#133) Opening brace should be on the same line as the declaration
(#134) Variable "logFile" must be all lower-case
(#135) Variable "logFile" must be all lower-case
(#142) Opening brace should be on the same line as the declaration
(#147) Opening brace should be on the same line as the declaration
(#152) Public method name "LogRecordIterator::getInnerIterator" must be in lower-case letters only
(#153) Opening brace should be on the same line as the declaration
(#168) Private method name "LogRecordIterator::loadRecordsFromCurrentLogFile" must be in lower-case letters only
(#169) Opening brace should be on the same line as the declaration
(#173) Variable "logFile" must be all lower-case
(#174) Variable "logFile" must be all lower-case
(#174) Variable "logFile" must be all lower-case
(#174) Variable "logFile" must be all lower-case
(#175) Variable "logFile" must be all lower-case
(#175) Variable "logFile" must be all lower-case
(#178) Variable "logFile" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Resources/cloudtrail-2013-11-01.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#120) Line exceeds maximum limit of 180 characters; contains 200 characters
(#132) Line exceeds maximum limit of 180 characters; contains 508 characters
(#136) Line exceeds 132 characters; contains 167 characters
(#140) Line exceeds maximum limit of 180 characters; contains 234 characters
(#253) Line exceeds maximum limit of 180 characters; contains 508 characters
(#261) Line exceeds 132 characters; contains 158 characters
(#281) Line exceeds maximum limit of 180 characters; contains 234 characters
(#323) Line exceeds maximum limit of 180 characters; contains 508 characters
(#360) Line exceeds maximum limit of 180 characters; contains 234 characters
(#402) Line exceeds maximum limit of 180 characters; contains 508 characters
(#453) Line exceeds maximum limit of 180 characters; contains 185 characters
(#457) Line exceeds maximum limit of 180 characters; contains 234 characters
(#511) Line exceeds maximum limit of 180 characters; contains 200 characters
(#519) Line exceeds maximum limit of 180 characters; contains 508 characters
(#523) Line exceeds maximum limit of 180 characters; contains 234 characters
(#610) Line exceeds maximum limit of 180 characters; contains 185 characters
(#618) Line exceeds 132 characters; contains 172 characters
(#673) Line exceeds maximum limit of 180 characters; contains 200 characters
(#681) Line exceeds maximum limit of 180 characters; contains 508 characters
(#685) Line exceeds 132 characters; contains 167 characters
(#689) Line exceeds maximum limit of 180 characters; contains 234 characters
(#731) Line exceeds maximum limit of 180 characters; contains 508 characters
(#769) Line exceeds maximum limit of 180 characters; contains 508 characters
(#873) Line exceeds maximum limit of 180 characters; contains 508 characters
(#881) Line exceeds 132 characters; contains 158 characters
(#901) Line exceeds maximum limit of 180 characters; contains 234 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/CloudWatchClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#40) Line exceeds 132 characters; contains 165 characters
(#41) Line exceeds 132 characters; contains 153 characters
(#42) Line exceeds 132 characters; contains 171 characters
(#43) Line exceeds 132 characters; contains 147 characters
(#48) Expected MOODLE_INTERNAL check or config.php inclusion
(#61) Opening brace should be on the same line as the declaration
(#63) Space found before object operator
(#64) Space found before object operator
(#68) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Enum/ComparisonOperator.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Enum/HistoryItemType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Enum/StateValue.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Enum/Statistic.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Enum/Unit.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Exception/CloudWatchException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Exception/InternalServiceException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Exception/InvalidFormatException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Exception/InvalidNextTokenException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Exception/InvalidParameterCombinationException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Exception/InvalidParameterValueException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Exception/LimitExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Exception/MissingRequiredParameterException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Exception/ResourceNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Resources/cloudwatch-2010-08-01.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#474) Line exceeds 132 characters; contains 133 characters
(#534) Line exceeds 132 characters; contains 133 characters
(#792) Line exceeds 132 characters; contains 133 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatchLogs/CloudWatchLogsClient.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#40) Line exceeds 132 characters; contains 165 characters
(#41) Line exceeds 132 characters; contains 159 characters
(#42) Line exceeds 132 characters; contains 161 characters
(#43) Line exceeds 132 characters; contains 167 characters
(#44) Line exceeds 132 characters; contains 179 characters
(#45) Line exceeds 132 characters; contains 155 characters
(#46) Line exceeds 132 characters; contains 149 characters
(#51) Expected MOODLE_INTERNAL check or config.php inclusion
(#66) Opening brace should be on the same line as the declaration
(#68) Space found before object operator
(#69) Space found before object operator
(#73) Space found before object operator
(#74) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatchLogs/Exception/CloudWatchLogsException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatchLogs/Resources/cloudwatchlogs-2014-03-28.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CodeCommit/CodeCommitClient.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#26) Line exceeds 132 characters; contains 149 characters
(#27) Line exceeds 132 characters; contains 157 characters
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
(#47) Opening brace should be on the same line as the declaration
(#49) Space found before object operator
(#50) Space found before object operator
(#54) Space found before object operator
(#55) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CodeCommit/Exception/CodeCommitException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CodeCommit/Resources/codecommit-2015-04-13.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#56) Line exceeds maximum limit of 180 characters; contains 280 characters
(#126) Line exceeds maximum limit of 180 characters; contains 280 characters
(#150) Line exceeds 132 characters; contains 150 characters
(#221) Line exceeds maximum limit of 180 characters; contains 280 characters
(#288) Line exceeds maximum limit of 180 characters; contains 280 characters
(#355) Line exceeds maximum limit of 180 characters; contains 280 characters
(#430) Line exceeds maximum limit of 180 characters; contains 280 characters
(#497) Line exceeds maximum limit of 180 characters; contains 280 characters
(#619) Line exceeds maximum limit of 180 characters; contains 280 characters
(#698) Line exceeds maximum limit of 180 characters; contains 280 characters
(#775) Line exceeds maximum limit of 180 characters; contains 280 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CodeDeploy/CodeDeployClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#65) Expected MOODLE_INTERNAL check or config.php inclusion
(#80) Opening brace should be on the same line as the declaration
(#82) Space found before object operator
(#83) Space found before object operator
(#87) Space found before object operator
(#88) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CodeDeploy/Exception/CodeDeployException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CodeDeploy/Resources/codedeploy-2014-10-06.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#270) Line exceeds 132 characters; contains 133 characters
(#463) Line exceeds 132 characters; contains 145 characters
(#588) Line exceeds 132 characters; contains 137 characters
(#616) Line exceeds maximum limit of 180 characters; contains 222 characters
(#763) Line exceeds maximum limit of 180 characters; contains 222 characters
(#1957) Line exceeds 132 characters; contains 133 characters
(#2078) Line exceeds 132 characters; contains 137 characters
(#2110) Line exceeds maximum limit of 180 characters; contains 222 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CodePipeline/CodePipelineClient.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#42) Expected MOODLE_INTERNAL check or config.php inclusion
(#57) Opening brace should be on the same line as the declaration
(#59) Space found before object operator
(#60) Space found before object operator
(#64) Space found before object operator
(#65) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CodePipeline/Exception/CodePipelineException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CodePipeline/Resources/codepipeline-2015-07-09.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#234) Line exceeds 132 characters; contains 138 characters
(#425) Line exceeds 132 characters; contains 138 characters
(#838) Line exceeds 132 characters; contains 170 characters
(#871) Line exceeds 132 characters; contains 170 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CognitoIdentity/CognitoIdentityClient.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#28) Line exceeds 132 characters; contains 136 characters
(#41) Expected MOODLE_INTERNAL check or config.php inclusion
(#56) Opening brace should be on the same line as the declaration
(#58) Space found before object operator
(#59) Space found before object operator
(#63) Space found before object operator
(#64) Space found before object operator
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CognitoIdentity/Exception/CognitoIdentityException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CognitoIdentity/Resources/cognitoidentity-2014-06-30.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#378) Line exceeds 132 characters; contains 151 characters
(#675) Line exceeds 132 characters; contains 139 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CognitoSync/CognitoSyncClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#35) Expected MOODLE_INTERNAL check or config.php inclusion
(#50) Opening brace should be on the same line as the declaration
(#52) Space found before object operator
(#53) Space found before object operator
(#57) Space found before object operator
(#58) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CognitoSync/Exception/CognitoSyncException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CognitoSync/Resources/cognitosync-2014-06-30.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#58) Line exceeds 132 characters; contains 135 characters
(#62) Line exceeds 132 characters; contains 180 characters
(#115) Line exceeds 132 characters; contains 158 characters
(#895) Line exceeds 132 characters; contains 158 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Aws.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#54) Variable "globalParameters" must be all lower-case
(#55) Opening brace should be on the same line as the declaration
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Usage of ELSEIF not allowed; use ELSE IF instead
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Variable "globalParameters" must be all lower-case
(#67) Space found before object operator
(#69) Variable "globalParameters" must be all lower-case
(#77) Public method name "Aws::getDefaultServiceDefinition" must be in lower-case letters only
(#78) Opening brace should be on the same line as the declaration
(#87) Public method name "Aws::getConfig" must be in lower-case letters only
(#88) Opening brace should be on the same line as the declaration
(#100) Public method name "Aws::enableFacades" must be in lower-case letters only
(#101) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AbstractClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#41) Expected MOODLE_INTERNAL check or config.php inclusion
(#50) Member variable "waiterFactory" must be all lower-case
(#58) Public method name "AbstractClient::getAllEvents" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#74) Opening brace should be on the same line as the declaration
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Opening brace should be on the same line as the declaration
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) Variable "commandOptions" must be all lower-case
(#98) Variable "iteratorOptions" must be all lower-case
(#99) Variable "commandOptions" must be all lower-case
(#99) Variable "iteratorOptions" must be all lower-case
(#100) Usage of ELSEIF not allowed; use ELSE IF instead
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Expected 1 space before ":"; 0 found
(#112) Public method name "AbstractClient::getEndpoint" must be in lower-case letters only
(#113) Opening brace should be on the same line as the declaration
(#128) Public method name "AbstractClient::getCredentials" must be in lower-case letters only
(#129) Opening brace should be on the same line as the declaration
(#133) Public method name "AbstractClient::setCredentials" must be in lower-case letters only
(#134) Opening brace should be on the same line as the declaration
(#135) Variable "formerCredentials" must be all lower-case
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#141) Variable "formerCredentials" must be all lower-case
(#147) Public method name "AbstractClient::getSignature" must be in lower-case letters only
(#148) Opening brace should be on the same line as the declaration
(#152) Public method name "AbstractClient::getRegions" must be in lower-case letters only
(#153) Opening brace should be on the same line as the declaration
(#157) Public method name "AbstractClient::getRegion" must be in lower-case letters only
(#158) Opening brace should be on the same line as the declaration
(#162) Public method name "AbstractClient::setRegion" must be in lower-case letters only
(#163) Opening brace should be on the same line as the declaration
(#165) Variable "formerRegion" must be all lower-case
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) Variable "formerRegion" must be all lower-case
(#206) Public method name "AbstractClient::waitUntil" must be in lower-case letters only
(#207) Opening brace should be on the same line as the declaration
(#213) Public method name "AbstractClient::getWaiter" must be in lower-case letters only
(#214) Opening brace should be on the same line as the declaration
(#216) Space found before object operator
(#217) Space found before object operator
(#220) Public method name "AbstractClient::setWaiterFactory" must be in lower-case letters only
(#220) Variable "waiterFactory" must be all lower-case
(#221) Opening brace should be on the same line as the declaration
(#222) Variable "waiterFactory" must be all lower-case
(#227) Public method name "AbstractClient::getWaiterFactory" must be in lower-case letters only
(#228) Opening brace should be on the same line as the declaration
(#230) Variable "clientClass" must be all lower-case
(#231) Inline comments must end in full-stops, exclamation marks, or question marks
(#233) Variable "clientClass" must be all lower-case
(#233) Variable "clientClass" must be all lower-case
(#236) Variable "waiterConfig" must be all lower-case
(#237) Variable "waiterConfig" must be all lower-case
(#244) Public method name "AbstractClient::getApiVersion" must be in lower-case letters only
(#245) Opening brace should be on the same line as the declaration
(#254) Opening brace should be on the same line as the declaration
(#260) Space found before object operator
(#261) Space found before object operator
(#262) Space found before object operator
(#272) Public method name "AbstractClient::createRequest" must be in lower-case letters only
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AwsClientInterface.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#35) Public method name "AwsClientInterface::getCredentials" must be in lower-case letters only
(#44) Public method name "AwsClientInterface::setCredentials" must be in lower-case letters only
(#51) Public method name "AwsClientInterface::getSignature" must be in lower-case letters only
(#58) Public method name "AwsClientInterface::getRegions" must be in lower-case letters only
(#65) Public method name "AwsClientInterface::getRegion" must be in lower-case letters only
(#74) Public method name "AwsClientInterface::setRegion" must be in lower-case letters only
(#81) Public method name "AwsClientInterface::getWaiterFactory" must be in lower-case letters only
(#90) Public method name "AwsClientInterface::setWaiterFactory" must be in lower-case letters only
(#90) Variable "waiterFactory" must be all lower-case
(#100) Public method name "AwsClientInterface::waitUntil" must be in lower-case letters only
(#110) Public method name "AwsClientInterface::getWaiter" must be in lower-case letters only
(#117) Public method name "AwsClientInterface::getApiVersion" must be in lower-case letters only
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ClientBuilder.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#50) Expected MOODLE_INTERNAL check or config.php inclusion
(#55) Member variable "commonConfigDefaults" must be all lower-case
(#60) Member variable "commonConfigRequirements" must be all lower-case
(#65) Member variable "clientNamespace" must be all lower-case
(#75) Member variable "configDefaults" must be all lower-case
(#80) Member variable "configRequirements" must be all lower-case
(#85) Member variable "exceptionParser" must be all lower-case
(#90) Member variable "iteratorsConfig" must be all lower-case
(#93) Member variable "clientClass" must be all lower-case
(#96) Member variable "serviceName" must be all lower-case
(#106) Opening brace should be on the same line as the declaration
(#116) Opening brace should be on the same line as the declaration
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Public method name "ClientBuilder::setConfig" must be in lower-case letters only
(#136) Opening brace should be on the same line as the declaration
(#149) Public method name "ClientBuilder::setConfigDefaults" must be in lower-case letters only
(#150) Opening brace should be on the same line as the declaration
(#163) Public method name "ClientBuilder::setConfigRequirements" must be in lower-case letters only
(#164) Opening brace should be on the same line as the declaration
(#178) Public method name "ClientBuilder::setExceptionParser" must be in lower-case letters only
(#179) Opening brace should be on the same line as the declaration
(#192) Public method name "ClientBuilder::setIteratorsConfig" must be in lower-case letters only
(#193) Opening brace should be on the same line as the declaration
(#208) Opening brace should be on the same line as the declaration
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#212) Variable "commonConfigDefaults" must be all lower-case
(#213) Variable "commonConfigRequirements" must be all lower-case
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#230) Inline comments must end in full-stops, exclamation marks, or question marks
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#251) Inline comments must end in full-stops, exclamation marks, or question marks
(#253) Variable "exceptionFactory" must be all lower-case
(#258) Variable "exceptionFactory" must be all lower-case
(#261) Inline comments must end in full-stops, exclamation marks, or question marks
(#264) Inline comments must end in full-stops, exclamation marks, or question marks
(#270) Inline comments must end in full-stops, exclamation marks, or question marks
(#276) Inline comments must end in full-stops, exclamation marks, or question marks
(#294) Protected method name "ClientBuilder::addBackoffLogger" must be in lower-case letters only
(#295) Opening brace should be on the same line as the declaration
(#296) Inline comments must end in full-stops, exclamation marks, or question marks
(#303) Usage of ELSEIF not allowed; use ELSE IF instead
(#305) The use of backticks in strings is not recommended
(#309) Inline comments must end in full-stops, exclamation marks, or question marks
(#310) Variable "logPlugin" must be all lower-case
(#311) Inline comments must end in full-stops, exclamation marks, or question marks
(#313) Variable "logPlugin" must be all lower-case
(#315) Variable "logPlugin" must be all lower-case
(#327) Protected method name "ClientBuilder::processArray" must be in lower-case letters only
(#328) Opening brace should be on the same line as the declaration
(#348) Protected method name "ClientBuilder::updateConfigFromDescription" must be in lower-case letters only
(#349) Opening brace should be on the same line as the declaration
(#352) Inline comments must end in full-stops, exclamation marks, or question marks
(#386) Protected method name "ClientBuilder::getSignature" must be in lower-case letters only
(#387) Opening brace should be on the same line as the declaration
(#395) Usage of ELSEIF not allowed; use ELSE IF instead
(#397) Usage of ELSEIF not allowed; use ELSE IF instead
(#402) Usage of ELSEIF not allowed; use ELSE IF instead
(#408) Inline comments must end in full-stops, exclamation marks, or question marks
(#411) Inline comments must end in full-stops, exclamation marks, or question marks
(#416) Inline comments must end in full-stops, exclamation marks, or question marks
(#423) Protected method name "ClientBuilder::getCredentials" must be in lower-case letters only
(#424) Opening brace should be on the same line as the declaration
(#429) Usage of ELSEIF not allowed; use ELSE IF instead
(#431) Usage of ELSEIF not allowed; use ELSE IF instead
(#438) Private method name "ClientBuilder::handleRegion" must be in lower-case letters only
(#439) Opening brace should be on the same line as the declaration
(#440) Inline comments must end in full-stops, exclamation marks, or question marks
(#449) Usage of ELSEIF not allowed; use ELSE IF instead
(#454) Private method name "ClientBuilder::handleEndpoint" must be in lower-case letters only
(#455) Opening brace should be on the same line as the declaration
(#493) Private method name "ClientBuilder::createDefaultBackoff" must be in lower-case letters only
(#494) Opening brace should be on the same line as the declaration
(#496) Inline comments must end in full-stops, exclamation marks, or question marks
(#498) Inline comments must end in full-stops, exclamation marks, or question marks
(#500) Inline comments must end in full-stops, exclamation marks, or question marks
(#502) Inline comments must end in full-stops, exclamation marks, or question marks
(#504) Inline comments must end in full-stops, exclamation marks, or question marks
(#515) Private method name "ClientBuilder::extractHttpConfig" must be in lower-case letters only
(#516) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#37) Line exceeds maximum limit of 180 characters; contains 209 characters
(#40) Line exceeds maximum limit of 180 characters; contains 190 characters
(#42) Line exceeds 132 characters; contains 156 characters
(#50) Line exceeds maximum limit of 180 characters; contains 290 characters
(#53) Line exceeds 132 characters; contains 157 characters
(#54) Line exceeds 132 characters; contains 173 characters
(#61) Opening brace should be on the same line as the declaration
(#63) Space found before object operator
(#64) Space found before object operator
(#65) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ExpiredCredentialsChecker.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion
(#45) Member variable "exceptionParser" must be all lower-case
(#47) Variable "exceptionParser" must be all lower-case
(#48) Variable "exceptionParser" must be all lower-case
(#52) Public method name "ExpiredCredentialsChecker::makesDecision" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#57) Protected method name "ExpiredCredentialsChecker::getDelay" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ThrottlingErrorChecker.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "throttlingExceptions" must be all lower-case
(#43) Member variable "exceptionParser" must be all lower-case
(#45) Variable "exceptionParser" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#47) Variable "exceptionParser" must be all lower-case
(#56) Public method name "ThrottlingErrorChecker::makesDecision" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
(#64) Protected method name "ThrottlingErrorChecker::getDelay" must be in lower-case letters only
(#72) Variable "throttlingExceptions" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UploadBodyListener.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#39) Member variable "bodyParameter" must be all lower-case
(#44) Member variable "sourceParameter" must be all lower-case
(#51) Variable "bodyParameter" must be all lower-case
(#51) Variable "sourceParameter" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#54) Variable "bodyParameter" must be all lower-case
(#55) Variable "sourceParameter" must be all lower-case
(#61) Public method name "UploadBodyListener::getSubscribedEvents" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#72) Public method name "UploadBodyListener::onCommandBeforePrepare" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Line exceeds 132 characters; contains 159 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UserAgentListener.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#36) Public method name "UserAgentListener::getSubscribedEvents" must be in lower-case letters only
(#37) Opening brace should be on the same line as the declaration
(#46) Public method name "UserAgentListener::onBeforeSend" must be in lower-case letters only
(#47) Opening brace should be on the same line as the declaration
(#49) Variable "userAgentAppends" must be all lower-case
(#51) Variable "userAgent" must be all lower-case
(#52) Variable "userAgentAppends" must be all lower-case
(#54) Variable "userAgent" must be all lower-case
(#55) Variable "userAgent" must be all lower-case
(#58) Variable "userAgent" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Command/AwsQueryVisitor.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Opening brace should be on the same line as the declaration
(#33) Protected method name "AwsQueryVisitor::customResolver" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#55) Protected method name "AwsQueryVisitor::resolveObject" must be in lower-case letters only
(#56) Opening brace should be on the same line as the declaration
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Variable "hasAdditionalProperties" must be all lower-case
(#59) Variable "additionalPropertyCount" must be all lower-case
(#62) Variable "subParam" must be all lower-case
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Variable "subParam" must be all lower-case
(#65) Variable "subParam" must be all lower-case
(#66) Usage of ELSEIF not allowed; use ELSE IF instead
(#66) Variable "hasAdditionalProperties" must be all lower-case
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Variable "additionalPropertyCount" must be all lower-case
(#70) Variable "keyName" must be all lower-case
(#71) Variable "valueName" must be all lower-case
(#73) Variable "newPrefix" must be all lower-case
(#75) Variable "newPrefix" must be all lower-case
(#77) Variable "newPrefix" must be all lower-case
(#91) Protected method name "AwsQueryVisitor::resolveArray" must be in lower-case letters only
(#92) Opening brace should be on the same line as the declaration
(#93) Variable "serializeEmpty" must be all lower-case
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) Variable "serializeEmpty" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Opening brace should be on the same line as the declaration
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Command/QueryCommand.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Member variable "queryVisitor" must be all lower-case
(#34) Member variable "xmlVisitor" must be all lower-case
(#40) Opening brace should be on the same line as the declaration
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Variable "queryVisitor" must be all lower-case
(#43) Variable "queryVisitor" must be all lower-case
(#45) Variable "xmlVisitor" must be all lower-case
(#46) Variable "xmlVisitor" must be all lower-case
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Variable "queryVisitor" must be all lower-case
(#51) Variable "xmlVisitor" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Command/XmlResponseLocationVisitor.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Opening brace should be on the same line as the declaration
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) Variable "wrappingNode" must be all lower-case
(#27) Variable "wrappingNode" must be all lower-case
(#28) Variable "wrappingNode" must be all lower-case
(#29) Variable "wrappingNode" must be all lower-case
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Variable "wireName" must be all lower-case
(#50) Variable "wireName" must be all lower-case
(#51) Variable "wireName" must be all lower-case
(#65) Public method name "XmlResponseLocationVisitor::xmlMap" must be in lower-case letters only
(#65) Variable "entryName" must be all lower-case
(#65) Variable "keyName" must be all lower-case
(#65) Variable "valueName" must be all lower-case
(#66) Opening brace should be on the same line as the declaration
(#69) Variable "keyName" must be all lower-case
(#69) Variable "valueName" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractCredentialsDecorator.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#36) Opening brace should be on the same line as the declaration
(#44) Opening brace should be on the same line as the declaration
(#52) Opening brace should be on the same line as the declaration
(#60) Public method name "AbstractCredentialsDecorator::getAccessKeyId" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#68) Public method name "AbstractCredentialsDecorator::getSecretKey" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#76) Public method name "AbstractCredentialsDecorator::getSecurityToken" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#84) Public method name "AbstractCredentialsDecorator::getExpiration" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#92) Public method name "AbstractCredentialsDecorator::isExpired" must be in lower-case letters only
(#93) Opening brace should be on the same line as the declaration
(#100) Public method name "AbstractCredentialsDecorator::setAccessKeyId" must be in lower-case letters only
(#101) Opening brace should be on the same line as the declaration
(#110) Public method name "AbstractCredentialsDecorator::setSecretKey" must be in lower-case letters only
(#111) Opening brace should be on the same line as the declaration
(#120) Public method name "AbstractCredentialsDecorator::setSecurityToken" must be in lower-case letters only
(#121) Opening brace should be on the same line as the declaration
(#130) Public method name "AbstractCredentialsDecorator::setExpiration" must be in lower-case letters only
(#131) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractRefreshableCredentials.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Public method name "AbstractRefreshableCredentials::getCredentials" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#46) Public method name "AbstractRefreshableCredentials::getAccessKeyId" must be in lower-case letters only
(#47) Opening brace should be on the same line as the declaration
(#58) Public method name "AbstractRefreshableCredentials::getSecretKey" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#70) Public method name "AbstractRefreshableCredentials::getSecurityToken" must be in lower-case letters only
(#71) Opening brace should be on the same line as the declaration
(#83) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CacheableCredentials.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#34) Member variable "cacheKey" must be all lower-case
(#43) Variable "cacheKey" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#46) Variable "cacheKey" must be all lower-case
(#55) Opening brace should be on the same line as the declaration
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/Credentials.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
(#56) Public method name "Credentials::getConfigDefaults" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
(#82) Opening brace should be on the same line as the declaration
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Variable "cacheKey" must be all lower-case
(#96) Variable "cacheKey" must be all lower-case
(#98) Variable "cacheKey" must be all lower-case
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Variable "cacheKey" must be all lower-case
(#119) Variable "cacheKey" must be all lower-case
(#142) Public method name "Credentials::fromIni" must be in lower-case letters only
(#143) Opening brace should be on the same line as the declaration
(#164) Expected 1 space before "?"; newline found
(#165) Expected 1 space before ":"; newline found
(#178) Variable "accessKeyId" must be all lower-case
(#178) Variable "secretAccessKey" must be all lower-case
(#179) Opening brace should be on the same line as the declaration
(#180) Variable "accessKeyId" must be all lower-case
(#181) Variable "secretAccessKey" must be all lower-case
(#187) Opening brace should be on the same line as the declaration
(#197) Opening brace should be on the same line as the declaration
(#205) Public method name "Credentials::getAccessKeyId" must be in lower-case letters only
(#206) Opening brace should be on the same line as the declaration
(#210) Public method name "Credentials::getSecretKey" must be in lower-case letters only
(#211) Opening brace should be on the same line as the declaration
(#215) Public method name "Credentials::getSecurityToken" must be in lower-case letters only
(#216) Opening brace should be on the same line as the declaration
(#220) Public method name "Credentials::getExpiration" must be in lower-case letters only
(#221) Opening brace should be on the same line as the declaration
(#225) Public method name "Credentials::isExpired" must be in lower-case letters only
(#226) Opening brace should be on the same line as the declaration
(#230) Public method name "Credentials::setAccessKeyId" must be in lower-case letters only
(#231) Opening brace should be on the same line as the declaration
(#237) Public method name "Credentials::setSecretKey" must be in lower-case letters only
(#238) Opening brace should be on the same line as the declaration
(#244) Public method name "Credentials::setSecurityToken" must be in lower-case letters only
(#245) Opening brace should be on the same line as the declaration
(#251) Public method name "Credentials::setExpiration" must be in lower-case letters only
(#252) Opening brace should be on the same line as the declaration
(#266) Private method name "Credentials::createFromEnvironment" must be in lower-case letters only
(#267) Opening brace should be on the same line as the declaration
(#268) Inline comments must end in full-stops, exclamation marks, or question marks
(#269) Variable "envKey" must be all lower-case
(#270) Variable "envSecret" must be all lower-case
(#271) Inline comments must end in full-stops, exclamation marks, or question marks
(#272) Variable "envSecret" must be all lower-case
(#275) Inline comments must end in full-stops, exclamation marks, or question marks
(#276) Variable "envKey" must be all lower-case
(#276) Variable "envSecret" must be all lower-case
(#277) Variable "envKey" must be all lower-case
(#277) Variable "envSecret" must be all lower-case
(#281) Inline comments must end in full-stops, exclamation marks, or question marks
(#284) Inline comments must end in full-stops, exclamation marks, or question marks
(#292) Private method name "Credentials::createFromCache" must be in lower-case letters only
(#292) Variable "cacheKey" must be all lower-case
(#293) Opening brace should be on the same line as the declaration
(#294) Variable "cacheKey" must be all lower-case
(#296) Variable "cacheKey" must be all lower-case
(#302) Private method name "Credentials::createCache" must be in lower-case letters only
(#302) Variable "cacheKey" must be all lower-case
(#303) Opening brace should be on the same line as the declaration
(#306) Inline comments must end in full-stops, exclamation marks, or question marks
(#310) Usage of ELSEIF not allowed; use ELSE IF instead
(#317) Inline comments must start with a capital letter, digit or 3-dots sequence
(#317) Inline comments must end in full-stops, exclamation marks, or question marks
(#319) Usage of ELSEIF not allowed; use ELSE IF instead
(#323) Inline comments must end in full-stops, exclamation marks, or question marks
(#324) Variable "cacheKey" must be all lower-case
(#327) Private method name "Credentials::getHomeDir" must be in lower-case letters only
(#328) Opening brace should be on the same line as the declaration
(#329) Inline comments must end in full-stops, exclamation marks, or question marks
(#330) Variable "homeDir" must be all lower-case
(#331) Variable "homeDir" must be all lower-case
(#334) Inline comments must end in full-stops, exclamation marks, or question marks
(#335) Variable "homeDrive" must be all lower-case
(#336) Variable "homePath" must be all lower-case
(#338) Variable "homeDrive" must be all lower-case
(#338) Variable "homePath" must be all lower-case
(#338) Variable "homeDrive" must be all lower-case
(#338) Variable "homePath" must be all lower-case
(#348) Private method name "Credentials::getEnvVar" must be in lower-case letters only
(#349) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CredentialsInterface.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Public method name "CredentialsInterface::getAccessKeyId" must be in lower-case letters only
(#38) Public method name "CredentialsInterface::getSecretKey" must be in lower-case letters only
(#45) Public method name "CredentialsInterface::getSecurityToken" must be in lower-case letters only
(#52) Public method name "CredentialsInterface::getExpiration" must be in lower-case letters only
(#61) Public method name "CredentialsInterface::setAccessKeyId" must be in lower-case letters only
(#70) Public method name "CredentialsInterface::setSecretKey" must be in lower-case letters only
(#79) Public method name "CredentialsInterface::setSecurityToken" must be in lower-case letters only
(#88) Public method name "CredentialsInterface::setExpiration" must be in lower-case letters only
(#95) Public method name "CredentialsInterface::isExpired" must be in lower-case letters only
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/NullCredentials.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "NullCredentials::getAccessKeyId" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
(#19) Public method name "NullCredentials::getSecretKey" must be in lower-case letters only
(#20) Opening brace should be on the same line as the declaration
(#24) Public method name "NullCredentials::getSecurityToken" must be in lower-case letters only
(#25) Opening brace should be on the same line as the declaration
(#29) Public method name "NullCredentials::getExpiration" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#34) Public method name "NullCredentials::isExpired" must be in lower-case letters only
(#35) Opening brace should be on the same line as the declaration
(#40) Opening brace should be on the same line as the declaration
(#45) Opening brace should be on the same line as the declaration
(#49) Public method name "NullCredentials::setAccessKeyId" must be in lower-case letters only
(#50) Opening brace should be on the same line as the declaration
(#54) Public method name "NullCredentials::setSecretKey" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#59) Public method name "NullCredentials::setSecurityToken" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#64) Public method name "NullCredentials::setExpiration" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Member variable "customClient" must be all lower-case
(#42) Opening brace should be on the same line as the declaration
(#47) Public method name "RefreshableInstanceProfileCredentials::setClient" must be in lower-case letters only
(#48) Opening brace should be on the same line as the declaration
(#54) Opening brace should be on the same line as the declaration
(#68) Opening brace should be on the same line as the declaration
(#72) Expected 1 space after "?"; newline found
(#74) Expected 1 space before ":"; newline found
(#83) Opening brace should be on the same line as the declaration
(#87) Space found before object operator
(#88) Space found before object operator
(#89) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Enum.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#35) Opening brace should be on the same line as the declaration
(#45) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/ClientOptions.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/DateFormat.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#42) Whitespace found at end of line
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Size.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Time.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/UaString.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/AwsExceptionInterface.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Public method name "AwsExceptionInterface::getCode" must be in lower-case letters only
(#25) Public method name "AwsExceptionInterface::getLine" must be in lower-case letters only
(#26) Public method name "AwsExceptionInterface::getFile" must be in lower-case letters only
(#27) Public method name "AwsExceptionInterface::getMessage" must be in lower-case letters only
(#28) Public method name "AwsExceptionInterface::getPrevious" must be in lower-case letters only
(#29) Public method name "AwsExceptionInterface::getTrace" must be in lower-case letters only
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/BadMethodCallException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/DomainException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionFactoryInterface.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#35) Public method name "ExceptionFactoryInterface::fromResponse" must be in lower-case letters only
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionListener.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#36) Opening brace should be on the same line as the declaration
(#43) Public method name "ExceptionListener::getSubscribedEvents" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#53) Public method name "ExceptionListener::onRequestError" must be in lower-case letters only
(#54) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InstanceProfileCredentialsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Member variable "statusCode" must be all lower-case
(#36) Public method name "InstanceProfileCredentialsException::setStatusCode" must be in lower-case letters only
(#37) Opening brace should be on the same line as the declaration
(#46) Public method name "InstanceProfileCredentialsException::getStatusCode" must be in lower-case letters only
(#47) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InvalidArgumentException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/LogicException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/MultipartUploadException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#36) Opening brace should be on the same line as the declaration
(#51) Public method name "MultipartUploadException::getState" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/NamespaceExceptionFactory.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#39) Member variable "baseNamespace" must be all lower-case
(#44) Member variable "defaultException" must be all lower-case
(#53) Variable "baseNamespace" must be all lower-case
(#54) Variable "defaultException" must be all lower-case
(#57) Variable "baseNamespace" must be all lower-case
(#58) Variable "defaultException" must be all lower-case
(#64) Public method name "NamespaceExceptionFactory::fromResponse" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) Variable "className" must be all lower-case
(#70) Variable "className" must be all lower-case
(#71) Variable "className" must be all lower-case
(#74) Variable "className" must be all lower-case
(#74) Variable "className" must be all lower-case
(#74) Variable "className" must be all lower-case
(#76) Variable "className" must be all lower-case
(#89) Protected method name "NamespaceExceptionFactory::createException" must be in lower-case letters only
(#89) Variable "className" must be all lower-case
(#90) Opening brace should be on the same line as the declaration
(#91) Variable "className" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OutOfBoundsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OverflowException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Opening brace should be on the same line as the declaration
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Protected method name "AbstractJsonExceptionParser::doParse" must be in lower-case letters only
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#28) Opening brace should be on the same line as the declaration
(#65) Protected method name "DefaultXmlExceptionParser::parseHeaders" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
(#68) Variable "requestId" must be all lower-case
(#69) Variable "requestId" must be all lower-case
(#70) Variable "requestId" must be all lower-case
(#80) Protected method name "DefaultXmlExceptionParser::parseBody" must be in lower-case letters only
(#81) Opening brace should be on the same line as the declaration
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Variable "tempXml" must be all lower-case
(#94) Variable "tempXml" must be all lower-case
(#97) Variable "tempXml" must be all lower-case
(#98) Variable "tempXml" must be all lower-case
(#101) Variable "tempXml" must be all lower-case
(#102) Variable "tempXml" must be all lower-case
(#103) Variable "tempXml" must be all lower-case
(#105) Variable "tempXml" must be all lower-case
(#106) Variable "tempXml" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/ExceptionParserInterface.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Protected method name "JsonQueryExceptionParser::doParse" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonRestExceptionParser.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Protected method name "JsonRestExceptionParser::doParse" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RequiredExtensionNotLoadedException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RuntimeException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ServiceResponseException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#40) Member variable "requestId" must be all lower-case
(#45) Member variable "exceptionType" must be all lower-case
(#50) Member variable "exceptionCode" must be all lower-case
(#57) Public method name "ServiceResponseException::setExceptionCode" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#67) Public method name "ServiceResponseException::getExceptionCode" must be in lower-case letters only
(#68) Opening brace should be on the same line as the declaration
(#77) Public method name "ServiceResponseException::setExceptionType" must be in lower-case letters only
(#78) Opening brace should be on the same line as the declaration
(#87) Public method name "ServiceResponseException::getExceptionType" must be in lower-case letters only
(#88) Opening brace should be on the same line as the declaration
(#97) Public method name "ServiceResponseException::setRequestId" must be in lower-case letters only
(#98) Opening brace should be on the same line as the declaration
(#107) Public method name "ServiceResponseException::getRequestId" must be in lower-case letters only
(#108) Opening brace should be on the same line as the declaration
(#117) Public method name "ServiceResponseException::setResponse" must be in lower-case letters only
(#118) Opening brace should be on the same line as the declaration
(#127) Public method name "ServiceResponseException::getResponse" must be in lower-case letters only
(#128) Opening brace should be on the same line as the declaration
(#137) Public method name "ServiceResponseException::setRequest" must be in lower-case letters only
(#138) Opening brace should be on the same line as the declaration
(#147) Public method name "ServiceResponseException::getRequest" must be in lower-case letters only
(#148) Opening brace should be on the same line as the declaration
(#157) Public method name "ServiceResponseException::getStatusCode" must be in lower-case letters only
(#158) Opening brace should be on the same line as the declaration
(#168) Opening brace should be on the same line as the declaration
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#193) Public method name "ServiceResponseException::getAwsRequestId" must be in lower-case letters only
(#194) Opening brace should be on the same line as the declaration
(#205) Public method name "ServiceResponseException::getAwsErrorType" must be in lower-case letters only
(#206) Opening brace should be on the same line as the declaration
(#217) Public method name "ServiceResponseException::getAwsErrorCode" must be in lower-case letters only
(#218) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/TransferException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/UnexpectedValueException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/Facade.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Member variable "serviceBuilder" must be all lower-case
(#38) Public method name "Facade::mountFacades" must be in lower-case letters only
(#38) Variable "serviceBuilder" must be all lower-case
(#38) Variable "targetNamespace" must be all lower-case
(#39) Opening brace should be on the same line as the declaration
(#40) Variable "serviceBuilder" must be all lower-case
(#40) Variable "serviceBuilder" must be all lower-case
(#41) "require_once" must be immediately followed by an open parenthesis
(#42) Variable "serviceBuilder" must be all lower-case
(#44) Variable "facadeClass" must be all lower-case
(#45) Variable "facadeAlias" must be all lower-case
(#45) Variable "targetNamespace" must be all lower-case
(#46) Variable "facadeAlias" must be all lower-case
(#46) Variable "facadeClass" must be all lower-case
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Variable "facadeClass" must be all lower-case
(#48) Variable "facadeAlias" must be all lower-case
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Public method name "Facade::getClient" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#62) Variable "serviceBuilder" must be all lower-case
(#66) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/FacadeInterface.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Public method name "FacadeInterface::getServiceBuilderKey" must be in lower-case letters only
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/facade-classes.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Inline comments must start with a capital letter, digit or 3-dots sequence
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Public method name "AutoScaling::getServiceBuilderKey" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#37) Public method name "CloudFormation::getServiceBuilderKey" must be in lower-case letters only
(#38) Opening brace should be on the same line as the declaration
(#45) Public method name "CloudFront::getServiceBuilderKey" must be in lower-case letters only
(#46) Opening brace should be on the same line as the declaration
(#53) Public method name "CloudSearch::getServiceBuilderKey" must be in lower-case letters only
(#54) Opening brace should be on the same line as the declaration
(#61) Public method name "CloudTrail::getServiceBuilderKey" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#69) Public method name "CloudWatch::getServiceBuilderKey" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#77) Public method name "DataPipeline::getServiceBuilderKey" must be in lower-case letters only
(#78) Opening brace should be on the same line as the declaration
(#85) Public method name "DirectConnect::getServiceBuilderKey" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
(#93) Public method name "DynamoDb::getServiceBuilderKey" must be in lower-case letters only
(#94) Opening brace should be on the same line as the declaration
(#101) Public method name "Ec2::getServiceBuilderKey" must be in lower-case letters only
(#102) Opening brace should be on the same line as the declaration
(#109) Public method name "ElastiCache::getServiceBuilderKey" must be in lower-case letters only
(#110) Opening brace should be on the same line as the declaration
(#117) Public method name "ElasticBeanstalk::getServiceBuilderKey" must be in lower-case letters only
(#118) Opening brace should be on the same line as the declaration
(#125) Public method name "ElasticLoadBalancing::getServiceBuilderKey" must be in lower-case letters only
(#126) Opening brace should be on the same line as the declaration
(#133) Public method name "ElasticTranscoder::getServiceBuilderKey" must be in lower-case letters only
(#134) Opening brace should be on the same line as the declaration
(#141) Public method name "Emr::getServiceBuilderKey" must be in lower-case letters only
(#142) Opening brace should be on the same line as the declaration
(#149) Public method name "Glacier::getServiceBuilderKey" must be in lower-case letters only
(#150) Opening brace should be on the same line as the declaration
(#157) Public method name "Iam::getServiceBuilderKey" must be in lower-case letters only
(#158) Opening brace should be on the same line as the declaration
(#165) Public method name "ImportExport::getServiceBuilderKey" must be in lower-case letters only
(#166) Opening brace should be on the same line as the declaration
(#173) Public method name "Kinesis::getServiceBuilderKey" must be in lower-case letters only
(#174) Opening brace should be on the same line as the declaration
(#181) Public method name "OpsWorks::getServiceBuilderKey" must be in lower-case letters only
(#182) Opening brace should be on the same line as the declaration
(#189) Public method name "Rds::getServiceBuilderKey" must be in lower-case letters only
(#190) Opening brace should be on the same line as the declaration
(#197) Public method name "Redshift::getServiceBuilderKey" must be in lower-case letters only
(#198) Opening brace should be on the same line as the declaration
(#205) Public method name "Route53::getServiceBuilderKey" must be in lower-case letters only
(#206) Opening brace should be on the same line as the declaration
(#213) Public method name "S3::getServiceBuilderKey" must be in lower-case letters only
(#214) Opening brace should be on the same line as the declaration
(#221) Public method name "SimpleDb::getServiceBuilderKey" must be in lower-case letters only
(#222) Opening brace should be on the same line as the declaration
(#229) Public method name "Ses::getServiceBuilderKey" must be in lower-case letters only
(#230) Opening brace should be on the same line as the declaration
(#237) Public method name "Sns::getServiceBuilderKey" must be in lower-case letters only
(#238) Opening brace should be on the same line as the declaration
(#245) Public method name "Sqs::getServiceBuilderKey" must be in lower-case letters only
(#246) Opening brace should be on the same line as the declaration
(#253) Public method name "StorageGateway::getServiceBuilderKey" must be in lower-case letters only
(#254) Opening brace should be on the same line as the declaration
(#261) Public method name "Sts::getServiceBuilderKey" must be in lower-case letters only
(#262) Opening brace should be on the same line as the declaration
(#269) Public method name "Support::getServiceBuilderKey" must be in lower-case letters only
(#270) Opening brace should be on the same line as the declaration
(#277) Public method name "Swf::getServiceBuilderKey" must be in lower-case letters only
(#278) Opening brace should be on the same line as the declaration
(#283) Inline comments must start with a capital letter, digit or 3-dots sequence
(#283) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHash.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#39) Member variable "hashRaw" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#53) Public method name "ChunkHash::addData" must be in lower-case letters only
(#54) Opening brace should be on the same line as the declaration
(#67) Public method name "ChunkHash::getHash" must be in lower-case letters only
(#67) Variable "returnBinaryForm" must be all lower-case
(#68) Opening brace should be on the same line as the declaration
(#75) Variable "returnBinaryForm" must be all lower-case
(#82) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHashInterface.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#42) Public method name "ChunkHashInterface::addData" must be in lower-case letters only
(#51) Public method name "ChunkHashInterface::getHash" must be in lower-case letters only
(#51) Variable "returnBinaryForm" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/HashUtils.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Public method name "HashUtils::hexToBin" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Variable "useNative" must be all lower-case
(#37) Variable "useNative" must be all lower-case
(#38) Variable "useNative" must be all lower-case
(#41) Variable "useNative" must be all lower-case
(#45) Variable "useNative" must be all lower-case
(#55) Public method name "HashUtils::binToHex" must be in lower-case letters only
(#56) Opening brace should be on the same line as the declaration
(#68) Public method name "HashUtils::validateAlgorithm" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/TreeHash.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#47) Member variable "hashRaw" must be all lower-case
(#58) Public method name "TreeHash::fromChecksums" must be in lower-case letters only
(#58) Variable "inBinaryForm" must be all lower-case
(#59) Opening brace should be on the same line as the declaration
(#60) Variable "treeHash" must be all lower-case
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Variable "treeHash" must be all lower-case
(#63) Variable "inBinaryForm" must be all lower-case
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Variable "treeHash" must be all lower-case
(#68) Variable "treeHash" must be all lower-case
(#79) Public method name "TreeHash::fromContent" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
(#81) Variable "treeHash" must be all lower-case
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Variable "treeHash" must be all lower-case
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Variable "treeHash" must be all lower-case
(#92) Variable "treeHash" must be all lower-case
(#104) Public method name "TreeHash::validateChecksum" must be in lower-case letters only
(#105) Opening brace should be on the same line as the declaration
(#106) Variable "treeHash" must be all lower-case
(#108) Variable "treeHash" must be all lower-case
(#115) Opening brace should be on the same line as the declaration
(#125) Public method name "TreeHash::addData" must be in lower-case letters only
(#126) Opening brace should be on the same line as the declaration
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#152) Public method name "TreeHash::addChecksum" must be in lower-case letters only
(#152) Variable "inBinaryForm" must be all lower-case
(#153) Opening brace should be on the same line as the declaration
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) Variable "inBinaryForm" must be all lower-case
(#168) Public method name "TreeHash::getHash" must be in lower-case letters only
(#168) Variable "returnBinaryForm" must be all lower-case
(#169) Opening brace should be on the same line as the declaration
(#171) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) Variable "returnBinaryForm" must be all lower-case
(#191) Public method name "TreeHash::getChecksums" must be in lower-case letters only
(#192) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#38) Public method name "HostNameUtils::parseRegionName" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Variable "serviceAndRegion" must be all lower-case
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Variable "serviceAndRegion" must be all lower-case
(#48) Variable "separatorPos" must be all lower-case
(#48) Variable "serviceAndRegion" must be all lower-case
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Variable "separatorPos" must be all lower-case
(#55) Variable "serviceAndRegion" must be all lower-case
(#55) Variable "separatorPos" must be all lower-case
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Public method name "HostNameUtils::parseServiceName" must be in lower-case letters only
(#74) Opening brace should be on the same line as the declaration
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/InstanceMetadataClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#44) Opening brace should be on the same line as the declaration
(#61) Opening brace should be on the same line as the declaration
(#74) Public method name "InstanceMetadataClient::getInstanceProfileCredentials" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/Waiter/ServiceAvailable.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "maxAttempts" must be all lower-case
(#37) Public method name "ServiceAvailable::doWait" must be in lower-case letters only
(#38) Opening brace should be on the same line as the declaration
(#42) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIterator.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "lastResult" must be all lower-case
(#40) Public method name "AwsResourceIterator::getLastResult" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#51) Protected method name "AwsResourceIterator::sendRequest" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Protected method name "AwsResourceIterator::prepareRequest" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Variable "limitKey" must be all lower-case
(#79) Variable "limitKey" must be all lower-case
(#79) Variable "limitKey" must be all lower-case
(#80) Variable "pageSize" must be all lower-case
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Variable "pageSize" must be all lower-case
(#84) Variable "realLimit" must be all lower-case
(#84) Variable "pageSize" must be all lower-case
(#85) Variable "limitKey" must be all lower-case
(#85) Variable "realLimit" must be all lower-case
(#90) Protected method name "AwsResourceIterator::handleResults" must be in lower-case letters only
(#91) Opening brace should be on the same line as the declaration
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Variable "resultKey" must be all lower-case
(#96) Variable "resultKey" must be all lower-case
(#102) Protected method name "AwsResourceIterator::applyNextToken" must be in lower-case letters only
(#103) Opening brace should be on the same line as the declaration
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) Variable "tokenParam" must be all lower-case
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Variable "tokenParam" must be all lower-case
(#108) Variable "tokenParam" must be all lower-case
(#109) Variable "tokenParam" must be all lower-case
(#117) Variable "tokenParam" must be all lower-case
(#122) Protected method name "AwsResourceIterator::determineNextToken" must be in lower-case letters only
(#123) Opening brace should be on the same line as the declaration
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) Variable "moreKey" must be all lower-case
(#128) Variable "moreKey" must be all lower-case
(#128) Variable "moreKey" must be all lower-case
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) Variable "tokenKey" must be all lower-case
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Variable "tokenKey" must be all lower-case
(#134) Variable "tokenKey" must be all lower-case
(#138) Variable "tokenKey" must be all lower-case
(#154) Protected method name "AwsResourceIterator::getValueFromResult" must be in lower-case letters only
(#155) Opening brace should be on the same line as the declaration
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) Variable "keyParts" must be all lower-case
(#159) Variable "keyParts" must be all lower-case
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIteratorFactory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#19) Member variable "defaultIteratorConfig" must be all lower-case
(#30) Member variable "legacyConfigOptions" must be all lower-case
(#45) Member variable "primaryIteratorFactory" must be all lower-case
(#51) Variable "primaryIteratorFactory" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#53) Variable "primaryIteratorFactory" must be all lower-case
(#56) Variable "defaultIteratorConfig" must be all lower-case
(#61) Opening brace should be on the same line as the declaration
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Variable "commandName" must be all lower-case
(#64) Variable "commandSupported" must be all lower-case
(#64) Variable "commandName" must be all lower-case
(#66) Variable "commandSupported" must be all lower-case
(#66) Variable "commandName" must be all lower-case
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Usage of ELSEIF not allowed; use ELSE IF instead
(#71) Variable "commandSupported" must be all lower-case
(#72) Variable "commandName" must be all lower-case
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Public method name "AwsResourceIteratorFactory::canBuild" must be in lower-case letters only
(#82) Opening brace should be on the same line as the declaration
(#95) Private method name "AwsResourceIteratorFactory::translateLegacyConfigOptions" must be in lower-case letters only
(#96) Opening brace should be on the same line as the declaration
(#97) Variable "legacyConfigOptions" must be all lower-case
(#97) Variable "legacyOption" must be all lower-case
(#97) Variable "newOption" must be all lower-case
(#98) Variable "legacyOption" must be all lower-case
(#99) Variable "newOption" must be all lower-case
(#99) Variable "legacyOption" must be all lower-case
(#100) Variable "legacyOption" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransfer.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion
(#63) Member variable "partSize" must be all lower-case
(#94) method name "AbstractTransfer::__invoke" is invalid; only PHP magic methods should be prefixed with a double underscore
(#95) Opening brace should be on the same line as the declaration
(#102) Public method name "AbstractTransfer::getAllEvents" must be in lower-case letters only
(#103) Opening brace should be on the same line as the declaration
(#118) Opening brace should be on the same line as the declaration
(#133) Opening brace should be on the same line as the declaration
(#142) Public method name "AbstractTransfer::getState" must be in lower-case letters only
(#143) Opening brace should be on the same line as the declaration
(#152) Public method name "AbstractTransfer::getOptions" must be in lower-case letters only
(#153) Opening brace should be on the same line as the declaration
(#165) Public method name "AbstractTransfer::setOption" must be in lower-case letters only
(#166) Opening brace should be on the same line as the declaration
(#177) Public method name "AbstractTransfer::getSource" must be in lower-case letters only
(#178) Opening brace should be on the same line as the declaration
(#188) Opening brace should be on the same line as the declaration
(#194) Variable "eventData" must be all lower-case
(#195) Variable "eventData" must be all lower-case
(#199) Variable "eventData" must be all lower-case
(#205) Variable "eventData" must be all lower-case
(#221) Protected method name "AbstractTransfer::getEventData" must be in lower-case letters only
(#222) Opening brace should be on the same line as the declaration
(#242) Closing brace must be on a line by itself
(#250) Protected method name "AbstractTransfer::calculatePartSize" must be in lower-case letters only
(#269) Protected method name "AbstractTransfer::getAbortCommand" must be in lower-case letters only
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransferState.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Member variable "uploadId" must be all lower-case
(#46) Variable "uploadId" must be all lower-case
(#47) Opening brace should be on the same line as the declaration
(#48) Variable "uploadId" must be all lower-case
(#54) Public method name "AbstractTransferState::getUploadId" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#66) Public method name "AbstractTransferState::getFromId" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#76) Public method name "AbstractTransferState::getPart" must be in lower-case letters only
(#76) Variable "partNumber" must be all lower-case
(#77) Opening brace should be on the same line as the declaration
(#78) Variable "partNumber" must be all lower-case
(#78) Variable "partNumber" must be all lower-case
(#84) Public method name "AbstractTransferState::addPart" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#86) Variable "partNumber" must be all lower-case
(#87) Variable "partNumber" must be all lower-case
(#95) Public method name "AbstractTransferState::hasPart" must be in lower-case letters only
(#95) Variable "partNumber" must be all lower-case
(#96) Opening brace should be on the same line as the declaration
(#97) Variable "partNumber" must be all lower-case
(#103) Public method name "AbstractTransferState::getPartNumbers" must be in lower-case letters only
(#104) Opening brace should be on the same line as the declaration
(#111) Public method name "AbstractTransferState::setAborted" must be in lower-case letters only
(#112) Opening brace should be on the same line as the declaration
(#121) Public method name "AbstractTransferState::isAborted" must be in lower-case letters only
(#122) Opening brace should be on the same line as the declaration
(#130) Opening brace should be on the same line as the declaration
(#137) Public method name "AbstractTransferState::getIterator" must be in lower-case letters only
(#138) Opening brace should be on the same line as the declaration
(#146) Opening brace should be on the same line as the declaration
(#154) Opening brace should be on the same line as the declaration
(#156) Variable "oldValue" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#54) Public method name "AbstractUploadBuilder::newInstance" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#66) Public method name "AbstractUploadBuilder::setClient" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#83) Public method name "AbstractUploadBuilder::resumeFrom" must be in lower-case letters only
(#84) Opening brace should be on the same line as the declaration
(#100) Public method name "AbstractUploadBuilder::setSource" must be in lower-case letters only
(#101) Opening brace should be on the same line as the declaration
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Public method name "AbstractUploadBuilder::setHeaders" must be in lower-case letters only
(#129) Opening brace should be on the same line as the declaration
(#147) Protected method name "AbstractUploadBuilder::initiateMultipartUpload" must be in lower-case letters only
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadId.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Member variable "expectedValues" must be all lower-case
(#39) Public method name "AbstractUploadId::fromParams" must be in lower-case letters only
(#40) Opening brace should be on the same line as the declaration
(#41) Variable "uploadId" must be all lower-case
(#42) Variable "uploadId" must be all lower-case
(#44) Variable "uploadId" must be all lower-case
(#50) Public method name "AbstractUploadId::toParams" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#59) Opening brace should be on the same line as the declaration
(#67) Opening brace should be on the same line as the declaration
(#78) Protected method name "AbstractUploadId::loadData" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
(#80) Variable "expectedValues" must be all lower-case
(#80) Variable "expectedValues" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Member variable "keyMap" must be all lower-case
(#34) Member variable "partNumber" must be all lower-case
(#39) Public method name "AbstractUploadPart::fromArray" must be in lower-case letters only
(#40) Opening brace should be on the same line as the declaration
(#50) Public method name "AbstractUploadPart::getPartNumber" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#58) Public method name "AbstractUploadPart::toArray" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#61) Variable "keyMap" must be all lower-case
(#72) Opening brace should be on the same line as the declaration
(#80) Opening brace should be on the same line as the declaration
(#91) Protected method name "AbstractUploadPart::loadData" must be in lower-case letters only
(#92) Opening brace should be on the same line as the declaration
(#93) Variable "keyMap" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferInterface.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#46) Public method name "TransferInterface::getState" must be in lower-case letters only
(#65) Public method name "TransferInterface::setOption" must be in lower-case letters only
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferStateInterface.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#34) Public method name "TransferStateInterface::fromUploadId" must be in lower-case letters only
(#34) Variable "uploadId" must be all lower-case
(#41) Public method name "TransferStateInterface::getUploadId" must be in lower-case letters only
(#50) Public method name "TransferStateInterface::getPart" must be in lower-case letters only
(#50) Variable "partNumber" must be all lower-case
(#59) Public method name "TransferStateInterface::addPart" must be in lower-case letters only
(#68) Public method name "TransferStateInterface::hasPart" must be in lower-case letters only
(#68) Variable "partNumber" must be all lower-case
(#75) Public method name "TransferStateInterface::getPartNumbers" must be in lower-case letters only
(#84) Public method name "TransferStateInterface::setAborted" must be in lower-case letters only
(#91) Public method name "TransferStateInterface::isAborted" must be in lower-case letters only
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadIdInterface.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Public method name "UploadIdInterface::fromParams" must be in lower-case letters only
(#38) Public method name "UploadIdInterface::toParams" must be in lower-case letters only
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadPartInterface.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Public method name "UploadPartInterface::fromArray" must be in lower-case letters only
(#38) Public method name "UploadPartInterface::getPartNumber" must be in lower-case letters only
(#45) Public method name "UploadPartInterface::toArray" must be in lower-case letters only
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/aws-config.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/public-endpoints.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/sdk1-config.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/RulesEndpointProvider.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Opening brace should be on the same line as the declaration
(#27) Public method name "RulesEndpointProvider::fromDefaults" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
(#29) "require" must be immediately followed by an open parenthesis
(#32) method name "RulesEndpointProvider::__invoke" is invalid; only PHP magic methods should be prefixed with a double underscore
(#33) Opening brace should be on the same line as the declaration
(#52) Opening brace should be on the same line as the declaration
(#63) Private method name "RulesEndpointProvider::getKeys" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/AbstractSignature.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Protected method name "AbstractSignature::getTimestamp" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#37) Public method name "AbstractSignature::createPresignedUrl" must be in lower-case letters only
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/EndpointSignatureInterface.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#23) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Public method name "EndpointSignatureInterface::setServiceName" must be in lower-case letters only
(#41) Public method name "EndpointSignatureInterface::setRegionName" must be in lower-case letters only
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureInterface.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#36) Public method name "SignatureInterface::signRequest" must be in lower-case letters only
(#47) Public method name "SignatureInterface::createPresignedUrl" must be in lower-case letters only
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureListener.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#47) Opening brace should be on the same line as the declaration
(#55) Public method name "SignatureListener::getSubscribedEvents" must be in lower-case letters only
(#56) Opening brace should be on the same line as the declaration
(#68) Public method name "SignatureListener::onCredentialsChanged" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#78) Public method name "SignatureListener::onRequestBeforeSend" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
(#81) Expected 1 space before "?"; newline found
(#82) Expected 1 space before ":"; newline found
(#84) Expected "if (...) {\n"; found "if(...) {\n"
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV2.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#28) Public method name "SignatureV2::signRequest" must be in lower-case letters only
(#29) Opening brace should be on the same line as the declaration
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Public method name "SignatureV2::addParameter" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#90) Private method name "SignatureV2::getCanonicalizedParameterString" must be in lower-case letters only
(#91) Opening brace should be on the same line as the declaration
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV3Https.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Public method name "SignatureV3Https::signRequest" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Variable "stringToSign" must be all lower-case
(#43) Variable "stringToSign" must be all lower-case
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Variable "stringToSign" must be all lower-case
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Variable "headerFormat" must be all lower-case
(#50) Variable "headerFormat" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#33) Expected MOODLE_INTERNAL check or config.php inclusion
(#39) Member variable "serviceName" must be all lower-case
(#42) Member variable "regionName" must be all lower-case
(#45) Member variable "maxCacheSize" must be all lower-case
(#48) Member variable "hashCache" must be all lower-case
(#51) Member variable "cacheSize" must be all lower-case
(#57) Variable "serviceName" must be all lower-case
(#57) Variable "regionName" must be all lower-case
(#58) Opening brace should be on the same line as the declaration
(#59) Variable "serviceName" must be all lower-case
(#60) Variable "regionName" must be all lower-case
(#70) Public method name "SignatureV4::setServiceName" must be in lower-case letters only
(#71) Opening brace should be on the same line as the declaration
(#84) Public method name "SignatureV4::setRegionName" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#98) Public method name "SignatureV4::setMaxCacheSize" must be in lower-case letters only
(#98) Variable "maxCacheSize" must be all lower-case
(#99) Opening brace should be on the same line as the declaration
(#100) Variable "maxCacheSize" must be all lower-case
(#105) Public method name "SignatureV4::signRequest" must be in lower-case letters only
(#106) Opening brace should be on the same line as the declaration
(#108) Variable "longDate" must be all lower-case
(#109) Variable "shortDate" must be all lower-case
(#109) Variable "longDate" must be all lower-case
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Variable "longDate" must be all lower-case
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Variable "credentialScope" must be all lower-case
(#135) Variable "shortDate" must be all lower-case
(#137) Variable "signingContext" must be all lower-case
(#138) Variable "signingContext" must be all lower-case
(#139) Variable "longDate" must be all lower-case
(#140) Variable "credentialScope" must be all lower-case
(#141) Variable "signingContext" must be all lower-case
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) Variable "signingKey" must be all lower-case
(#145) Variable "shortDate" must be all lower-case
(#146) Variable "signingContext" must be all lower-case
(#146) Variable "signingKey" must be all lower-case
(#150) Variable "signingContext" must be all lower-case
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) Variable "signingContext" must be all lower-case
(#156) Public method name "SignatureV4::createPresignedUrl" must be in lower-case letters only
(#163) Variable "httpDate" must be all lower-case
(#164) Variable "shortDate" must be all lower-case
(#164) Variable "httpDate" must be all lower-case
(#166) Variable "shortDate" must be all lower-case
(#173) Variable "stringToSign" must be all lower-case
(#174) Variable "httpDate" must be all lower-case
(#179) Variable "shortDate" must be all lower-case
(#184) Variable "stringToSign" must be all lower-case
(#200) Public method name "SignatureV4::convertPostToGet" must be in lower-case letters only
(#201) Opening brace should be on the same line as the declaration
(#208) Space found before object operator
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#225) Protected method name "SignatureV4::getPayload" must be in lower-case letters only
(#226) Opening brace should be on the same line as the declaration
(#227) Inline comments must end in full-stops, exclamation marks, or question marks
(#229) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) Usage of ELSEIF not allowed; use ELSE IF instead
(#251) Protected method name "SignatureV4::getPresignedPayload" must be in lower-case letters only
(#252) Opening brace should be on the same line as the declaration
(#256) Protected method name "SignatureV4::createCanonicalizedPath" must be in lower-case letters only
(#257) Opening brace should be on the same line as the declaration
(#258) Variable "doubleEncoded" must be all lower-case
(#260) Variable "doubleEncoded" must be all lower-case
(#263) Private method name "SignatureV4::createStringToSign" must be in lower-case letters only
(#263) Variable "longDate" must be all lower-case
(#263) Variable "credentialScope" must be all lower-case
(#264) Opening brace should be on the same line as the declaration
(#265) Variable "longDate" must be all lower-case
(#269) Private method name "SignatureV4::createPresignedRequest" must be in lower-case letters only
(#280) Space found before object operator
(#281) Inline comments must end in full-stops, exclamation marks, or question marks
(#289) Inline comments must end in full-stops, exclamation marks, or question marks
(#311) Private method name "SignatureV4::createSigningContext" must be in lower-case letters only
(#312) Opening brace should be on the same line as the declaration
(#319) Inline comments must end in full-stops, exclamation marks, or question marks
(#324) Variable "canonHeaders" must be all lower-case
(#336) Variable "canonHeaders" must be all lower-case
(#340) Variable "canonHeaders" must be all lower-case
(#341) Variable "signedHeadersString" must be all lower-case
(#341) Variable "canonHeaders" must be all lower-case
(#342) Variable "canonHeaders" must be all lower-case
(#343) Variable "signedHeadersString" must be all lower-case
(#348) Variable "signedHeadersString" must be all lower-case
(#363) Private method name "SignatureV4::getSigningKey" must be in lower-case letters only
(#363) Variable "shortDate" must be all lower-case
(#363) Variable "secretKey" must be all lower-case
(#364) Opening brace should be on the same line as the declaration
(#365) Variable "cacheKey" must be all lower-case
(#365) Variable "shortDate" must be all lower-case
(#365) Variable "secretKey" must be all lower-case
(#367) Inline comments must end in full-stops, exclamation marks, or question marks
(#368) Variable "cacheKey" must be all lower-case
(#369) Inline comments must end in full-stops, exclamation marks, or question marks
(#374) Variable "dateKey" must be all lower-case
(#374) Variable "shortDate" must be all lower-case
(#374) Variable "secretKey" must be all lower-case
(#375) Variable "regionKey" must be all lower-case
(#375) Variable "dateKey" must be all lower-case
(#376) Variable "serviceKey" must be all lower-case
(#376) Variable "regionKey" must be all lower-case
(#377) Variable "cacheKey" must be all lower-case
(#377) Variable "serviceKey" must be all lower-case
(#380) Variable "cacheKey" must be all lower-case
(#389) Private method name "SignatureV4::getCanonicalizedQueryString" must be in lower-case letters only
(#390) Opening brace should be on the same line as the declaration
(#391) Variable "queryParams" must be all lower-case
(#392) Variable "queryParams" must be all lower-case
(#393) Variable "queryParams" must be all lower-case
(#398) Variable "queryParams" must be all lower-case
(#399) Variable "queryParams" must be all lower-case
(#402) Usage of ELSEIF not allowed; use ELSE IF instead
(#404) Usage of ELSEIF not allowed; use ELSE IF instead
(#419) Private method name "SignatureV4::convertExpires" must be in lower-case letters only
(#420) Opening brace should be on the same line as the declaration
(#423) Usage of ELSEIF not allowed; use ELSE IF instead
(#429) Inline comments must end in full-stops, exclamation marks, or question marks
(#439) Private method name "SignatureV4::createScope" must be in lower-case letters only
(#439) Variable "shortDate" must be all lower-case
(#440) Opening brace should be on the same line as the declaration
(#441) Variable "shortDate" must be all lower-case
(#447) Private method name "SignatureV4::addQueryValues" must be in lower-case letters only
(#455) Inline comments must end in full-stops, exclamation marks, or question marks
(#457) Space found before object operator
(#458) Space found before object operator
(#459) Space found before object operator
(#460) Space found before object operator
(#461) Space found before object operator
(#464) Private method name "SignatureV4::moveHeadersToQuery" must be in lower-case letters only
(#465) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractResourceWaiter.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#35) Public method name "AbstractResourceWaiter::setClient" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
(#46) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractWaiter.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Public method name "AbstractWaiter::getAllEvents" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Public method name "AbstractWaiter::getMaxAttempts" must be in lower-case letters only
(#49) Opening brace should be on the same line as the declaration
(#58) Public method name "AbstractWaiter::getInterval" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#66) Public method name "AbstractWaiter::setMaxAttempts" must be in lower-case letters only
(#66) Variable "maxAttempts" must be all lower-case
(#67) Opening brace should be on the same line as the declaration
(#68) Variable "maxAttempts" must be all lower-case
(#76) Public method name "AbstractWaiter::setInterval" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#90) Public method name "AbstractWaiter::setConfig" must be in lower-case letters only
(#91) Opening brace should be on the same line as the declaration
(#111) Opening brace should be on the same line as the declaration
(#145) Protected method name "AbstractWaiter::doWait" must be in lower-case letters only
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CallableWaiter.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#45) Public method name "CallableWaiter::setCallable" must be in lower-case letters only
(#46) Opening brace should be on the same line as the declaration
(#64) Public method name "CallableWaiter::setContext" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#74) Public method name "CallableWaiter::doWait" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CompositeWaiterFactory.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#35) Opening brace should be on the same line as the declaration
(#43) Opening brace should be on the same line as the declaration
(#54) Public method name "CompositeWaiterFactory::canBuild" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#66) Public method name "CompositeWaiterFactory::addFactory" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#80) Protected method name "CompositeWaiterFactory::getFactory" must be in lower-case letters only
(#81) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ConfigResourceWaiter.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Member variable "waiterConfig" must be all lower-case
(#38) Variable "waiterConfig" must be all lower-case
(#39) Opening brace should be on the same line as the declaration
(#40) Variable "waiterConfig" must be all lower-case
(#41) Variable "waiterConfig" must be all lower-case
(#42) Variable "waiterConfig" must be all lower-case
(#48) Public method name "ConfigResourceWaiter::setConfig" must be in lower-case letters only
(#49) Opening brace should be on the same line as the declaration
(#72) Public method name "ConfigResourceWaiter::getWaiterConfig" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#80) Protected method name "ConfigResourceWaiter::doWait" must be in lower-case letters only
(#81) Opening brace should be on the same line as the declaration
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Protected method name "ConfigResourceWaiter::checkErrorAcceptor" must be in lower-case letters only
(#129) Opening brace should be on the same line as the declaration
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Protected method name "ConfigResourceWaiter::checkResult" must be in lower-case letters only
(#150) Opening brace should be on the same line as the declaration
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#164) Variable "failureValue" must be all lower-case
(#165) Variable "failureValue" must be all lower-case
(#167) Variable "failureValue" must be all lower-case
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) Inline comments must start with a capital letter, digit or 3-dots sequence
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) Protected method name "ConfigResourceWaiter::checkPath" must be in lower-case letters only
(#196) Variable "checkValue" must be all lower-case
(#197) Opening brace should be on the same line as the declaration
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) Variable "checkValue" must be all lower-case
(#218) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ResourceWaiterInterface.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Public method name "ResourceWaiterInterface::setClient" must be in lower-case letters only
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterClassFactory.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#45) Opening brace should be on the same line as the declaration
(#57) Public method name "WaiterClassFactory::registerNamespace" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#68) Opening brace should be on the same line as the declaration
(#69) Variable "className" must be all lower-case
(#73) Variable "className" must be all lower-case
(#79) Public method name "WaiterClassFactory::canBuild" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
(#91) Protected method name "WaiterClassFactory::getClassName" must be in lower-case letters only
(#92) Opening brace should be on the same line as the declaration
(#93) Variable "waiterName" must be all lower-case
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Variable "className" must be all lower-case
(#98) Variable "potentialClassName" must be all lower-case
(#98) Variable "waiterName" must be all lower-case
(#99) Variable "potentialClassName" must be all lower-case
(#100) Variable "potentialClassName" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfig.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#43) Opening brace should be on the same line as the declaration
(#51) Protected method name "WaiterConfig::extractConfig" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfigFactory.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#54) Opening brace should be on the same line as the declaration
(#61) Public method name "WaiterConfigFactory::canBuild" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#74) Protected method name "WaiterConfigFactory::getWaiterConfig" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#80) Inline comments must start with a capital letter, digit or 3-dots sequence
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Variable "parentWaiter" must be all lower-case
(#88) Variable "parentWaiter" must be all lower-case
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterFactoryInterface.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#40) Public method name "WaiterFactoryInterface::canBuild" must be in lower-case letters only
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterInterface.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#34) Public method name "WaiterInterface::setMaxAttempts" must be in lower-case letters only
(#34) Variable "maxAttempts" must be all lower-case
(#43) Public method name "WaiterInterface::setInterval" must be in lower-case letters only
(#52) Public method name "WaiterInterface::setConfig" must be in lower-case letters only
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ConfigService/ConfigServiceClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#35) Line exceeds 132 characters; contains 134 characters
(#37) Line exceeds 132 characters; contains 136 characters
(#44) Line exceeds 132 characters; contains 134 characters
(#53) Line exceeds 132 characters; contains 173 characters
(#58) Expected MOODLE_INTERNAL check or config.php inclusion
(#73) Opening brace should be on the same line as the declaration
(#75) Space found before object operator
(#76) Space found before object operator
(#80) Space found before object operator
(#81) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ConfigService/Exception/ConfigServiceException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ConfigService/Resources/configservice-2014-11-12.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#58) Line exceeds 132 characters; contains 145 characters
(#97) Line exceeds 132 characters; contains 134 characters
(#136) Line exceeds 132 characters; contains 169 characters
(#192) Line exceeds 132 characters; contains 140 characters
(#196) Line exceeds 132 characters; contains 145 characters
(#253) Line exceeds 132 characters; contains 140 characters
(#257) Line exceeds 132 characters; contains 176 characters
(#296) Line exceeds 132 characters; contains 145 characters
(#339) Line exceeds 132 characters; contains 145 characters
(#544) Line exceeds 132 characters; contains 140 characters
(#548) Line exceeds 132 characters; contains 176 characters
(#552) Line exceeds 132 characters; contains 145 characters
(#606) Line exceeds 132 characters; contains 140 characters
(#668) Line exceeds 132 characters; contains 140 characters
(#742) Line exceeds 132 characters; contains 136 characters
(#750) Line exceeds 132 characters; contains 176 characters
(#754) Line exceeds 132 characters; contains 169 characters
(#826) Line exceeds 132 characters; contains 176 characters
(#830) Line exceeds 132 characters; contains 169 characters
(#944) Line exceeds 132 characters; contains 140 characters
(#948) Line exceeds maximum limit of 180 characters; contains 202 characters
(#1023) Line exceeds maximum limit of 180 characters; contains 189 characters
(#1084) Line exceeds 132 characters; contains 169 characters
(#1176) Line exceeds 132 characters; contains 140 characters
(#1184) Line exceeds 132 characters; contains 145 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DataPipeline/DataPipelineClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#49) Line exceeds 132 characters; contains 151 characters
(#50) Line exceeds 132 characters; contains 155 characters
(#51) Line exceeds 132 characters; contains 159 characters
(#52) Line exceeds 132 characters; contains 149 characters
(#57) Expected MOODLE_INTERNAL check or config.php inclusion
(#70) Opening brace should be on the same line as the declaration
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Space found before object operator
(#74) Space found before object operator
(#78) Space found before object operator
(#79) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DataPipeline/Enum/WorkStatus.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DataPipeline/Exception/DataPipelineException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DataPipeline/Exception/InternalServiceErrorException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DataPipeline/Exception/InvalidRequestException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 215 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DataPipeline/Exception/PipelineDeletedException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DataPipeline/Exception/PipelineNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DataPipeline/Exception/TaskNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DataPipeline/Resources/datapipeline-2012-10-29.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#112) Line exceeds 132 characters; contains 135 characters
(#124) Line exceeds maximum limit of 180 characters; contains 248 characters
(#184) Line exceeds maximum limit of 180 characters; contains 248 characters
(#188) Line exceeds 132 characters; contains 135 characters
(#261) Line exceeds maximum limit of 180 characters; contains 248 characters
(#301) Line exceeds 132 characters; contains 135 characters
(#313) Line exceeds maximum limit of 180 characters; contains 248 characters
(#348) Line exceeds 132 characters; contains 135 characters
(#356) Line exceeds maximum limit of 180 characters; contains 248 characters
(#414) Line exceeds maximum limit of 180 characters; contains 248 characters
(#418) Line exceeds 132 characters; contains 135 characters
(#461) Line exceeds 132 characters; contains 135 characters
(#473) Line exceeds maximum limit of 180 characters; contains 248 characters
(#527) Line exceeds maximum limit of 180 characters; contains 248 characters
(#531) Line exceeds 132 characters; contains 135 characters
(#578) Line exceeds maximum limit of 180 characters; contains 248 characters
(#582) Line exceeds 132 characters; contains 135 characters
(#623) Line exceeds maximum limit of 180 characters; contains 248 characters
(#678) Line exceeds maximum limit of 180 characters; contains 248 characters
(#817) Line exceeds maximum limit of 180 characters; contains 248 characters
(#821) Line exceeds 132 characters; contains 135 characters
(#898) Line exceeds 132 characters; contains 135 characters
(#910) Line exceeds maximum limit of 180 characters; contains 248 characters
(#958) Line exceeds maximum limit of 180 characters; contains 248 characters
(#962) Line exceeds 132 characters; contains 135 characters
(#1027) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1035) Line exceeds 132 characters; contains 135 characters
(#1087) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1137) Line exceeds 132 characters; contains 135 characters
(#1149) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1209) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1213) Line exceeds 132 characters; contains 135 characters
(#1352) Line exceeds maximum limit of 180 characters; contains 248 characters
(#1356) Line exceeds 132 characters; contains 135 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DeviceFarm/DeviceFarmClient.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#47) Line exceeds 132 characters; contains 151 characters
(#48) Line exceeds 132 characters; contains 155 characters
(#49) Line exceeds 132 characters; contains 147 characters
(#50) Line exceeds 132 characters; contains 141 characters
(#51) Line exceeds 132 characters; contains 149 characters
(#52) Line exceeds 132 characters; contains 141 characters
(#53) Line exceeds 132 characters; contains 147 characters
(#54) Line exceeds 132 characters; contains 145 characters
(#55) Line exceeds 132 characters; contains 143 characters
(#56) Line exceeds 132 characters; contains 161 characters
(#57) Line exceeds 132 characters; contains 147 characters
(#62) Expected MOODLE_INTERNAL check or config.php inclusion
(#77) Opening brace should be on the same line as the declaration
(#79) Space found before object operator
(#80) Space found before object operator
(#84) Space found before object operator
(#85) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DeviceFarm/Exception/DeviceFarmException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DeviceFarm/Resources/devicefarm-2015-06-23.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DirectConnect/DirectConnectClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#49) Line exceeds 132 characters; contains 163 characters
(#50) Line exceeds maximum limit of 180 characters; contains 191 characters
(#51) Line exceeds 132 characters; contains 167 characters
(#52) Line exceeds 132 characters; contains 159 characters
(#53) Line exceeds 132 characters; contains 171 characters
(#54) Line exceeds 132 characters; contains 175 characters
(#59) Expected MOODLE_INTERNAL check or config.php inclusion
(#72) Opening brace should be on the same line as the declaration
(#74) Space found before object operator
(#75) Space found before object operator
(#79) Space found before object operator
(#80) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DirectConnect/Enum/ConnectionState.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DirectConnect/Enum/InterconnectState.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DirectConnect/Enum/StepState.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DirectConnect/Enum/VirtualInterfaceState.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DirectConnect/Exception/DirectConnectClientException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DirectConnect/Exception/DirectConnectException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DirectConnect/Exception/DirectConnectServerException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DirectConnect/Resources/directconnect-2012-10-25.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#118) Line exceeds 132 characters; contains 151 characters
(#122) Line exceeds 132 characters; contains 145 characters
(#189) Line exceeds 132 characters; contains 151 characters
(#193) Line exceeds 132 characters; contains 145 characters
(#275) Line exceeds 132 characters; contains 151 characters
(#279) Line exceeds 132 characters; contains 145 characters
(#313) Line exceeds 132 characters; contains 151 characters
(#317) Line exceeds 132 characters; contains 145 characters
(#356) Line exceeds 132 characters; contains 151 characters
(#360) Line exceeds 132 characters; contains 145 characters
(#394) Line exceeds 132 characters; contains 151 characters
(#398) Line exceeds 132 characters; contains 145 characters
(#442) Line exceeds 132 characters; contains 151 characters
(#446) Line exceeds 132 characters; contains 145 characters
(#490) Line exceeds 132 characters; contains 151 characters
(#494) Line exceeds 132 characters; contains 145 characters
(#560) Line exceeds 132 characters; contains 151 characters
(#564) Line exceeds 132 characters; contains 145 characters
(#641) Line exceeds 132 characters; contains 151 characters
(#645) Line exceeds 132 characters; contains 145 characters
(#679) Line exceeds 132 characters; contains 151 characters
(#683) Line exceeds 132 characters; contains 145 characters
(#717) Line exceeds 132 characters; contains 151 characters
(#721) Line exceeds 132 characters; contains 145 characters
(#755) Line exceeds 132 characters; contains 151 characters
(#759) Line exceeds 132 characters; contains 145 characters
(#792) Line exceeds 132 characters; contains 151 characters
(#796) Line exceeds 132 characters; contains 145 characters
(#830) Line exceeds 132 characters; contains 151 characters
(#834) Line exceeds 132 characters; contains 145 characters
(#867) Line exceeds 132 characters; contains 151 characters
(#871) Line exceeds 132 characters; contains 145 characters
(#900) Line exceeds 132 characters; contains 151 characters
(#904) Line exceeds 132 characters; contains 145 characters
(#933) Line exceeds 132 characters; contains 151 characters
(#937) Line exceeds 132 characters; contains 145 characters
(#974) Line exceeds 132 characters; contains 151 characters
(#978) Line exceeds 132 characters; contains 145 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DirectoryService/DirectoryServiceClient.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#36) Expected MOODLE_INTERNAL check or config.php inclusion
(#51) Opening brace should be on the same line as the declaration
(#53) Space found before object operator
(#54) Space found before object operator
(#58) Space found before object operator
(#59) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DirectoryService/Exception/DirectoryServiceException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DirectoryService/Resources/directoryservice-2015-04-16.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#94) Line exceeds maximum limit of 180 characters; contains 195 characters
(#328) Line exceeds maximum limit of 180 characters; contains 195 characters
(#386) Line exceeds maximum limit of 180 characters; contains 203 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Crc32ErrorChecker.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#35) Opening brace should be on the same line as the declaration
(#44) Public method name "Crc32ErrorChecker::makesDecision" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#52) Protected method name "Crc32ErrorChecker::getDelay" must be in lower-case letters only
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/DynamoDbClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#53) Line exceeds 132 characters; contains 141 characters
(#54) Line exceeds 132 characters; contains 144 characters
(#55) Line exceeds 132 characters; contains 149 characters
(#56) Line exceeds 132 characters; contains 145 characters
(#57) Line exceeds 132 characters; contains 135 characters
(#58) Line exceeds 132 characters; contains 133 characters
(#63) Expected MOODLE_INTERNAL check or config.php inclusion
(#76) Opening brace should be on the same line as the declaration
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Variable "exceptionParser" must be all lower-case
(#84) Variable "exceptionParser" must be all lower-case
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Space found before object operator
(#92) Space found before object operator
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Space found before object operator
(#100) Variable "exceptionParser" must be all lower-case
(#101) Space found before object operator
(#112) Public method name "DynamoDbClient::createDynamoDbBackoffStrategy" must be in lower-case letters only
(#112) Variable "exceptionParser" must be all lower-case
(#113) Opening brace should be on the same line as the declaration
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Variable "exceptionParser" must be all lower-case
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Variable "exceptionParser" must be all lower-case
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Public method name "DynamoDbClient::formatValue" must be in lower-case letters only
(#143) Opening brace should be on the same line as the declaration
(#157) Public method name "DynamoDbClient::formatAttributes" must be in lower-case letters only
(#158) Opening brace should be on the same line as the declaration
(#177) Public method name "DynamoDbClient::calculateRetryDelay" must be in lower-case letters only
(#178) Opening brace should be on the same line as the declaration
(#190) Public method name "DynamoDbClient::registerSessionHandler" must be in lower-case letters only
(#191) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/DynamoDbCommand.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Opening brace should be on the same line as the declaration
(#18) Variable "uaAppend" must be all lower-case
(#25) Variable "uaAppend" must be all lower-case
(#29) Opening brace should be on the same line as the declaration
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Opening brace should be on the same line as the declaration
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Public method name "DynamoDbCommand::marshalAttributes" must be in lower-case letters only
(#56) Opening brace should be on the same line as the declaration
(#61) Usage of ELSEIF not allowed; use ELSE IF instead
(#63) Usage of ELSEIF not allowed; use ELSE IF instead
(#65) Usage of ELSEIF not allowed; use ELSE IF instead
(#67) Usage of ELSEIF not allowed; use ELSE IF instead
(#84) Public method name "DynamoDbCommand::unmarshalAttributes" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#90) Usage of ELSEIF not allowed; use ELSE IF instead
(#92) Usage of ELSEIF not allowed; use ELSE IF instead
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Enum/AttributeAction.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Enum/AttributeType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Enum/ComparisonOperator.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Enum/IndexStatus.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Enum/KeyType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Enum/ProjectionType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Enum/ReturnConsumedCapacity.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Enum/ReturnItemCollectionMetrics.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Enum/ReturnValue.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Enum/ScalarAttributeType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Enum/Select.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Enum/TableStatus.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Enum/Type.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/AccessDeniedException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/ConditionalCheckFailedException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/DynamoDbException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/IncompleteSignatureException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/InternalFailureException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/InternalServerErrorException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/ItemCollectionSizeLimitExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/LimitExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 388 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/MissingAuthenticationTokenException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/ProvisionedThroughputExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 447 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/ResourceInUseException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 178 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/ResourceNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 140 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/ServiceUnavailableException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/ThrottlingException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/UnprocessedWriteRequestsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#35) Variable "unprocessedItems" must be all lower-case
(#36) Opening brace should be on the same line as the declaration
(#40) Variable "unprocessedItems" must be all lower-case
(#40) Variable "unprocessedItem" must be all lower-case
(#41) Variable "unprocessedItem" must be all lower-case
(#52) Public method name "UnprocessedWriteRequestsException::addItem" must be in lower-case letters only
(#52) Variable "unprocessedItem" must be all lower-case
(#53) Opening brace should be on the same line as the declaration
(#54) Variable "unprocessedItem" must be all lower-case
(#65) Opening brace should be on the same line as the declaration
(#74) Public method name "UnprocessedWriteRequestsException::getIterator" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/UnrecognizedClientException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/ValidationException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Iterator/ItemIterator.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion
(#41) Public method name "ItemIterator::fromResult" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#62) Opening brace should be on the same line as the declaration
(#73) Public method name "ItemIterator::getFirst" must be in lower-case letters only
(#74) Opening brace should be on the same line as the declaration
(#85) Opening brace should be on the same line as the declaration
(#90) Opening brace should be on the same line as the declaration
(#94) Public method name "ItemIterator::toArray" must be in lower-case letters only
(#95) Opening brace should be on the same line as the declaration
(#107) Protected method name "ItemIterator::processAttribute" must be in lower-case letters only
(#108) Opening brace should be on the same line as the declaration
(#113) Usage of ELSEIF not allowed; use ELSE IF instead
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Iterator/ScanIterator.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Member variable "scannedCount" must be all lower-case
(#40) Public method name "ScanIterator::getScannedCount" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#51) Protected method name "ScanIterator::handleResults" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Marshaler.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Public method name "Marshaler::marshalJson" must be in lower-case letters only
(#22) Opening brace should be on the same line as the declaration
(#41) Public method name "Marshaler::marshalItem" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#55) Public method name "Marshaler::marshalValue" must be in lower-case letters only
(#56) Opening brace should be on the same line as the declaration
(#60) Usage of ELSEIF not allowed; use ELSE IF instead
(#63) Usage of ELSEIF not allowed; use ELSE IF instead
(#65) Usage of ELSEIF not allowed; use ELSE IF instead
(#68) Usage of ELSEIF not allowed; use ELSE IF instead
(#74) Variable "expectedIndex" must be all lower-case
(#77) Variable "expectedIndex" must be all lower-case
(#88) Expected 1 space before "?"; newline found
(#89) Expected 1 space before ":"; newline found
(#105) Public method name "Marshaler::unmarshalJson" must be in lower-case letters only
(#105) Variable "jsonEncodeFlags" must be all lower-case
(#106) Opening brace should be on the same line as the declaration
(#109) Variable "jsonEncodeFlags" must be all lower-case
(#122) Public method name "Marshaler::unmarshalItem" must be in lower-case letters only
(#123) Opening brace should be on the same line as the declaration
(#138) Public method name "Marshaler::unmarshalValue" must be in lower-case letters only
(#138) Variable "mapAsObject" must be all lower-case
(#139) Opening brace should be on the same line as the declaration
(#159) Variable "mapAsObject" must be all lower-case
(#162) Variable "mapAsObject" must be all lower-case
(#166) Line indented incorrectly; expected at least 16 spaces, found 12
(#169) Variable "mapAsObject" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Model/Attribute.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion
(#77) Opening brace should be on the same line as the declaration
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Usage of ELSEIF not allowed; use ELSE IF instead
(#88) Usage of ELSEIF not allowed; use ELSE IF instead
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Usage of ELSEIF not allowed; use ELSE IF instead
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) Usage of ELSEIF not allowed; use ELSE IF instead
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Usage of ELSEIF not allowed; use ELSE IF instead
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Variable "setType" must be all lower-case
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Variable "subValue" must be all lower-case
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Variable "subAttribute" must be all lower-case
(#115) Variable "subValue" must be all lower-case
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Variable "setType" must be all lower-case
(#119) Variable "setType" must be all lower-case
(#119) Variable "subAttribute" must be all lower-case
(#120) Usage of ELSEIF not allowed; use ELSE IF instead
(#120) Variable "setType" must be all lower-case
(#120) Variable "subAttribute" must be all lower-case
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) Variable "subAttribute" must be all lower-case
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) Variable "setType" must be all lower-case
(#144) Opening brace should be on the same line as the declaration
(#155) Opening brace should be on the same line as the declaration
(#166) Public method name "Attribute::getFormatted" must be in lower-case letters only
(#166) Must use "self::" for local static member reference
(#167) Opening brace should be on the same line as the declaration
(#170) Inline comments must start with a capital letter, digit or 3-dots sequence
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#188) Public method name "Attribute::getType" must be in lower-case letters only
(#189) Opening brace should be on the same line as the declaration
(#198) Public method name "Attribute::getValue" must be in lower-case letters only
(#199) Opening brace should be on the same line as the declaration
(#211) Public method name "Attribute::setType" must be in lower-case letters only
(#212) Opening brace should be on the same line as the declaration
(#230) Public method name "Attribute::setValue" must be in lower-case letters only
(#231) Opening brace should be on the same line as the declaration
(#244) Public method name "Attribute::toArray" must be in lower-case letters only
(#245) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Model/BatchRequest/AbstractWriteRequest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Member variable "tableName" must be all lower-case
(#32) Public method name "AbstractWriteRequest::getTableName" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Model/BatchRequest/DeleteRequest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#42) Public method name "DeleteRequest::fromCommand" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Variable "tableName" must be all lower-case
(#63) Opening brace should be on the same line as the declaration
(#65) Variable "tableName" must be all lower-case
(#73) Public method name "DeleteRequest::toArray" must be in lower-case letters only
(#74) Opening brace should be on the same line as the declaration
(#90) Public method name "DeleteRequest::getKey" must be in lower-case letters only
(#91) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Model/BatchRequest/PutRequest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#42) Public method name "PutRequest::fromCommand" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Variable "tableName" must be all lower-case
(#65) Opening brace should be on the same line as the declaration
(#68) Variable "tableName" must be all lower-case
(#69) Usage of ELSEIF not allowed; use ELSE IF instead
(#71) Variable "tableName" must be all lower-case
(#86) Public method name "PutRequest::toArray" must be in lower-case letters only
(#87) Opening brace should be on the same line as the declaration
(#96) Public method name "PutRequest::getItem" must be in lower-case letters only
(#97) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Model/BatchRequest/UnprocessedRequest.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Variable "tableName" must be all lower-case
(#34) Opening brace should be on the same line as the declaration
(#36) Variable "tableName" must be all lower-case
(#44) Public method name "UnprocessedRequest::toArray" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Model/BatchRequest/WriteRequestBatch.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#39) Expected MOODLE_INTERNAL check or config.php inclusion
(#53) Variable "batchSize" must be all lower-case
(#57) Space found before object operator
(#57) Variable "batchSize" must be all lower-case
(#58) Space found before object operator
(#65) Variable "batchSize" must be all lower-case
(#74) Opening brace should be on the same line as the declaration
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) Opening brace should be on the same line as the declaration
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) Variable "unprocessedItem" must be all lower-case
(#109) Variable "unprocessedItem" must be all lower-case
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Model/BatchRequest/WriteRequestBatchTransfer.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion
(#49) Opening brace should be on the same line as the declaration
(#57) Opening brace should be on the same line as the declaration
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Protected method name "WriteRequestBatchTransfer::performTransfer" must be in lower-case letters only
(#80) Variable "unprocessedRequests" must be all lower-case
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Variable "unprocessedRequests" must be all lower-case
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Variable "unhandledExceptions" must be all lower-case
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) Inline doc block type-hinting for '$e' does not match next code line 'foreach...'
(#104) Variable "unprocessedRequests" must be all lower-case
(#105) Usage of ELSEIF not allowed; use ELSE IF instead
(#106) Variable "unprocessedRequests" must be all lower-case
(#108) Variable "unhandledExceptions" must be all lower-case
(#111) Variable "unhandledExceptions" must be all lower-case
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Variable "unhandledExceptions" must be all lower-case
(#117) Variable "unhandledExceptions" must be all lower-case
(#129) Protected method name "WriteRequestBatchTransfer::prepareCommandsForBatchedItems" must be in lower-case letters only
(#130) Opening brace should be on the same line as the declaration
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) Inline doc block type-hinting for '$item' does not match next code line '$table...'
(#146) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) Protected method name "WriteRequestBatchTransfer::getUnprocessedRequestsFromCommands" must be in lower-case letters only
(#165) Variable "unprocessedRequests" must be all lower-case
(#167) Inline doc block type-hinting for '$command' does not match next code line 'foreach...'
(#173) Variable "unprocessedRequests" must be all lower-case
(#187) Protected method name "WriteRequestBatchTransfer::retryLargeRequest" must be in lower-case letters only
(#189) Variable "unprocessedRequests" must be all lower-case
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#197) Variable "newBatches" must be all lower-case
(#198) Variable "newBatches" must be all lower-case
(#198) Variable "newBatch" must be all lower-case
(#199) Variable "newBatch" must be all lower-case
(#199) Variable "unprocessedRequests" must be all lower-case
(#210) Protected method name "WriteRequestBatchTransfer::handleUnprocessedRequestsAfterException" must be in lower-case letters only
(#212) Variable "unprocessedRequests" must be all lower-case
(#216) Variable "unprocessedRequests" must be all lower-case
(#227) Protected method name "WriteRequestBatchTransfer::convertResultsToUnprocessedRequests" must be in lower-case letters only
(#228) Opening brace should be on the same line as the declaration
(#247) Private method name "WriteRequestBatchTransfer::extractItemsFromRequestObject" must be in lower-case letters only
(#248) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Model/BatchRequest/WriteRequestInterface.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Public method name "WriteRequestInterface::getTableName" must be in lower-case letters only
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Model/Item.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "tableName" must be all lower-case
(#47) Public method name "Item::fromArray" must be in lower-case letters only
(#47) Variable "tableName" must be all lower-case
(#48) Opening brace should be on the same line as the declaration
(#53) Variable "tableName" must be all lower-case
(#59) Public method name "Item::toArray" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#77) Variable "tableName" must be all lower-case
(#78) Opening brace should be on the same line as the declaration
(#80) Variable "tableName" must be all lower-case
(#90) Public method name "Item::setTableName" must be in lower-case letters only
(#90) Variable "tableName" must be all lower-case
(#91) Opening brace should be on the same line as the declaration
(#92) Variable "tableName" must be all lower-case
(#102) Public method name "Item::getTableName" must be in lower-case letters only
(#103) Opening brace should be on the same line as the declaration
(#115) Opening brace should be on the same line as the declaration
(#125) Opening brace should be on the same line as the declaration
(#137) Opening brace should be on the same line as the declaration
(#147) Opening brace should be on the same line as the declaration
(#160) Opening brace should be on the same line as the declaration
(#174) Opening brace should be on the same line as the declaration
(#193) Opening brace should be on the same line as the declaration
(#205) Opening brace should be on the same line as the declaration
(#212) Public method name "Item::getIterator" must be in lower-case letters only
(#213) Opening brace should be on the same line as the declaration
(#225) Opening brace should be on the same line as the declaration
(#237) Opening brace should be on the same line as the declaration
(#248) Opening brace should be on the same line as the declaration
(#258) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Resources/dynamodb-2011-12-05.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#116) Line exceeds maximum limit of 180 characters; contains 223 characters
(#121) Line exceeds maximum limit of 180 characters; contains 253 characters
(#125) Line exceeds maximum limit of 180 characters; contains 280 characters
(#129) Line exceeds maximum limit of 180 characters; contains 222 characters
(#169) Line exceeds maximum limit of 180 characters; contains 295 characters
(#173) Line exceeds maximum limit of 180 characters; contains 280 characters
(#177) Line exceeds maximum limit of 180 characters; contains 222 characters
(#237) Line exceeds 132 characters; contains 135 characters
(#257) Line exceeds 132 characters; contains 153 characters
(#288) Line exceeds maximum limit of 180 characters; contains 207 characters
(#299) Line exceeds 132 characters; contains 146 characters
(#306) Line exceeds maximum limit of 180 characters; contains 284 characters
(#310) Line exceeds maximum limit of 180 characters; contains 226 characters
(#362) Line exceeds maximum limit of 180 characters; contains 261 characters
(#366) Line exceeds maximum limit of 180 characters; contains 288 characters
(#370) Line exceeds maximum limit of 180 characters; contains 230 characters
(#410) Line exceeds maximum limit of 180 characters; contains 303 characters
(#414) Line exceeds maximum limit of 180 characters; contains 288 characters
(#418) Line exceeds maximum limit of 180 characters; contains 230 characters
(#468) Line exceeds 132 characters; contains 135 characters
(#506) Line exceeds 132 characters; contains 162 characters
(#518) Line exceeds maximum limit of 180 characters; contains 237 characters
(#540) Line exceeds maximum limit of 180 characters; contains 279 characters
(#570) Line exceeds maximum limit of 180 characters; contains 274 characters
(#576) Line exceeds 132 characters; contains 178 characters
(#589) Line exceeds 132 characters; contains 139 characters
(#623) Line exceeds 132 characters; contains 179 characters
(#635) Line exceeds maximum limit of 180 characters; contains 237 characters
(#639) Line exceeds maximum limit of 180 characters; contains 264 characters
(#643) Line exceeds maximum limit of 180 characters; contains 206 characters
(#683) Line exceeds maximum limit of 180 characters; contains 279 characters
(#687) Line exceeds maximum limit of 180 characters; contains 264 characters
(#691) Line exceeds maximum limit of 180 characters; contains 206 characters
(#736) Line exceeds maximum limit of 180 characters; contains 258 characters
(#743) Line exceeds 132 characters; contains 159 characters
(#747) Line exceeds maximum limit of 180 characters; contains 268 characters
(#751) Line exceeds maximum limit of 180 characters; contains 210 characters
(#816) Line exceeds 132 characters; contains 135 characters
(#854) Line exceeds 132 characters; contains 162 characters
(#870) Line exceeds 132 characters; contains 139 characters
(#886) Line exceeds 132 characters; contains 164 characters
(#904) Line exceeds 132 characters; contains 164 characters
(#946) Line exceeds 132 characters; contains 176 characters
(#958) Line exceeds maximum limit of 180 characters; contains 237 characters
(#962) Line exceeds maximum limit of 180 characters; contains 264 characters
(#966) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1006) Line exceeds maximum limit of 180 characters; contains 279 characters
(#1010) Line exceeds maximum limit of 180 characters; contains 264 characters
(#1014) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1072) Line exceeds 132 characters; contains 135 characters
(#1092) Line exceeds 132 characters; contains 146 characters
(#1109) Line exceeds maximum limit of 180 characters; contains 228 characters
(#1153) Line exceeds 132 characters; contains 176 characters
(#1170) Line exceeds maximum limit of 180 characters; contains 260 characters
(#1174) Line exceeds maximum limit of 180 characters; contains 202 characters
(#1218) Line exceeds maximum limit of 180 characters; contains 258 characters
(#1225) Line exceeds 132 characters; contains 159 characters
(#1229) Line exceeds maximum limit of 180 characters; contains 268 characters
(#1233) Line exceeds maximum limit of 180 characters; contains 210 characters
(#1298) Line exceeds 132 characters; contains 135 characters
(#1336) Line exceeds 132 characters; contains 170 characters
(#1351) Line exceeds maximum limit of 180 characters; contains 502 characters
(#1362) Line exceeds maximum limit of 180 characters; contains 320 characters
(#1374) Line exceeds maximum limit of 180 characters; contains 256 characters
(#1378) Line exceeds maximum limit of 180 characters; contains 198 characters
(#1430) Line exceeds maximum limit of 180 characters; contains 268 characters
(#1434) Line exceeds maximum limit of 180 characters; contains 210 characters
(#1496) Line exceeds maximum limit of 180 characters; contains 223 characters
(#1502) Line exceeds maximum limit of 180 characters; contains 407 characters
(#1508) Line exceeds maximum limit of 180 characters; contains 237 characters
(#1512) Line exceeds maximum limit of 180 characters; contains 264 characters
(#1516) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1556) Line exceeds maximum limit of 180 characters; contains 279 characters
(#1560) Line exceeds maximum limit of 180 characters; contains 264 characters
(#1564) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1608) Line exceeds 132 characters; contains 135 characters
(#1646) Line exceeds 132 characters; contains 169 characters
(#1661) Line exceeds maximum limit of 180 characters; contains 521 characters
(#1667) Line exceeds maximum limit of 180 characters; contains 318 characters
(#1686) Line exceeds 132 characters; contains 134 characters
(#1690) Line exceeds maximum limit of 180 characters; contains 272 characters
(#1694) Line exceeds maximum limit of 180 characters; contains 214 characters
(#1757) Line exceeds maximum limit of 180 characters; contains 384 characters
(#1763) Line exceeds maximum limit of 180 characters; contains 237 characters
(#1767) Line exceeds maximum limit of 180 characters; contains 264 characters
(#1771) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1811) Line exceeds maximum limit of 180 characters; contains 279 characters
(#1815) Line exceeds maximum limit of 180 characters; contains 264 characters
(#1819) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1863) Line exceeds 132 characters; contains 135 characters
(#1901) Line exceeds 132 characters; contains 179 characters
(#1913) Line exceeds maximum limit of 180 characters; contains 237 characters
(#1917) Line exceeds maximum limit of 180 characters; contains 264 characters
(#1921) Line exceeds maximum limit of 180 characters; contains 206 characters
(#1961) Line exceeds maximum limit of 180 characters; contains 279 characters
(#1965) Line exceeds maximum limit of 180 characters; contains 264 characters
(#1969) Line exceeds maximum limit of 180 characters; contains 206 characters
(#2015) Line exceeds 132 characters; contains 155 characters
(#2025) Line exceeds maximum limit of 180 characters; contains 268 characters
(#2029) Line exceeds maximum limit of 180 characters; contains 210 characters
(#2083) Line exceeds maximum limit of 180 characters; contains 258 characters
(#2090) Line exceeds 132 characters; contains 159 characters
(#2094) Line exceeds maximum limit of 180 characters; contains 268 characters
(#2098) Line exceeds maximum limit of 180 characters; contains 210 characters
(#2163) Line exceeds 132 characters; contains 135 characters
(#2201) Line exceeds 132 characters; contains 162 characters
(#2213) Line exceeds maximum limit of 180 characters; contains 274 characters
(#2219) Line exceeds 132 characters; contains 178 characters
(#2236) Line exceeds 132 characters; contains 139 characters
(#2255) Line exceeds 132 characters; contains 172 characters
(#2264) Line exceeds 132 characters; contains 138 characters
(#2268) Line exceeds maximum limit of 180 characters; contains 276 characters
(#2272) Line exceeds maximum limit of 180 characters; contains 218 characters
(#2314) Line exceeds maximum limit of 180 characters; contains 410 characters
(#2324) Line exceeds maximum limit of 180 characters; contains 223 characters
(#2328) Line exceeds maximum limit of 180 characters; contains 253 characters
(#2332) Line exceeds maximum limit of 180 characters; contains 280 characters
(#2336) Line exceeds maximum limit of 180 characters; contains 222 characters
(#2370) Line exceeds maximum limit of 180 characters; contains 295 characters
(#2374) Line exceeds maximum limit of 180 characters; contains 280 characters
(#2378) Line exceeds maximum limit of 180 characters; contains 222 characters
(#2434) Line exceeds 132 characters; contains 161 characters
(#2447) Line exceeds 132 characters; contains 146 characters
(#2454) Line exceeds maximum limit of 180 characters; contains 207 characters
(#2464) Line exceeds 132 characters; contains 146 characters
(#2468) Line exceeds maximum limit of 180 characters; contains 284 characters
(#2472) Line exceeds maximum limit of 180 characters; contains 226 characters
(#2516) Line exceeds maximum limit of 180 characters; contains 261 characters
(#2520) Line exceeds maximum limit of 180 characters; contains 288 characters
(#2524) Line exceeds maximum limit of 180 characters; contains 230 characters
(#2558) Line exceeds maximum limit of 180 characters; contains 303 characters
(#2562) Line exceeds maximum limit of 180 characters; contains 288 characters
(#2566) Line exceeds maximum limit of 180 characters; contains 230 characters
(#2625) Line exceeds maximum limit of 180 characters; contains 245 characters
(#2633) Line exceeds 132 characters; contains 140 characters
(#2639) Line exceeds maximum limit of 180 characters; contains 287 characters
(#2647) Line exceeds 132 characters; contains 140 characters
(#2692) Line exceeds maximum limit of 180 characters; contains 251 characters
(#2700) Line exceeds maximum limit of 180 characters; contains 260 characters
(#2704) Line exceeds maximum limit of 180 characters; contains 202 characters
(#2760) Line exceeds maximum limit of 180 characters; contains 245 characters
(#2768) Line exceeds 132 characters; contains 140 characters
(#2774) Line exceeds maximum limit of 180 characters; contains 287 characters
(#2782) Line exceeds 132 characters; contains 140 characters
(#2838) Line exceeds maximum limit of 180 characters; contains 245 characters
(#2846) Line exceeds 132 characters; contains 140 characters
(#2852) Line exceeds maximum limit of 180 characters; contains 287 characters
(#2860) Line exceeds 132 characters; contains 140 characters
(#2913) Line exceeds maximum limit of 180 characters; contains 260 characters
(#2917) Line exceeds maximum limit of 180 characters; contains 202 characters
(#2970) Line exceeds maximum limit of 180 characters; contains 270 characters
(#2981) Line exceeds 132 characters; contains 161 characters
(#2989) Line exceeds maximum limit of 180 characters; contains 260 characters
(#2993) Line exceeds maximum limit of 180 characters; contains 202 characters
(#3048) Line exceeds maximum limit of 180 characters; contains 264 characters
(#3052) Line exceeds maximum limit of 180 characters; contains 206 characters
(#3093) Line exceeds maximum limit of 180 characters; contains 339 characters
(#3098) Line exceeds maximum limit of 180 characters; contains 237 characters
(#3102) Line exceeds maximum limit of 180 characters; contains 264 characters
(#3106) Line exceeds maximum limit of 180 characters; contains 206 characters
(#3140) Line exceeds maximum limit of 180 characters; contains 279 characters
(#3144) Line exceeds maximum limit of 180 characters; contains 264 characters
(#3148) Line exceeds maximum limit of 180 characters; contains 206 characters
(#3204) Line exceeds maximum limit of 180 characters; contains 264 characters
(#3208) Line exceeds maximum limit of 180 characters; contains 206 characters
(#3249) Line exceeds maximum limit of 180 characters; contains 206 characters
(#3254) Line exceeds maximum limit of 180 characters; contains 311 characters
(#3259) Line exceeds maximum limit of 180 characters; contains 237 characters
(#3263) Line exceeds maximum limit of 180 characters; contains 264 characters
(#3267) Line exceeds maximum limit of 180 characters; contains 206 characters
(#3301) Line exceeds maximum limit of 180 characters; contains 279 characters
(#3305) Line exceeds maximum limit of 180 characters; contains 264 characters
(#3309) Line exceeds maximum limit of 180 characters; contains 206 characters
(#3355) Line exceeds 132 characters; contains 173 characters
(#3363) Line exceeds maximum limit of 180 characters; contains 260 characters
(#3367) Line exceeds maximum limit of 180 characters; contains 202 characters
(#3423) Line exceeds maximum limit of 180 characters; contains 245 characters
(#3431) Line exceeds 132 characters; contains 140 characters
(#3437) Line exceeds maximum limit of 180 characters; contains 287 characters
(#3445) Line exceeds 132 characters; contains 140 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Resources/dynamodb-2012-08-10.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Session/LockingStrategy/AbstractLockingStrategy.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#44) Opening brace should be on the same line as the declaration
(#52) Public method name "AbstractLockingStrategy::doWrite" must be in lower-case letters only
(#52) Variable "isDataChanged" must be all lower-case
(#53) Opening brace should be on the same line as the declaration
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Variable "isDataChanged" must be all lower-case
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Public method name "AbstractLockingStrategy::doDestroy" must be in lower-case letters only
(#95) Opening brace should be on the same line as the declaration
(#114) Protected method name "AbstractLockingStrategy::formatKey" must be in lower-case letters only
(#114) Variable "keyValue" must be all lower-case
(#115) Opening brace should be on the same line as the declaration
(#116) Variable "keyName" must be all lower-case
(#117) Expected 1 space before "?"; newline found
(#118) Expected 1 space before ":"; newline found
(#120) Variable "keyName" must be all lower-case
(#120) Variable "keyValue" must be all lower-case
(#128) Protected method name "AbstractLockingStrategy::getExtraAttributes" must be in lower-case letters only
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Session/LockingStrategy/LockingStrategyFactory.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "baseNamespace" must be all lower-case
(#43) Variable "baseNamespace" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#45) Variable "baseNamespace" must be all lower-case
(#59) Variable "lockingStrategy" must be all lower-case
(#60) Opening brace should be on the same line as the declaration
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Variable "lockingStrategy" must be all lower-case
(#63) Variable "lockingStrategy" must be all lower-case
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Variable "lockingStrategy" must be all lower-case
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Variable "classPath" must be all lower-case
(#74) Variable "lockingStrategy" must be all lower-case
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Variable "classPath" must be all lower-case
(#79) Variable "classPath" must be all lower-case
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Variable "classPath" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Session/LockingStrategy/LockingStrategyFactoryInterface.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#35) Variable "lockingStrategy" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Session/LockingStrategy/LockingStrategyInterface.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Public method name "LockingStrategyInterface::doRead" must be in lower-case letters only
(#42) Public method name "LockingStrategyInterface::doWrite" must be in lower-case letters only
(#42) Variable "isDataChanged" must be all lower-case
(#51) Public method name "LockingStrategyInterface::doDestroy" must be in lower-case letters only
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Session/LockingStrategy/NullLockingStrategy.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Public method name "NullLockingStrategy::doRead" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Protected method name "NullLockingStrategy::getExtraAttributes" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Session/LockingStrategy/PessimisticLockingStrategy.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#33) Expected MOODLE_INTERNAL check or config.php inclusion
(#40) Opening brace should be on the same line as the declaration
(#54) Public method name "PessimisticLockingStrategy::doRead" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#57) Variable "rightNow" must be all lower-case
(#58) Variable "rightNow" must be all lower-case
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Variable "updateItem" must be all lower-case
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Variable "updateItem" must be all lower-case
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Variable "rightNow" must be all lower-case
(#97) Variable "rightNow" must be all lower-case
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) Protected method name "PessimisticLockingStrategy::getExtraAttributes" must be in lower-case letters only
(#113) Opening brace should be on the same line as the declaration
(#114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Inline comments must start with a capital letter, digit or 3-dots sequence
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Session/SessionHandler.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#42) Expected MOODLE_INTERNAL check or config.php inclusion
(#52) Member variable "lockingStrategy" must be all lower-case
(#62) Member variable "savePath" must be all lower-case
(#67) Member variable "sessionName" must be all lower-case
(#72) Member variable "dataRead" must be all lower-case
(#77) Member variable "openSessionId" must be all lower-case
(#82) Member variable "sessionWritten" must be all lower-case
(#106) Opening brace should be on the same line as the declaration
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) Opening brace should be on the same line as the declaration
(#160) Opening brace should be on the same line as the declaration
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) Variable "autoGarbageCollection" must be all lower-case
(#163) Variable "autoGarbageCollection" must be all lower-case
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) Public method name "SessionHandler::isSessionOpen" must be in lower-case letters only
(#182) Opening brace should be on the same line as the declaration
(#191) Public method name "SessionHandler::isSessionWritten" must be in lower-case letters only
(#192) Opening brace should be on the same line as the declaration
(#206) Public method name "SessionHandler::createSessionsTable" must be in lower-case letters only
(#206) Variable "readCapacityUnits" must be all lower-case
(#206) Variable "writeCapacityUnits" must be all lower-case
(#207) Opening brace should be on the same line as the declaration
(#208) Variable "tableName" must be all lower-case
(#209) Variable "hashKey" must be all lower-case
(#212) Variable "tableName" must be all lower-case
(#214) Variable "readCapacityUnits" must be all lower-case
(#215) Variable "writeCapacityUnits" must be all lower-case
(#223) Variable "hashKey" must be all lower-case
(#230) Variable "hashKey" must be all lower-case
(#236) Variable "hashKey" must be all lower-case
(#244) Variable "tableName" must be all lower-case
(#259) Variable "savePath" must be all lower-case
(#259) Variable "sessionName" must be all lower-case
(#260) Opening brace should be on the same line as the declaration
(#261) Variable "savePath" must be all lower-case
(#262) Variable "sessionName" must be all lower-case
(#275) Opening brace should be on the same line as the declaration
(#276) Inline comments must end in full-stops, exclamation marks, or question marks
(#296) Opening brace should be on the same line as the declaration
(#299) Inline comments must end in full-stops, exclamation marks, or question marks
(#302) Inline comments must end in full-stops, exclamation marks, or question marks
(#305) Inline comments must end in full-stops, exclamation marks, or question marks
(#328) Opening brace should be on the same line as the declaration
(#332) Inline comments must end in full-stops, exclamation marks, or question marks
(#334) Space found before object operator
(#349) Opening brace should be on the same line as the declaration
(#351) Inline comments must end in full-stops, exclamation marks, or question marks
(#367) Variable "maxLifetime" must be all lower-case
(#368) Opening brace should be on the same line as the declaration
(#384) Public method name "SessionHandler::garbageCollect" must be in lower-case letters only
(#385) Opening brace should be on the same line as the declaration
(#386) Inline comments must end in full-stops, exclamation marks, or question marks
(#388) Variable "batchSize" must be all lower-case
(#389) Variable "tableName" must be all lower-case
(#390) Variable "hashKey" must be all lower-case
(#392) Variable "isOldApi" must be all lower-case
(#394) Inline comments must end in full-stops, exclamation marks, or question marks
(#396) Variable "delayFunction" must be all lower-case
(#399) Variable "deleteBatch" must be all lower-case
(#399) Variable "batchSize" must be all lower-case
(#399) Variable "delayFunction" must be all lower-case
(#401) Variable "deleteBatch" must be all lower-case
(#401) Variable "batchSize" must be all lower-case
(#404) Inline comments must end in full-stops, exclamation marks, or question marks
(#405) Variable "scanParams" must be all lower-case
(#406) Variable "tableName" must be all lower-case
(#425) Variable "isOldApi" must be all lower-case
(#426) Variable "scanParams" must be all lower-case
(#429) Inline comments must end in full-stops, exclamation marks, or question marks
(#430) Variable "tableScanner" must be all lower-case
(#430) Variable "scanParams" must be all lower-case
(#432) Inline comments must end in full-stops, exclamation marks, or question marks
(#433) Variable "delayFunction" must be all lower-case
(#434) Variable "tableScanner" must be all lower-case
(#434) Variable "delayFunction" must be all lower-case
(#437) Inline comments must end in full-stops, exclamation marks, or question marks
(#438) Variable "keyName" must be all lower-case
(#438) Variable "isOldApi" must be all lower-case
(#438) Variable "hashKey" must be all lower-case
(#439) Variable "tableScanner" must be all lower-case
(#440) Inline comments must start with a capital letter, digit or 3-dots sequence
(#440) Inline comments must end in full-stops, exclamation marks, or question marks
(#441) Variable "deleteBatch" must be all lower-case
(#441) Variable "keyName" must be all lower-case
(#441) Variable "hashKey" must be all lower-case
(#441) Variable "tableName" must be all lower-case
(#442) Inline comments must start with a capital letter, digit or 3-dots sequence
(#442) Inline comments must end in full-stops, exclamation marks, or question marks
(#445) Inline comments must end in full-stops, exclamation marks, or question marks
(#446) Variable "deleteBatch" must be all lower-case
(#456) Protected method name "SessionHandler::formatId" must be in lower-case letters only
(#457) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Session/SessionHandlerConfig.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#40) Opening brace should be on the same line as the declaration
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) Opening brace should be on the same line as the declaration
(#80) Public method name "SessionHandlerConfig::addDefaults" must be in lower-case letters only
(#81) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Session/SessionHandlerInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#9) Closing brace must be on a line by itself
(#11) Duplicate interface name "Aws\DynamoDb\Session\SessionHandlerInterface" found; first defined in /var/lib/jenkins/git_repositories/prechecker/local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Session/SessionHandlerInterface.php on line 9
(#14) Variable "session_id" must not contain underscores.
(#15) Variable "maxLifetime" must be all lower-case
(#16) Variable "savePath" must be all lower-case
(#16) Variable "sessionName" must be all lower-case
(#17) Variable "sessionId" must be all lower-case
(#18) Variable "sessionId" must be all lower-case
(#18) Variable "sessionData" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDbStreams/DynamoDbStreamsClient.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#40) Opening brace should be on the same line as the declaration
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Variable "exceptionParser" must be all lower-case
(#45) Variable "exceptionParser" must be all lower-case
(#50) Space found before object operator
(#51) Space found before object operator
(#55) Space found before object operator
(#55) Variable "exceptionParser" must be all lower-case
(#56) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDbStreams/Exception/DynamoDbStreamsException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDbStreams/Resources/dynamodbstreams-2012-08-10.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/CopySnapshotListener.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Public method name "CopySnapshotListener::getSubscribedEvents" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#36) Public method name "CopySnapshotListener::onCommandBeforePrepare" must be in lower-case letters only
(#37) Opening brace should be on the same line as the declaration
(#43) Usage of ELSEIF not allowed; use ELSE IF instead
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Variable "presignedUrl" must be all lower-case
(#53) Variable "presignedUrl" must be all lower-case
(#56) Private method name "CopySnapshotListener::createPresignedUrl" must be in lower-case letters only
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Variable "newClient" must be all lower-case
(#67) Variable "preCommand" must be all lower-case
(#67) Variable "newClient" must be all lower-case
(#72) Variable "preCommand" must be all lower-case
(#74) Variable "preRequest" must be all lower-case
(#74) Variable "preCommand" must be all lower-case
(#76) Variable "newClient" must be all lower-case
(#77) Variable "preRequest" must be all lower-case
(#78) Variable "newClient" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Ec2Client.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#229) Line exceeds 132 characters; contains 149 characters
(#230) Line exceeds 132 characters; contains 149 characters
(#231) Line exceeds 132 characters; contains 152 characters
(#232) Line exceeds 132 characters; contains 155 characters
(#233) Line exceeds 132 characters; contains 155 characters
(#234) Line exceeds 132 characters; contains 151 characters
(#235) Line exceeds 132 characters; contains 147 characters
(#236) Line exceeds 132 characters; contains 147 characters
(#237) Line exceeds 132 characters; contains 143 characters
(#238) Line exceeds 132 characters; contains 145 characters
(#239) Line exceeds 132 characters; contains 141 characters
(#240) Line exceeds 132 characters; contains 161 characters
(#241) Line exceeds 132 characters; contains 159 characters
(#242) Line exceeds 132 characters; contains 154 characters
(#243) Line exceeds 132 characters; contains 163 characters
(#244) Line exceeds 132 characters; contains 163 characters
(#245) Line exceeds 132 characters; contains 165 characters
(#246) Line exceeds 132 characters; contains 162 characters
(#247) Line exceeds 132 characters; contains 175 characters
(#248) Line exceeds 132 characters; contains 159 characters
(#249) Line exceeds 132 characters; contains 175 characters
(#250) Line exceeds 132 characters; contains 163 characters
(#251) Line exceeds 132 characters; contains 171 characters
(#252) Line exceeds 132 characters; contains 173 characters
(#253) Line exceeds 132 characters; contains 163 characters
(#254) Line exceeds 132 characters; contains 163 characters
(#255) Line exceeds 132 characters; contains 153 characters
(#256) Line exceeds 132 characters; contains 169 characters
(#257) Line exceeds 132 characters; contains 159 characters
(#258) Line exceeds 132 characters; contains 173 characters
(#259) Line exceeds 132 characters; contains 157 characters
(#260) Line exceeds 132 characters; contains 163 characters
(#261) Line exceeds 132 characters; contains 175 characters
(#262) Line exceeds 132 characters; contains 171 characters
(#263) Line exceeds 132 characters; contains 155 characters
(#264) Line exceeds 132 characters; contains 175 characters
(#265) Line exceeds maximum limit of 180 characters; contains 191 characters
(#266) Line exceeds maximum limit of 180 characters; contains 193 characters
(#267) Line exceeds maximum limit of 180 characters; contains 201 characters
(#268) Line exceeds 132 characters; contains 163 characters
(#269) Line exceeds 132 characters; contains 169 characters
(#270) Line exceeds 132 characters; contains 159 characters
(#271) Line exceeds maximum limit of 180 characters; contains 181 characters
(#272) Line exceeds 132 characters; contains 173 characters
(#273) Line exceeds 132 characters; contains 155 characters
(#274) Line exceeds 132 characters; contains 149 characters
(#275) Line exceeds 132 characters; contains 165 characters
(#276) Line exceeds 132 characters; contains 155 characters
(#277) Line exceeds 132 characters; contains 149 characters
(#278) Line exceeds 132 characters; contains 169 characters
(#279) Line exceeds 132 characters; contains 163 characters
(#284) Expected MOODLE_INTERNAL check or config.php inclusion
(#297) Opening brace should be on the same line as the declaration
(#299) Space found before object operator
(#300) Space found before object operator
(#304) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/ContainerFormat.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/DiskImageFormat.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/DomainType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/ExportEnvironment.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/HypervisorType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/ImageState.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/InstanceAttributeName.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/InstanceStateName.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/InstanceType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/PlacementGroupState.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/PlacementStrategy.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/ResourceType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/RouteOrigin.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/RuleAction.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/SnapshotAttributeName.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/SnapshotState.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/SpotInstanceType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/VirtualizationType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/VolumeAttachmentState.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/VolumeAttributeName.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/VolumeState.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/VolumeType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/VpcAttributeName.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Exception/Ec2Exception.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Iterator/DescribeInstancesIterator.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Protected method name "DescribeInstancesIterator::handleResults" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Resources/ec2-2015-04-15.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Resources/ec2-2015-10-01.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ecs/EcsClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#56) Line exceeds 132 characters; contains 149 characters
(#57) Line exceeds 132 characters; contains 169 characters
(#58) Line exceeds 132 characters; contains 163 characters
(#59) Line exceeds 132 characters; contains 177 characters
(#60) Line exceeds 132 characters; contains 143 characters
(#61) Line exceeds 132 characters; contains 149 characters
(#66) Expected MOODLE_INTERNAL check or config.php inclusion
(#81) Opening brace should be on the same line as the declaration
(#83) Space found before object operator
(#84) Space found before object operator
(#88) Space found before object operator
(#89) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ecs/Exception/EcsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Expected MOODLE_INTERNAL check or config.php inclusion
(#9) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ecs/Resources/ecs-2014-11-13.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#60) Line exceeds maximum limit of 180 characters; contains 250 characters
(#143) Line exceeds maximum limit of 180 characters; contains 250 characters
(#151) Line exceeds 132 characters; contains 173 characters
(#189) Line exceeds maximum limit of 180 characters; contains 250 characters
(#197) Line exceeds 132 characters; contains 173 characters
(#201) Line exceeds maximum limit of 180 characters; contains 243 characters
(#205) Line exceeds maximum limit of 180 characters; contains 246 characters
(#247) Line exceeds maximum limit of 180 characters; contains 250 characters
(#255) Line exceeds 132 characters; contains 173 characters
(#259) Line exceeds maximum limit of 180 characters; contains 194 characters
(#306) Line exceeds maximum limit of 180 characters; contains 250 characters
(#314) Line exceeds 132 characters; contains 173 characters
(#352) Line exceeds maximum limit of 180 characters; contains 250 characters
(#397) Line exceeds maximum limit of 180 characters; contains 250 characters
(#447) Line exceeds maximum limit of 180 characters; contains 250 characters
(#455) Line exceeds 132 characters; contains 173 characters
(#501) Line exceeds maximum limit of 180 characters; contains 250 characters
(#509) Line exceeds 132 characters; contains 173 characters
(#547) Line exceeds maximum limit of 180 characters; contains 250 characters
(#597) Line exceeds maximum limit of 180 characters; contains 250 characters
(#605) Line exceeds 132 characters; contains 173 characters
(#646) Line exceeds maximum limit of 180 characters; contains 250 characters
(#687) Line exceeds maximum limit of 180 characters; contains 250 characters
(#736) Line exceeds maximum limit of 180 characters; contains 250 characters
(#744) Line exceeds 132 characters; contains 173 characters
(#789) Line exceeds maximum limit of 180 characters; contains 250 characters
(#797) Line exceeds 132 characters; contains 173 characters
(#842) Line exceeds maximum limit of 180 characters; contains 250 characters
(#899) Line exceeds maximum limit of 180 characters; contains 250 characters
(#968) Line exceeds maximum limit of 180 characters; contains 250 characters
(#976) Line exceeds 132 characters; contains 173 characters
(#980) Line exceeds maximum limit of 180 characters; contains 194 characters
(#1074) Line exceeds maximum limit of 180 characters; contains 250 characters
(#1356) Line exceeds maximum limit of 180 characters; contains 250 characters
(#1450) Line exceeds maximum limit of 180 characters; contains 250 characters
(#1458) Line exceeds 132 characters; contains 173 characters
(#1553) Line exceeds maximum limit of 180 characters; contains 250 characters
(#1561) Line exceeds 132 characters; contains 173 characters
(#1603) Line exceeds maximum limit of 180 characters; contains 250 characters
(#1611) Line exceeds 132 characters; contains 173 characters
(#1690) Line exceeds maximum limit of 180 characters; contains 250 characters
(#1739) Line exceeds maximum limit of 180 characters; contains 250 characters
(#1781) Line exceeds maximum limit of 180 characters; contains 250 characters
(#1789) Line exceeds 132 characters; contains 173 characters
(#1793) Line exceeds maximum limit of 180 characters; contains 377 characters
(#1797) Line exceeds maximum limit of 180 characters; contains 240 characters
(#1801) Line exceeds maximum limit of 180 characters; contains 351 characters
(#1851) Line exceeds maximum limit of 180 characters; contains 250 characters
(#1859) Line exceeds 132 characters; contains 173 characters
(#1863) Line exceeds maximum limit of 180 characters; contains 194 characters
(#1867) Line exceeds maximum limit of 180 characters; contains 202 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Efs/EfsClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#43) Opening brace should be on the same line as the declaration
(#45) Space found before object operator
(#46) Space found before object operator
(#50) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Efs/Exception/EfsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Expected MOODLE_INTERNAL check or config.php inclusion
(#9) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Efs/Resources/elasticfilesystem-2015-02-01.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#42) Line exceeds 132 characters; contains 160 characters
(#50) Line exceeds 132 characters; contains 141 characters
(#54) Line exceeds 132 characters; contains 134 characters
(#92) Line exceeds 132 characters; contains 160 characters
(#108) Line exceeds 132 characters; contains 163 characters
(#116) Line exceeds 132 characters; contains 139 characters
(#124) Line exceeds maximum limit of 180 characters; contains 330 characters
(#175) Line exceeds 132 characters; contains 160 characters
(#203) Line exceeds 132 characters; contains 160 characters
(#235) Line exceeds 132 characters; contains 160 characters
(#277) Line exceeds 132 characters; contains 160 characters
(#318) Line exceeds 132 characters; contains 160 characters
(#346) Line exceeds 132 characters; contains 160 characters
(#387) Line exceeds 132 characters; contains 160 characters
(#424) Line exceeds 132 characters; contains 160 characters
(#461) Line exceeds 132 characters; contains 160 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/ElastiCacheClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#54) Line exceeds 132 characters; contains 134 characters
(#66) Line exceeds 132 characters; contains 167 characters
(#67) Line exceeds 132 characters; contains 179 characters
(#68) Line exceeds maximum limit of 180 characters; contains 181 characters
(#69) Line exceeds 132 characters; contains 171 characters
(#70) Line exceeds 132 characters; contains 179 characters
(#71) Line exceeds 132 characters; contains 175 characters
(#72) Line exceeds maximum limit of 180 characters; contains 187 characters
(#73) Line exceeds 132 characters; contains 153 characters
(#74) Line exceeds 132 characters; contains 177 characters
(#75) Line exceeds maximum limit of 180 characters; contains 195 characters
(#76) Line exceeds 132 characters; contains 175 characters
(#77) Line exceeds 132 characters; contains 159 characters
(#82) Expected MOODLE_INTERNAL check or config.php inclusion
(#95) Opening brace should be on the same line as the declaration
(#97) Space found before object operator
(#98) Space found before object operator
(#102) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Enum/SourceType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/AuthorizationAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/AuthorizationNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/CacheClusterAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/CacheClusterNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/CacheParameterGroupAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/CacheParameterGroupNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/CacheParameterGroupQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/CacheSecurityGroupAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/CacheSecurityGroupNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/CacheSecurityGroupQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/CacheSubnetGroupAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/CacheSubnetGroupInUseException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/CacheSubnetGroupNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/CacheSubnetGroupQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/CacheSubnetQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/ClusterQuotaForCustomerExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/ElastiCacheException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/InsufficientCacheClusterCapacityException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/InvalidCacheClusterStateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/InvalidCacheParameterGroupStateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/InvalidCacheSecurityGroupStateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/InvalidParameterCombinationException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/InvalidParameterValueException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/InvalidReplicationGroupStateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/InvalidSubnetException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/InvalidVPCNetworkStateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/NodeQuotaForClusterExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/NodeQuotaForCustomerExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/ReplicationGroupAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/ReplicationGroupNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/ReservedCacheNodeAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/ReservedCacheNodeNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/ReservedCacheNodeQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/ReservedCacheNodesOfferingNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/SubnetInUseException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Resources/elasticache-2015-02-02.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#124) Line exceeds maximum limit of 180 characters; contains 206 characters
(#176) Line exceeds 132 characters; contains 136 characters
(#411) Line exceeds 132 characters; contains 141 characters
(#415) Line exceeds 132 characters; contains 151 characters
(#419) Line exceeds 132 characters; contains 138 characters
(#431) Line exceeds maximum limit of 180 characters; contains 206 characters
(#479) Line exceeds 132 characters; contains 135 characters
(#534) Line exceeds 132 characters; contains 135 characters
(#591) Line exceeds 132 characters; contains 133 characters
(#595) Line exceeds 132 characters; contains 145 characters
(#773) Line exceeds 132 characters; contains 141 characters
(#777) Line exceeds 132 characters; contains 151 characters
(#781) Line exceeds 132 characters; contains 138 characters
(#793) Line exceeds maximum limit of 180 characters; contains 206 characters
(#852) Line exceeds maximum limit of 180 characters; contains 300 characters
(#906) Line exceeds maximum limit of 180 characters; contains 300 characters
(#1087) Line exceeds maximum limit of 180 characters; contains 300 characters
(#1915) Line exceeds 132 characters; contains 151 characters
(#1919) Line exceeds 132 characters; contains 138 characters
(#2046) Line exceeds 132 characters; contains 145 characters
(#2181) Line exceeds 132 characters; contains 151 characters
(#2185) Line exceeds 132 characters; contains 138 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/ElasticBeanstalkClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#61) Line exceeds 132 characters; contains 153 characters
(#62) Line exceeds 132 characters; contains 158 characters
(#63) Line exceeds 132 characters; contains 179 characters
(#64) Line exceeds 132 characters; contains 165 characters
(#65) Line exceeds maximum limit of 180 characters; contains 181 characters
(#66) Line exceeds 132 characters; contains 165 characters
(#67) Line exceeds 132 characters; contains 153 characters
(#68) Line exceeds 132 characters; contains 179 characters
(#73) Expected MOODLE_INTERNAL check or config.php inclusion
(#86) Opening brace should be on the same line as the declaration
(#88) Space found before object operator
(#89) Space found before object operator
(#93) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Enum/ConfigurationDeploymentStatus.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Enum/ConfigurationOptionValueType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Enum/EnvironmentHealth.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Enum/EnvironmentInfoType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Enum/EnvironmentStatus.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Enum/EventSeverity.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Enum/ValidationSeverity.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Exception/ElasticBeanstalkException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Exception/InsufficientPrivilegesException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 133 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Exception/OperationInProgressException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 135 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Exception/S3LocationNotInServiceRegionException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Exception/S3SubscriptionRequiredException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Exception/SourceBundleDeletionException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 143 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Exception/TooManyApplicationVersionsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Exception/TooManyApplicationsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Exception/TooManyBucketsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Exception/TooManyConfigurationTemplatesException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Exception/TooManyEnvironmentsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Resources/elasticbeanstalk-2010-12-01.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#98) Line exceeds 132 characters; contains 165 characters
(#220) Line exceeds 132 characters; contains 137 characters
(#224) Line exceeds 132 characters; contains 165 characters
(#315) Line exceeds 132 characters; contains 165 characters
(#319) Line exceeds 132 characters; contains 140 characters
(#462) Line exceeds 132 characters; contains 165 characters
(#487) Line exceeds 132 characters; contains 133 characters
(#495) Line exceeds 132 characters; contains 165 characters
(#531) Line exceeds 132 characters; contains 164 characters
(#573) Line exceeds 132 characters; contains 175 characters
(#577) Line exceeds 132 characters; contains 165 characters
(#581) Line exceeds 132 characters; contains 164 characters
(#622) Line exceeds 132 characters; contains 164 characters
(#890) Line exceeds 132 characters; contains 165 characters
(#1135) Line exceeds 132 characters; contains 165 characters
(#1305) Line exceeds 132 characters; contains 165 characters
(#1455) Line exceeds 132 characters; contains 165 characters
(#1567) Line exceeds 132 characters; contains 165 characters
(#1633) Line exceeds 132 characters; contains 165 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/ElasticLoadBalancingClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Line exceeds 132 characters; contains 139 characters
(#33) Line exceeds 132 characters; contains 135 characters
(#34) Line exceeds 132 characters; contains 133 characters
(#41) Line exceeds 132 characters; contains 143 characters
(#43) Line exceeds 132 characters; contains 133 characters
(#45) Line exceeds 132 characters; contains 135 characters
(#49) Line exceeds 132 characters; contains 151 characters
(#50) Line exceeds 132 characters; contains 149 characters
(#52) Line exceeds 132 characters; contains 139 characters
(#54) Line exceeds 132 characters; contains 147 characters
(#55) Line exceeds 132 characters; contains 151 characters
(#56) Line exceeds 132 characters; contains 139 characters
(#57) Line exceeds 132 characters; contains 169 characters
(#58) Line exceeds maximum limit of 180 characters; contains 181 characters
(#59) Line exceeds maximum limit of 180 characters; contains 187 characters
(#60) Line exceeds 132 characters; contains 167 characters
(#65) Expected MOODLE_INTERNAL check or config.php inclusion
(#78) Opening brace should be on the same line as the declaration
(#80) Space found before object operator
(#81) Space found before object operator
(#85) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/AccessPointNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/CertificateNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/DuplicateAccessPointNameException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/DuplicateListenerException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 147 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/DuplicatePolicyNameException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/InvalidConfigurationRequestException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/InvalidEndPointException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/InvalidSchemeException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/InvalidSecurityGroupException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/InvalidSubnetException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/ListenerNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/LoadBalancerAttributeNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/PolicyNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/PolicyTypeNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/SubnetNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/TooManyAccessPointsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/TooManyPoliciesException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Resources/elasticloadbalancing-2012-06-01.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#526) Line exceeds 132 characters; contains 148 characters
(#620) Line exceeds 132 characters; contains 179 characters
(#624) Line exceeds 132 characters; contains 148 characters
(#1475) Line exceeds 132 characters; contains 148 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticTranscoder/ElasticTranscoderClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#47) Line exceeds 132 characters; contains 161 characters
(#48) Line exceeds 132 characters; contains 157 characters
(#49) Line exceeds 132 characters; contains 151 characters
(#50) Line exceeds 132 characters; contains 147 characters
(#55) Expected MOODLE_INTERNAL check or config.php inclusion
(#68) Opening brace should be on the same line as the declaration
(#70) Space found before object operator
(#71) Space found before object operator
(#75) Space found before object operator
(#76) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticTranscoder/Exception/AccessDeniedException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticTranscoder/Exception/ElasticTranscoderException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticTranscoder/Exception/IncompatibleVersionException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticTranscoder/Exception/InternalServiceException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticTranscoder/Exception/LimitExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticTranscoder/Exception/ResourceInUseException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 134 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticTranscoder/Exception/ResourceNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 164 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticTranscoder/Exception/ValidationException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticTranscoder/Resources/elastictranscoder-2012-09-25.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#79) Line exceeds maximum limit of 180 characters; contains 198 characters
(#83) Line exceeds 132 characters; contains 166 characters
(#767) Line exceeds maximum limit of 180 characters; contains 198 characters
(#775) Line exceeds 132 characters; contains 145 characters
(#921) Line exceeds maximum limit of 180 characters; contains 198 characters
(#925) Line exceeds 132 characters; contains 145 characters
(#1133) Line exceeds 132 characters; contains 145 characters
(#1164) Line exceeds maximum limit of 180 characters; contains 198 characters
(#1168) Line exceeds 132 characters; contains 166 characters
(#1203) Line exceeds maximum limit of 180 characters; contains 198 characters
(#1246) Line exceeds maximum limit of 180 characters; contains 198 characters
(#1289) Line exceeds maximum limit of 180 characters; contains 198 characters
(#1392) Line exceeds maximum limit of 180 characters; contains 198 characters
(#1427) Line exceeds maximum limit of 180 characters; contains 198 characters
(#1462) Line exceeds maximum limit of 180 characters; contains 198 characters
(#1517) Line exceeds maximum limit of 180 characters; contains 198 characters
(#1665) Line exceeds 132 characters; contains 166 characters
(#1669) Line exceeds maximum limit of 180 characters; contains 198 characters
(#1719) Line exceeds maximum limit of 180 characters; contains 198 characters
(#1723) Line exceeds 132 characters; contains 166 characters
(#1763) Line exceeds maximum limit of 180 characters; contains 198 characters
(#1767) Line exceeds 132 characters; contains 166 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/EmrClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#47) Line exceeds 132 characters; contains 157 characters
(#48) Line exceeds 132 characters; contains 165 characters
(#49) Line exceeds 132 characters; contains 149 characters
(#50) Line exceeds 132 characters; contains 161 characters
(#51) Line exceeds 132 characters; contains 151 characters
(#52) Line exceeds 132 characters; contains 143 characters
(#57) Expected MOODLE_INTERNAL check or config.php inclusion
(#70) Opening brace should be on the same line as the declaration
(#72) Space found before object operator
(#73) Space found before object operator
(#77) Space found before object operator
(#78) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/ActionOnFailure.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/ClusterState.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/ClusterStateChangeReasonCode.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/InstanceGroupState.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/InstanceGroupStateChangeReasonCode.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/InstanceGroupType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/InstanceRoleType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/InstanceState.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/InstanceStateChangeReasonCode.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/JobFlowExecutionState.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/MarketType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/StepExecutionState.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/StepState.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/StepStateChangeReasonCode.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Exception/EmrException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Exception/InternalServerErrorException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Exception/InternalServerException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Exception/InvalidRequestException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Resources/emr-2009-03-31.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#143) Line exceeds 132 characters; contains 136 characters
(#230) Line exceeds 132 characters; contains 136 characters
(#386) Line exceeds 132 characters; contains 136 characters
(#741) Line exceeds 132 characters; contains 136 characters
(#1069) Line exceeds 132 characters; contains 136 characters
(#1113) Line exceeds 132 characters; contains 136 characters
(#1157) Line exceeds 132 characters; contains 136 characters
(#1195) Line exceeds 132 characters; contains 136 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Enum/Action.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Enum/ActionCode.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Enum/StatusCode.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Exception/GlacierException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Exception/InvalidParameterValueException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Exception/LimitExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Exception/MissingParameterValueException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Exception/RequestTimeoutException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Exception/ResourceNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Exception/ServiceUnavailableException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/GlacierClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#62) Line exceeds 132 characters; contains 141 characters
(#63) Line exceeds 132 characters; contains 144 characters
(#64) Line exceeds 132 characters; contains 141 characters
(#65) Line exceeds 132 characters; contains 165 characters
(#66) Line exceeds 132 characters; contains 143 characters
(#67) Line exceeds 132 characters; contains 145 characters
(#72) Expected MOODLE_INTERNAL check or config.php inclusion
(#85) Opening brace should be on the same line as the declaration
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Space found before object operator
(#89) Space found before object operator
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) Space found before object operator
(#99) Space found before object operator
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) Variable "uploadOperations" must be all lower-case
(#109) Variable "uploadOperations" must be all lower-case
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/GlacierUploadListener.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Public method name "GlacierUploadListener::getSubscribedEvents" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#45) Public method name "GlacierUploadListener::onCommandBeforeSend" must be in lower-case letters only
(#46) Opening brace should be on the same line as the declaration
(#49) Variable "contentHash" must be all lower-case
(#50) Variable "contentHash" must be all lower-case
(#58) Usage of ELSEIF not allowed; use ELSE IF instead
(#58) Variable "contentHash" must be all lower-case
(#60) Variable "contentHash" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Model/MultipartUpload/AbstractTransfer.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#39) Protected method name "AbstractTransfer::calculatePartSize" must be in lower-case letters only
(#40) Opening brace should be on the same line as the declaration
(#48) Opening brace should be on the same line as the declaration
(#49) Variable "partGenerator" must be all lower-case
(#52) Variable "partGenerator" must be all lower-case
(#53) Variable "partGenerator" must be all lower-case
(#64) Protected method name "AbstractTransfer::getAbortCommand" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#83) Protected method name "AbstractTransfer::getCommandForPart" must be in lower-case letters only
(#83) Variable "useSourceCopy" must be all lower-case
(#84) Opening brace should be on the same line as the declaration
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Variable "useSourceCopy" must be all lower-case
(#93) Variable "sourceUri" must be all lower-case
(#94) Variable "sourceUri" must be all lower-case
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Model/MultipartUpload/ParallelTransfer.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Opening brace should be on the same line as the declaration
(#39) The use of backticks in strings is not recommended
(#47) Opening brace should be on the same line as the declaration
(#50) Variable "chunkSize" must be all lower-case
(#51) Variable "partSets" must be all lower-case
(#51) Variable "chunkSize" must be all lower-case
(#53) Variable "partSets" must be all lower-case
(#53) Variable "partSet" must be all lower-case
(#54) Inline doc block type-hinting for '$part' does not match next code line '$commands...'
(#56) Variable "partSet" must be all lower-case
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Inline doc block type-hinting for '$command' does not match next code line 'foreach...'
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Model/MultipartUpload/SerialTransfer.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#28) Opening brace should be on the same line as the declaration
(#30) Variable "partGenerator" must be all lower-case
(#32) Inline doc block type-hinting for '$part' does not match next code line 'foreach...'
(#33) Variable "partGenerator" must be all lower-case
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Variable "eventData" must be all lower-case
(#38) Variable "eventData" must be all lower-case
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Variable "eventData" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Model/MultipartUpload/TransferState.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#34) Member variable "partGenerator" must be all lower-case
(#39) Public method name "TransferState::fromUploadId" must be in lower-case letters only
(#39) Variable "uploadId" must be all lower-case
(#40) Opening brace should be on the same line as the declaration
(#41) Variable "transferState" must be all lower-case
(#41) Variable "uploadId" must be all lower-case
(#42) Variable "listParts" must be all lower-case
(#42) Variable "uploadId" must be all lower-case
(#44) Variable "listParts" must be all lower-case
(#45) Variable "firstByte" must be all lower-case
(#45) Variable "lastByte" must be all lower-case
(#46) Variable "partSize" must be all lower-case
(#46) Variable "listParts" must be all lower-case
(#47) Variable "partData" must be all lower-case
(#48) Variable "firstByte" must be all lower-case
(#48) Variable "partSize" must be all lower-case
(#51) Variable "lastByte" must be all lower-case
(#51) Variable "firstByte" must be all lower-case
(#52) Variable "firstByte" must be all lower-case
(#54) Variable "transferState" must be all lower-case
(#54) Variable "partData" must be all lower-case
(#57) Variable "transferState" must be all lower-case
(#65) Public method name "TransferState::setPartGenerator" must be in lower-case letters only
(#65) Variable "partGenerator" must be all lower-case
(#66) Opening brace should be on the same line as the declaration
(#67) Variable "partGenerator" must be all lower-case
(#75) Public method name "TransferState::getPartGenerator" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Model/MultipartUpload/UploadBuilder.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Member variable "accountId" must be all lower-case
(#38) Member variable "vaultName" must be all lower-case
(#48) Member variable "partSize" must be all lower-case
(#53) Member variable "archiveDescription" must be all lower-case
(#58) Member variable "partGenerator" must be all lower-case
(#67) Public method name "UploadBuilder::setAccountId" must be in lower-case letters only
(#67) Variable "accountId" must be all lower-case
(#68) Opening brace should be on the same line as the declaration
(#69) Variable "accountId" must be all lower-case
(#76) Expected 5 space(s) before asterisk; 6 found
(#77) Expected 5 space(s) before asterisk; 6 found
(#78) Expected 5 space(s) before asterisk; 6 found
(#79) Expected 5 space(s) before asterisk; 6 found
(#81) Public method name "UploadBuilder::setVaultName" must be in lower-case letters only
(#81) Variable "vaultName" must be all lower-case
(#82) Opening brace should be on the same line as the declaration
(#83) Variable "vaultName" must be all lower-case
(#95) Public method name "UploadBuilder::setPartSize" must be in lower-case letters only
(#95) Variable "partSize" must be all lower-case
(#96) Opening brace should be on the same line as the declaration
(#97) Variable "partSize" must be all lower-case
(#104) Expected 5 space(s) before asterisk; 6 found
(#105) Expected 5 space(s) before asterisk; 6 found
(#106) Expected 5 space(s) before asterisk; 6 found
(#107) Expected 5 space(s) before asterisk; 6 found
(#109) Public method name "UploadBuilder::setArchiveDescription" must be in lower-case letters only
(#109) Variable "archiveDescription" must be all lower-case
(#110) Opening brace should be on the same line as the declaration
(#111) Variable "archiveDescription" must be all lower-case
(#124) Public method name "UploadBuilder::setConcurrency" must be in lower-case letters only
(#125) Opening brace should be on the same line as the declaration
(#138) Public method name "UploadBuilder::setPartGenerator" must be in lower-case letters only
(#138) Variable "partGenerator" must be all lower-case
(#139) Opening brace should be on the same line as the declaration
(#140) Variable "partGenerator" must be all lower-case
(#151) Opening brace should be on the same line as the declaration
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) Inline doc block type-hinting for '$state' does not match next code line '$this...'
(#177) Usage of ELSEIF not allowed; use ELSE IF instead
(#186) Expected 1 space before "?"; newline found
(#187) Expected 1 space before ":"; newline found
(#193) Protected method name "UploadBuilder::initiateMultipartUpload" must be in lower-case letters only
(#194) Opening brace should be on the same line as the declaration
(#200) Variable "partGenerator" must be all lower-case
(#204) Variable "partGenerator" must be all lower-case
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#212) Variable "partGenerator" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Model/MultipartUpload/UploadId.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Member variable "expectedValues" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Model/MultipartUpload/UploadPart.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Member variable "keyMap" must be all lower-case
(#45) Member variable "contentHash" must be all lower-case
(#60) Public method name "UploadPart::getChecksum" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#68) Public method name "UploadPart::getContentHash" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#76) Public method name "UploadPart::getSize" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#84) Public method name "UploadPart::getOffset" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#94) Public method name "UploadPart::getRange" must be in lower-case letters only
(#95) Opening brace should be on the same line as the declaration
(#104) Public method name "UploadPart::getFormattedRange" must be in lower-case letters only
(#105) Opening brace should be on the same line as the declaration
(#106) Variable "firstByte" must be all lower-case
(#106) Variable "lastByte" must be all lower-case
(#108) Variable "firstByte" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Model/MultipartUpload/UploadPartContext.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Member variable "treeHash" must be all lower-case
(#36) Member variable "chunkHash" must be all lower-case
(#51) Member variable "maxSize" must be all lower-case
(#56) Member variable "uploadPart" must be all lower-case
(#62) Variable "maxSize" must be all lower-case
(#63) Opening brace should be on the same line as the declaration
(#64) Variable "maxSize" must be all lower-case
(#80) Public method name "UploadPartContext::addData" must be in lower-case letters only
(#81) Opening brace should be on the same line as the declaration
(#104) Public method name "UploadPartContext::generatePart" must be in lower-case letters only
(#105) Opening brace should be on the same line as the declaration
(#124) Public method name "UploadPartContext::isFull" must be in lower-case letters only
(#125) Opening brace should be on the same line as the declaration
(#134) Public method name "UploadPartContext::isEmpty" must be in lower-case letters only
(#135) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Model/MultipartUpload/UploadPartGenerator.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion
(#38) Member variable "rootChecksum" must be all lower-case
(#43) Member variable "uploadParts" must be all lower-case
(#48) Member variable "archiveSize" must be all lower-case
(#53) Member variable "partSize" must be all lower-case
(#63) Variable "partSize" must be all lower-case
(#64) Opening brace should be on the same line as the declaration
(#65) Variable "partSize" must be all lower-case
(#76) Public method name "UploadPartGenerator::createSingleUploadPart" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#80) Inline comments must start with a capital letter, digit or 3-dots sequence
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Variable "partSize" must be all lower-case
(#97) Opening brace should be on the same line as the declaration
(#98) Variable "partSize" must be all lower-case
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Line indented incorrectly; expected at least 8 spaces, found 7
(#101) Variable "validPartSizes" must be all lower-case
(#101) Closing brace must be on a line by itself
(#102) Variable "validPartSizes" must be all lower-case
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) Public method name "UploadPartGenerator::getUploadPart" must be in lower-case letters only
(#129) Variable "partNumber" must be all lower-case
(#130) Opening brace should be on the same line as the declaration
(#131) Variable "partNumber" must be all lower-case
(#131) Variable "partNumber" must be all lower-case
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Variable "partNumber" must be all lower-case
(#135) Variable "partNumber" must be all lower-case
(#137) Variable "partNumber" must be all lower-case
(#143) Public method name "UploadPartGenerator::getAllParts" must be in lower-case letters only
(#144) Opening brace should be on the same line as the declaration
(#151) Public method name "UploadPartGenerator::getArchiveSize" must be in lower-case letters only
(#152) Opening brace should be on the same line as the declaration
(#159) Public method name "UploadPartGenerator::getRootChecksum" must be in lower-case letters only
(#160) Opening brace should be on the same line as the declaration
(#173) Public method name "UploadPartGenerator::getPartSize" must be in lower-case letters only
(#174) Opening brace should be on the same line as the declaration
(#182) Opening brace should be on the same line as the declaration
(#194) Opening brace should be on the same line as the declaration
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#213) Public method name "UploadPartGenerator::getIterator" must be in lower-case letters only
(#214) Opening brace should be on the same line as the declaration
(#222) Opening brace should be on the same line as the declaration
(#231) Protected method name "UploadPartGenerator::generateUploadParts" must be in lower-case letters only
(#232) Opening brace should be on the same line as the declaration
(#233) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#237) Variable "uploadContext" must be all lower-case
(#239) Inline comments must end in full-stops, exclamation marks, or question marks
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) Variable "uploadContext" must be all lower-case
(#245) Inline comments must end in full-stops, exclamation marks, or question marks
(#246) Variable "uploadContext" must be all lower-case
(#247) Variable "uploadContext" must be all lower-case
(#248) Variable "uploadContext" must be all lower-case
(#254) Inline comments must end in full-stops, exclamation marks, or question marks
(#255) Variable "uploadContext" must be all lower-case
(#256) Variable "uploadContext" must be all lower-case
(#259) Inline comments must end in full-stops, exclamation marks, or question marks
(#270) Protected method name "UploadPartGenerator::updateTotals" must be in lower-case letters only
(#271) Opening brace should be on the same line as the declaration
(#272) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) Inline comments must start with a capital letter, digit or 3-dots sequence
(#274) Inline comments must end in full-stops, exclamation marks, or question marks
(#276) Inline comments must start with a capital letter, digit or 3-dots sequence
(#276) Inline comments must end in full-stops, exclamation marks, or question marks
(#283) Private method name "UploadPartGenerator::readPart" must be in lower-case letters only
(#284) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Resources/glacier-2012-06-01.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#810) Line exceeds 132 characters; contains 176 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/AssignmentStatusType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/StatusType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DeleteConflictException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 153 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DuplicateCertificateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityTemporarilyUnmodifiableException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 296 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/IamException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidAuthenticationCodeException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidCertificateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidInputException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidUserTypeException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/KeyPairMismatchException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/LimitExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 155 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedCertificateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedPolicyDocumentException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/NoSuchEntityException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/PasswordPolicyViolationException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#121) Line exceeds 132 characters; contains 134 characters
(#142) Line exceeds 132 characters; contains 141 characters
(#143) Line exceeds 132 characters; contains 153 characters
(#144) Line exceeds 132 characters; contains 161 characters
(#145) Line exceeds 132 characters; contains 175 characters
(#146) Line exceeds 132 characters; contains 173 characters
(#147) Line exceeds 132 characters; contains 173 characters
(#148) Line exceeds 132 characters; contains 167 characters
(#149) Line exceeds 132 characters; contains 159 characters
(#150) Line exceeds 132 characters; contains 145 characters
(#151) Line exceeds 132 characters; contains 159 characters
(#152) Line exceeds 132 characters; contains 165 characters
(#153) Line exceeds 132 characters; contains 179 characters
(#154) Line exceeds 132 characters; contains 153 characters
(#155) Line exceeds 132 characters; contains 149 characters
(#156) Line exceeds 132 characters; contains 157 characters
(#157) Line exceeds 132 characters; contains 143 characters
(#158) Line exceeds 132 characters; contains 159 characters
(#159) Line exceeds 132 characters; contains 169 characters
(#160) Line exceeds 132 characters; contains 171 characters
(#161) Line exceeds 132 characters; contains 157 characters
(#162) Line exceeds 132 characters; contains 143 characters
(#163) Line exceeds 132 characters; contains 167 characters
(#164) Line exceeds maximum limit of 180 characters; contains 185 characters
(#169) Expected MOODLE_INTERNAL check or config.php inclusion
(#182) Opening brace should be on the same line as the declaration
(#184) Space found before object operator
(#185) Space found before object operator
(#189) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Resources/iam-2010-05-08.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#112) Line exceeds 132 characters; contains 137 characters
(#116) Line exceeds 132 characters; contains 152 characters
(#120) Line exceeds maximum limit of 180 characters; contains 187 characters
(#161) Line exceeds 132 characters; contains 152 characters
(#169) Line exceeds maximum limit of 180 characters; contains 187 characters
(#210) Line exceeds 132 characters; contains 152 characters
(#214) Line exceeds maximum limit of 180 characters; contains 187 characters
(#255) Line exceeds 132 characters; contains 152 characters
(#259) Line exceeds maximum limit of 180 characters; contains 187 characters
(#263) Line exceeds 132 characters; contains 137 characters
(#304) Line exceeds 132 characters; contains 152 characters
(#308) Line exceeds maximum limit of 180 characters; contains 187 characters
(#312) Line exceeds 132 characters; contains 137 characters
(#353) Line exceeds 132 characters; contains 152 characters
(#357) Line exceeds maximum limit of 180 characters; contains 187 characters
(#361) Line exceeds 132 characters; contains 137 characters
(#402) Line exceeds 132 characters; contains 152 characters
(#410) Line exceeds maximum limit of 180 characters; contains 187 characters
(#414) Line exceeds maximum limit of 180 characters; contains 328 characters
(#418) Line exceeds 132 characters; contains 159 characters
(#452) Line exceeds 132 characters; contains 152 characters
(#456) Line exceeds maximum limit of 180 characters; contains 187 characters
(#495) Line exceeds maximum limit of 180 characters; contains 187 characters
(#535) Line exceeds maximum limit of 180 characters; contains 187 characters
(#543) Line exceeds 132 characters; contains 152 characters
(#587) Line exceeds maximum limit of 180 characters; contains 187 characters
(#637) Line exceeds 132 characters; contains 152 characters
(#641) Line exceeds 132 characters; contains 159 characters
(#645) Line exceeds maximum limit of 180 characters; contains 187 characters
(#701) Line exceeds 132 characters; contains 137 characters
(#709) Line exceeds maximum limit of 180 characters; contains 187 characters
(#758) Line exceeds 132 characters; contains 137 characters
(#762) Line exceeds maximum limit of 180 characters; contains 187 characters
(#770) Line exceeds 132 characters; contains 150 characters
(#816) Line exceeds 132 characters; contains 152 characters
(#820) Line exceeds 132 characters; contains 150 characters
(#824) Line exceeds 132 characters; contains 137 characters
(#828) Line exceeds maximum limit of 180 characters; contains 187 characters
(#874) Line exceeds maximum limit of 180 characters; contains 187 characters
(#882) Line exceeds 132 characters; contains 150 characters
(#923) Line exceeds 132 characters; contains 137 characters
(#931) Line exceeds maximum limit of 180 characters; contains 187 characters
(#971) Line exceeds maximum limit of 180 characters; contains 187 characters
(#979) Line exceeds 132 characters; contains 152 characters
(#1019) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1064) Line exceeds maximum limit of 180 characters; contains 328 characters
(#1068) Line exceeds 132 characters; contains 152 characters
(#1072) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1112) Line exceeds 132 characters; contains 152 characters
(#1116) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1151) Line exceeds 132 characters; contains 152 characters
(#1155) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1184) Line exceeds 132 characters; contains 152 characters
(#1188) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1223) Line exceeds 132 characters; contains 152 characters
(#1227) Line exceeds maximum limit of 180 characters; contains 185 characters
(#1231) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1272) Line exceeds 132 characters; contains 152 characters
(#1276) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1311) Line exceeds 132 characters; contains 152 characters
(#1315) Line exceeds maximum limit of 180 characters; contains 185 characters
(#1319) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1354) Line exceeds maximum limit of 180 characters; contains 328 characters
(#1358) Line exceeds 132 characters; contains 152 characters
(#1362) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1397) Line exceeds 132 characters; contains 137 characters
(#1401) Line exceeds 132 characters; contains 152 characters
(#1436) Line exceeds 132 characters; contains 152 characters
(#1440) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1444) Line exceeds 132 characters; contains 137 characters
(#1448) Line exceeds maximum limit of 180 characters; contains 185 characters
(#1488) Line exceeds 132 characters; contains 152 characters
(#1492) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1496) Line exceeds 132 characters; contains 137 characters
(#1500) Line exceeds maximum limit of 180 characters; contains 185 characters
(#1535) Line exceeds 132 characters; contains 152 characters
(#1539) Line exceeds maximum limit of 180 characters; contains 185 characters
(#1543) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1584) Line exceeds 132 characters; contains 152 characters
(#1588) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1623) Line exceeds 132 characters; contains 137 characters
(#1627) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1631) Line exceeds 132 characters; contains 152 characters
(#1672) Line exceeds 132 characters; contains 152 characters
(#1703) Line exceeds 132 characters; contains 152 characters
(#1707) Line exceeds maximum limit of 180 characters; contains 185 characters
(#1711) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1751) Line exceeds 132 characters; contains 152 characters
(#1755) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1790) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1794) Line exceeds 132 characters; contains 152 characters
(#1798) Line exceeds maximum limit of 180 characters; contains 185 characters
(#1839) Line exceeds 132 characters; contains 152 characters
(#1843) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1878) Line exceeds 132 characters; contains 152 characters
(#1882) Line exceeds maximum limit of 180 characters; contains 185 characters
(#1886) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1927) Line exceeds 132 characters; contains 152 characters
(#1931) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1935) Line exceeds 132 characters; contains 137 characters
(#1976) Line exceeds 132 characters; contains 152 characters
(#1980) Line exceeds maximum limit of 180 characters; contains 187 characters
(#1984) Line exceeds 132 characters; contains 137 characters
(#2025) Line exceeds 132 characters; contains 152 characters
(#2029) Line exceeds maximum limit of 180 characters; contains 187 characters
(#2033) Line exceeds 132 characters; contains 137 characters
(#2090) Line exceeds maximum limit of 180 characters; contains 328 characters
(#2094) Line exceeds 132 characters; contains 159 characters
(#2098) Line exceeds maximum limit of 180 characters; contains 187 characters
(#2102) Line exceeds 132 characters; contains 152 characters
(#2131) Line exceeds maximum limit of 180 characters; contains 187 characters
(#2166) Line exceeds 132 characters; contains 152 characters
(#2236) Line exceeds 132 characters; contains 152 characters
(#2301) Line exceeds 132 characters; contains 137 characters
(#2342) Line exceeds 132 characters; contains 152 characters
(#2346) Line exceeds 132 characters; contains 137 characters
(#2371) Line exceeds 132 characters; contains 168 characters
(#2375) Line exceeds maximum limit of 180 characters; contains 292 characters
(#2425) Line exceeds 132 characters; contains 152 characters
(#2466) Line exceeds 132 characters; contains 152 characters
(#2501) Line exceeds 132 characters; contains 152 characters
(#2536) Line exceeds 132 characters; contains 152 characters
(#2571) Line exceeds 132 characters; contains 137 characters
(#2575) Line exceeds 132 characters; contains 152 characters
(#2610) Line exceeds 132 characters; contains 152 characters
(#2614) Line exceeds 132 characters; contains 137 characters
(#2654) Line exceeds 132 characters; contains 152 characters
(#2658) Line exceeds 132 characters; contains 137 characters
(#2693) Line exceeds 132 characters; contains 152 characters
(#2734) Line exceeds 132 characters; contains 152 characters
(#2769) Line exceeds 132 characters; contains 152 characters
(#2773) Line exceeds 132 characters; contains 137 characters
(#2819) Line exceeds 132 characters; contains 152 characters
(#2854) Line exceeds 132 characters; contains 152 characters
(#2888) Line exceeds 132 characters; contains 152 characters
(#2929) Line exceeds 132 characters; contains 152 characters
(#2974) Line exceeds 132 characters; contains 152 characters
(#3060) Line exceeds 132 characters; contains 152 characters
(#3064) Line exceeds 132 characters; contains 137 characters
(#3114) Line exceeds 132 characters; contains 152 characters
(#3118) Line exceeds 132 characters; contains 137 characters
(#3168) Line exceeds 132 characters; contains 152 characters
(#3172) Line exceeds 132 characters; contains 137 characters
(#3227) Line exceeds 132 characters; contains 152 characters
(#3231) Line exceeds 132 characters; contains 137 characters
(#3277) Line exceeds 132 characters; contains 152 characters
(#3364) Line exceeds 132 characters; contains 152 characters
(#3451) Line exceeds 132 characters; contains 152 characters
(#3496) Line exceeds 132 characters; contains 152 characters
(#3616) Line exceeds 132 characters; contains 152 characters
(#3620) Line exceeds 132 characters; contains 137 characters
(#3666) Line exceeds 132 characters; contains 152 characters
(#3777) Line exceeds 132 characters; contains 152 characters
(#3859) Line exceeds 132 characters; contains 152 characters
(#3905) Line exceeds 132 characters; contains 152 characters
(#4027) Line exceeds maximum limit of 180 characters; contains 187 characters
(#4031) Line exceeds 132 characters; contains 150 characters
(#4035) Line exceeds 132 characters; contains 152 characters
(#4082) Line exceeds maximum limit of 180 characters; contains 187 characters
(#4086) Line exceeds 132 characters; contains 150 characters
(#4090) Line exceeds 132 characters; contains 152 characters
(#4137) Line exceeds maximum limit of 180 characters; contains 187 characters
(#4141) Line exceeds 132 characters; contains 150 characters
(#4145) Line exceeds 132 characters; contains 152 characters
(#4186) Line exceeds 132 characters; contains 137 characters
(#4190) Line exceeds 132 characters; contains 152 characters
(#4231) Line exceeds 132 characters; contains 152 characters
(#4235) Line exceeds maximum limit of 180 characters; contains 187 characters
(#4276) Line exceeds 132 characters; contains 152 characters
(#4280) Line exceeds maximum limit of 180 characters; contains 187 characters
(#4333) Line exceeds 132 characters; contains 159 characters
(#4337) Line exceeds 132 characters; contains 152 characters
(#4341) Line exceeds maximum limit of 180 characters; contains 187 characters
(#4381) Line exceeds 132 characters; contains 152 characters
(#4385) Line exceeds 132 characters; contains 137 characters
(#4389) Line exceeds maximum limit of 180 characters; contains 187 characters
(#4507) Line exceeds 132 characters; contains 137 characters
(#4511) Line exceeds maximum limit of 180 characters; contains 182 characters
(#4630) Line exceeds 132 characters; contains 152 characters
(#4634) Line exceeds 132 characters; contains 137 characters
(#4638) Line exceeds maximum limit of 180 characters; contains 182 characters
(#4679) Line exceeds 132 characters; contains 152 characters
(#4683) Line exceeds maximum limit of 180 characters; contains 187 characters
(#4760) Line exceeds 132 characters; contains 152 characters
(#4764) Line exceeds 132 characters; contains 150 characters
(#4768) Line exceeds maximum limit of 180 characters; contains 187 characters
(#4809) Line exceeds 132 characters; contains 152 characters
(#4813) Line exceeds 132 characters; contains 150 characters
(#4817) Line exceeds maximum limit of 180 characters; contains 187 characters
(#4862) Line exceeds 132 characters; contains 152 characters
(#4870) Line exceeds maximum limit of 180 characters; contains 187 characters
(#4915) Line exceeds maximum limit of 180 characters; contains 328 characters
(#4919) Line exceeds 132 characters; contains 152 characters
(#4923) Line exceeds 132 characters; contains 159 characters
(#4927) Line exceeds maximum limit of 180 characters; contains 187 characters
(#4973) Line exceeds 132 characters; contains 137 characters
(#4977) Line exceeds 132 characters; contains 152 characters
(#5018) Line exceeds 132 characters; contains 152 characters
(#5022) Line exceeds 132 characters; contains 137 characters
(#5026) Line exceeds maximum limit of 180 characters; contains 187 characters
(#5072) Line exceeds 132 characters; contains 152 characters
(#5113) Line exceeds 132 characters; contains 152 characters
(#5121) Line exceeds maximum limit of 180 characters; contains 187 characters
(#5166) Line exceeds 132 characters; contains 152 characters
(#5170) Line exceeds maximum limit of 180 characters; contains 187 characters
(#5215) Line exceeds 132 characters; contains 152 characters
(#5219) Line exceeds maximum limit of 180 characters; contains 187 characters
(#5227) Line exceeds maximum limit of 180 characters; contains 328 characters
(#5268) Line exceeds maximum limit of 180 characters; contains 187 characters
(#5272) Line exceeds 132 characters; contains 152 characters
(#5280) Line exceeds 132 characters; contains 137 characters
(#5337) Line exceeds maximum limit of 180 characters; contains 187 characters
(#5345) Line exceeds 132 characters; contains 157 characters
(#5389) Line exceeds maximum limit of 180 characters; contains 187 characters
(#5397) Line exceeds 132 characters; contains 157 characters
(#5405) Line exceeds 132 characters; contains 135 characters
(#5409) Line exceeds 132 characters; contains 152 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Enum/JobType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/BucketPermissionException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/CanceledJobIdException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/ExpiredJobIdException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/ImportExportException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/InvalidAccessKeyIdException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 178 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/InvalidAddressException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/InvalidCustomsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/InvalidFileSystemException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/InvalidJobIdException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/InvalidManifestFieldException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/InvalidParameterException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/MalformedManifestException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/MissingCustomsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/MissingManifestFieldException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/MissingParameterException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/MultipleRegionsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 139 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/NoSuchBucketException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 235 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/UnableToCancelJobIdException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/ImportExportClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#35) Line exceeds 132 characters; contains 141 characters
(#40) Expected MOODLE_INTERNAL check or config.php inclusion
(#53) Opening brace should be on the same line as the declaration
(#55) Space found before object operator
(#56) Space found before object operator
(#60) Space found before object operator
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/JobManifestListener.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Public method name "JobManifestListener::getSubscribedEvents" must be in lower-case letters only
(#31) Opening brace should be on the same line as the declaration
(#40) Public method name "JobManifestListener::onCommandBeforePrepare" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Resources/importexport-2010-06-01.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#114) Line exceeds maximum limit of 180 characters; contains 211 characters
(#175) Line exceeds maximum limit of 180 characters; contains 211 characters
(#191) Line exceeds maximum limit of 180 characters; contains 269 characters
(#207) Line exceeds 132 characters; contains 171 characters
(#219) Line exceeds maximum limit of 180 characters; contains 214 characters
(#318) Line exceeds maximum limit of 180 characters; contains 211 characters
(#376) Line exceeds maximum limit of 180 characters; contains 211 characters
(#421) Line exceeds maximum limit of 180 characters; contains 211 characters
(#483) Line exceeds maximum limit of 180 characters; contains 211 characters
(#503) Line exceeds maximum limit of 180 characters; contains 269 characters
(#527) Line exceeds 132 characters; contains 171 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kinesis/Enum/ShardIteratorType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kinesis/Enum/StreamStatus.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kinesis/Exception/ExpiredIteratorException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kinesis/Exception/InvalidArgumentException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kinesis/Exception/KinesisException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kinesis/Exception/LimitExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kinesis/Exception/ProvisionedThroughputExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kinesis/Exception/ResourceInUseException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kinesis/Exception/ResourceNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kinesis/KinesisClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#45) Line exceeds 132 characters; contains 153 characters
(#46) Line exceeds 132 characters; contains 147 characters
(#51) Expected MOODLE_INTERNAL check or config.php inclusion
(#64) Opening brace should be on the same line as the declaration
(#66) Space found before object operator
(#67) Space found before object operator
(#71) Space found before object operator
(#72) Space found before object operator
(#76) Opening brace should be on the same line as the declaration
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kinesis/Resources/kinesis-2013-12-02.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#101) Line exceeds maximum limit of 180 characters; contains 191 characters
(#105) Line exceeds 132 characters; contains 156 characters
(#109) Line exceeds 132 characters; contains 167 characters
(#113) Line exceeds 132 characters; contains 177 characters
(#155) Line exceeds 132 characters; contains 156 characters
(#159) Line exceeds 132 characters; contains 177 characters
(#163) Line exceeds 132 characters; contains 167 characters
(#205) Line exceeds 132 characters; contains 156 characters
(#209) Line exceeds maximum limit of 180 characters; contains 191 characters
(#213) Line exceeds 132 characters; contains 177 characters
(#217) Line exceeds 132 characters; contains 167 characters
(#252) Line exceeds maximum limit of 180 characters; contains 191 characters
(#256) Line exceeds 132 characters; contains 177 characters
(#302) Line exceeds maximum limit of 180 characters; contains 191 characters
(#306) Line exceeds 132 characters; contains 177 characters
(#347) Line exceeds maximum limit of 180 characters; contains 191 characters
(#351) Line exceeds 132 characters; contains 167 characters
(#355) Line exceeds maximum limit of 180 characters; contains 277 characters
(#409) Line exceeds maximum limit of 180 characters; contains 191 characters
(#413) Line exceeds 132 characters; contains 167 characters
(#417) Line exceeds maximum limit of 180 characters; contains 277 characters
(#459) Line exceeds 132 characters; contains 156 characters
(#463) Line exceeds maximum limit of 180 characters; contains 191 characters
(#467) Line exceeds 132 characters; contains 177 characters
(#471) Line exceeds 132 characters; contains 167 characters
(#511) Line exceeds 132 characters; contains 177 characters
(#557) Line exceeds maximum limit of 180 characters; contains 191 characters
(#561) Line exceeds 132 characters; contains 167 characters
(#565) Line exceeds 132 characters; contains 177 characters
(#612) Line exceeds maximum limit of 180 characters; contains 191 characters
(#616) Line exceeds 132 characters; contains 156 characters
(#620) Line exceeds 132 characters; contains 167 characters
(#624) Line exceeds 132 characters; contains 177 characters
(#681) Line exceeds maximum limit of 180 characters; contains 191 characters
(#685) Line exceeds 132 characters; contains 167 characters
(#689) Line exceeds maximum limit of 180 characters; contains 277 characters
(#752) Line exceeds maximum limit of 180 characters; contains 191 characters
(#756) Line exceeds 132 characters; contains 167 characters
(#760) Line exceeds maximum limit of 180 characters; contains 277 characters
(#807) Line exceeds maximum limit of 180 characters; contains 191 characters
(#811) Line exceeds 132 characters; contains 156 characters
(#815) Line exceeds 132 characters; contains 167 characters
(#819) Line exceeds 132 characters; contains 177 characters
(#865) Line exceeds maximum limit of 180 characters; contains 191 characters
(#869) Line exceeds 132 characters; contains 156 characters
(#873) Line exceeds 132 characters; contains 167 characters
(#877) Line exceeds 132 characters; contains 177 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kms/Exception/KmsException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kms/KmsClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#58) Line exceeds 132 characters; contains 147 characters
(#59) Line exceeds 132 characters; contains 145 characters
(#60) Line exceeds 132 characters; contains 155 characters
(#61) Line exceeds 132 characters; contains 141 characters
(#66) Expected MOODLE_INTERNAL check or config.php inclusion
(#81) Opening brace should be on the same line as the declaration
(#83) Space found before object operator
(#84) Space found before object operator
(#88) Space found before object operator
(#89) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kms/Resources/kms-2014-11-01.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#74) Line exceeds maximum limit of 180 characters; contains 335 characters
(#135) Line exceeds 132 characters; contains 173 characters
(#139) Line exceeds maximum limit of 180 characters; contains 335 characters
(#256) Line exceeds 132 characters; contains 173 characters
(#260) Line exceeds maximum limit of 180 characters; contains 335 characters
(#302) Line exceeds 132 characters; contains 134 characters
(#322) Line exceeds 132 characters; contains 173 characters
(#387) Line exceeds 132 characters; contains 136 characters
(#407) Line exceeds maximum limit of 180 characters; contains 335 characters
(#454) Line exceeds maximum limit of 180 characters; contains 335 characters
(#562) Line exceeds maximum limit of 180 characters; contains 335 characters
(#617) Line exceeds maximum limit of 180 characters; contains 335 characters
(#668) Line exceeds 132 characters; contains 173 characters
(#672) Line exceeds maximum limit of 180 characters; contains 335 characters
(#727) Line exceeds maximum limit of 180 characters; contains 335 characters
(#806) Line exceeds 132 characters; contains 163 characters
(#818) Line exceeds maximum limit of 180 characters; contains 335 characters
(#899) Line exceeds 132 characters; contains 163 characters
(#911) Line exceeds maximum limit of 180 characters; contains 335 characters
(#992) Line exceeds 132 characters; contains 163 characters
(#1004) Line exceeds maximum limit of 180 characters; contains 335 characters
(#1100) Line exceeds maximum limit of 180 characters; contains 335 characters
(#1151) Line exceeds maximum limit of 180 characters; contains 335 characters
(#1195) Line exceeds 132 characters; contains 142 characters
(#1253) Line exceeds 132 characters; contains 142 characters
(#1265) Line exceeds maximum limit of 180 characters; contains 335 characters
(#1327) Line exceeds maximum limit of 180 characters; contains 335 characters
(#1421) Line exceeds 132 characters; contains 142 characters
(#1488) Line exceeds 132 characters; contains 134 characters
(#1508) Line exceeds 132 characters; contains 173 characters
(#1512) Line exceeds maximum limit of 180 characters; contains 335 characters
(#1593) Line exceeds 132 characters; contains 136 characters
(#1605) Line exceeds 132 characters; contains 163 characters
(#1617) Line exceeds maximum limit of 180 characters; contains 335 characters
(#1681) Line exceeds maximum limit of 180 characters; contains 335 characters
(#1742) Line exceeds maximum limit of 180 characters; contains 335 characters
(#1799) Line exceeds maximum limit of 180 characters; contains 335 characters
(#1852) Line exceeds maximum limit of 180 characters; contains 335 characters
(#1908) Line exceeds maximum limit of 180 characters; contains 335 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Lambda/Exception/LambdaException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Lambda/LambdaClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#54) Line exceeds 132 characters; contains 171 characters
(#55) Line exceeds 132 characters; contains 151 characters
(#60) Expected MOODLE_INTERNAL check or config.php inclusion
(#75) Opening brace should be on the same line as the declaration
(#77) Space found before object operator
(#78) Space found before object operator
(#82) Space found before object operator
(#83) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Lambda/Resources/lambda-2014-11-11.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#69) Line exceeds maximum limit of 180 characters; contains 276 characters
(#122) Line exceeds maximum limit of 180 characters; contains 276 characters
(#252) Line exceeds maximum limit of 180 characters; contains 276 characters
(#305) Line exceeds maximum limit of 180 characters; contains 276 characters
(#358) Line exceeds maximum limit of 180 characters; contains 276 characters
(#427) Line exceeds maximum limit of 180 characters; contains 276 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Lambda/Resources/lambda-2015-03-31.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#74) Line exceeds 132 characters; contains 148 characters
(#82) Line exceeds maximum limit of 180 characters; contains 276 characters
(#130) Line exceeds 132 characters; contains 148 characters
(#138) Line exceeds maximum limit of 180 characters; contains 276 characters
(#187) Line exceeds maximum limit of 180 characters; contains 276 characters
(#279) Line exceeds maximum limit of 180 characters; contains 276 characters
(#283) Line exceeds 132 characters; contains 148 characters
(#325) Line exceeds maximum limit of 180 characters; contains 276 characters
(#352) Line exceeds 132 characters; contains 148 characters
(#356) Line exceeds maximum limit of 180 characters; contains 276 characters
(#389) Line exceeds 132 characters; contains 148 characters
(#396) Line exceeds maximum limit of 180 characters; contains 276 characters
(#431) Line exceeds 132 characters; contains 148 characters
(#435) Line exceeds maximum limit of 180 characters; contains 276 characters
(#462) Line exceeds 132 characters; contains 148 characters
(#466) Line exceeds maximum limit of 180 characters; contains 276 characters
(#499) Line exceeds 132 characters; contains 148 characters
(#506) Line exceeds maximum limit of 180 characters; contains 276 characters
(#536) Line exceeds 132 characters; contains 148 characters
(#543) Line exceeds maximum limit of 180 characters; contains 276 characters
(#573) Line exceeds 132 characters; contains 148 characters
(#580) Line exceeds maximum limit of 180 characters; contains 276 characters
(#632) Line exceeds 132 characters; contains 148 characters
(#640) Line exceeds 132 characters; contains 138 characters
(#651) Line exceeds maximum limit of 180 characters; contains 276 characters
(#684) Line exceeds 132 characters; contains 148 characters
(#728) Line exceeds 132 characters; contains 148 characters
(#732) Line exceeds maximum limit of 180 characters; contains 276 characters
(#773) Line exceeds 132 characters; contains 148 characters
(#777) Line exceeds maximum limit of 180 characters; contains 276 characters
(#843) Line exceeds 132 characters; contains 148 characters
(#847) Line exceeds maximum limit of 180 characters; contains 276 characters
(#883) Line exceeds 132 characters; contains 148 characters
(#887) Line exceeds maximum limit of 180 characters; contains 276 characters
(#930) Line exceeds 132 characters; contains 148 characters
(#934) Line exceeds maximum limit of 180 characters; contains 276 characters
(#977) Line exceeds 132 characters; contains 148 characters
(#981) Line exceeds maximum limit of 180 characters; contains 276 characters
(#1024) Line exceeds 132 characters; contains 148 characters
(#1028) Line exceeds maximum limit of 180 characters; contains 276 characters
(#1087) Line exceeds 132 characters; contains 148 characters
(#1091) Line exceeds maximum limit of 180 characters; contains 276 characters
(#1146) Line exceeds 132 characters; contains 148 characters
(#1150) Line exceeds maximum limit of 180 characters; contains 276 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/MachineLearning/Exception/MachineLearningException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/MachineLearning/MachineLearningClient.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#45) Expected MOODLE_INTERNAL check or config.php inclusion
(#60) Opening brace should be on the same line as the declaration
(#62) Space found before object operator
(#63) Space found before object operator
(#67) Space found before object operator
(#68) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/MachineLearning/PredictEndpointListener.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "PredictEndpointListener::getSubscribedEvents" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
(#24) Public method name "PredictEndpointListener::onCommandBeforeSend" must be in lower-case letters only
(#25) Opening brace should be on the same line as the declaration
(#30) Variable "requestUrl" must be all lower-case
(#31) Variable "requestUrl" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/MachineLearning/Resources/machinelearning-2014-12-12.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#72) Line exceeds maximum limit of 180 characters; contains 199 characters
(#211) Line exceeds maximum limit of 180 characters; contains 199 characters
(#326) Line exceeds maximum limit of 180 characters; contains 199 characters
(#398) Line exceeds maximum limit of 180 characters; contains 199 characters
(#457) Line exceeds maximum limit of 180 characters; contains 199 characters
(#533) Line exceeds maximum limit of 180 characters; contains 199 characters
(#1348) Line exceeds 132 characters; contains 158 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/OpsWorks/Enum/AppType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/OpsWorks/Enum/Architecture.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/OpsWorks/Enum/AutoScalingType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/OpsWorks/Enum/DeploymentCommandName.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/OpsWorks/Enum/LayerType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/OpsWorks/Enum/PermissionLevel.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/OpsWorks/Enum/RootDeviceType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/OpsWorks/Enum/SourceType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/OpsWorks/Exception/OpsWorksException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/OpsWorks/Exception/ResourceNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/OpsWorks/Exception/ValidationException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/OpsWorks/OpsWorksClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#100) Line exceeds 132 characters; contains 149 characters
(#101) Line exceeds 132 characters; contains 157 characters
(#102) Line exceeds 132 characters; contains 163 characters
(#103) Line exceeds 132 characters; contains 163 characters
(#104) Line exceeds 132 characters; contains 161 characters
(#105) Line exceeds maximum limit of 180 characters; contains 181 characters
(#106) Line exceeds 132 characters; contains 159 characters
(#107) Line exceeds 132 characters; contains 153 characters
(#108) Line exceeds maximum limit of 180 characters; contains 181 characters
(#109) Line exceeds 132 characters; contains 163 characters
(#110) Line exceeds 132 characters; contains 161 characters
(#111) Line exceeds 132 characters; contains 167 characters
(#112) Line exceeds 132 characters; contains 153 characters
(#113) Line exceeds maximum limit of 180 characters; contains 181 characters
(#114) Line exceeds 132 characters; contains 165 characters
(#115) Line exceeds 132 characters; contains 155 characters
(#120) Expected MOODLE_INTERNAL check or config.php inclusion
(#133) Opening brace should be on the same line as the declaration
(#135) Space found before object operator
(#136) Space found before object operator
(#140) Space found before object operator
(#141) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/OpsWorks/Resources/opsworks-2013-02-18.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Enum/ApplyMethod.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Enum/SourceType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/AuthorizationAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/AuthorizationNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/AuthorizationQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBInstanceAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBInstanceNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBParameterGroupAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBParameterGroupNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBParameterGroupQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBSecurityGroupAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBSecurityGroupNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBSecurityGroupNotSupportedException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBSecurityGroupQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBSnapshotAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBSnapshotNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBSubnetGroupAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBSubnetGroupDoesNotCoverEnoughAZsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBSubnetGroupNotAllowedException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 140 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBSubnetGroupNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBSubnetGroupQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBSubnetQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBUpgradeDependencyFailureException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/EventSubscriptionQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InstanceQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InsufficientDBInstanceCapacityException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InvalidDBInstanceStateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InvalidDBParameterGroupStateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InvalidDBSecurityGroupStateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InvalidDBSnapshotStateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InvalidDBSubnetGroupException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 140 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InvalidDBSubnetGroupStateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InvalidDBSubnetStateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InvalidEventSubscriptionStateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InvalidOptionGroupStateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InvalidRestoreException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InvalidSubnetException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InvalidVPCNetworkStateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/OptionGroupAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/OptionGroupNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/OptionGroupQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/PointInTimeRestoreNotEnabledException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/ProvisionedIopsNotAvailableInAZException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/RdsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/ReservedDBInstanceAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/ReservedDBInstanceNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/ReservedDBInstanceQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/ReservedDBInstancesOfferingNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/SNSInvalidTopicException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/SNSNoAuthorizationException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/SNSTopicArnNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/SnapshotQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/SourceNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/StorageQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/SubnetAlreadyInUseException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/SubscriptionAlreadyExistException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/SubscriptionCategoryNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/SubscriptionNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/RdsClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#105) Line exceeds 132 characters; contains 155 characters
(#106) Line exceeds 132 characters; contains 153 characters
(#107) Line exceeds maximum limit of 180 characters; contains 187 characters
(#112) Expected MOODLE_INTERNAL check or config.php inclusion
(#125) Opening brace should be on the same line as the declaration
(#127) Space found before object operator
(#128) Space found before object operator
(#132) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Resources/rds-2014-10-31.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#259) Line exceeds 132 characters; contains 136 characters
(#646) Line exceeds maximum limit of 180 characters; contains 236 characters
(#650) Line exceeds 132 characters; contains 147 characters
(#654) Line exceeds 132 characters; contains 138 characters
(#674) Line exceeds 132 characters; contains 136 characters
(#1007) Line exceeds 132 characters; contains 138 characters
(#1015) Line exceeds 132 characters; contains 154 characters
(#1023) Line exceeds 132 characters; contains 136 characters
(#1047) Line exceeds maximum limit of 180 characters; contains 215 characters
(#1166) Line exceeds 132 characters; contains 138 characters
(#1182) Line exceeds 132 characters; contains 154 characters
(#1186) Line exceeds 132 characters; contains 136 characters
(#1202) Line exceeds 132 characters; contains 172 characters
(#1206) Line exceeds 132 characters; contains 172 characters
(#1473) Line exceeds 132 characters; contains 154 characters
(#1477) Line exceeds 132 characters; contains 136 characters
(#3842) Line exceeds 132 characters; contains 138 characters
(#3858) Line exceeds 132 characters; contains 136 characters
(#4108) Line exceeds 132 characters; contains 138 characters
(#4132) Line exceeds maximum limit of 180 characters; contains 215 characters
(#4269) Line exceeds 132 characters; contains 154 characters
(#4273) Line exceeds 132 characters; contains 136 characters
(#4954) Line exceeds 132 characters; contains 147 characters
(#4958) Line exceeds 132 characters; contains 138 characters
(#4978) Line exceeds maximum limit of 180 characters; contains 236 characters
(#4990) Line exceeds 132 characters; contains 138 characters
(#5006) Line exceeds 132 characters; contains 136 characters
(#5101) Line exceeds 132 characters; contains 147 characters
(#5105) Line exceeds 132 characters; contains 138 characters
(#5133) Line exceeds 132 characters; contains 138 characters
(#5149) Line exceeds 132 characters; contains 136 characters
(#5293) Line exceeds 132 characters; contains 138 characters
(#5309) Line exceeds 132 characters; contains 154 characters
(#5313) Line exceeds 132 characters; contains 136 characters
(#5329) Line exceeds maximum limit of 180 characters; contains 215 characters
(#5495) Line exceeds 132 characters; contains 138 characters
(#5511) Line exceeds 132 characters; contains 154 characters
(#5515) Line exceeds 132 characters; contains 136 characters
(#5531) Line exceeds maximum limit of 180 characters; contains 215 characters
(#5589) Line exceeds maximum limit of 180 characters; contains 215 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Enum/SourceType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/AccessToSnapshotDeniedException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/AuthorizationAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/AuthorizationNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/AuthorizationQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/BucketNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterParameterGroupAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterParameterGroupNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterParameterGroupQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 215 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 203 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterSecurityGroupAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterSecurityGroupNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterSecurityGroupQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 214 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterSnapshotAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterSnapshotNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterSnapshotQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterSubnetGroupAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterSubnetGroupNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterSubnetGroupQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 208 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterSubnetQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 221 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/CopyToRegionDisabledException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/EventSubscriptionQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 205 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/HsmClientCertificateAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/HsmClientCertificateNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/HsmClientCertificateQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 176 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/HsmConfigurationAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/HsmConfigurationNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/HsmConfigurationQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 171 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/IncompatibleOrderableOptionsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InsufficientClusterCapacityException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InsufficientS3BucketPolicyFaultException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidClusterParameterGroupStateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 177 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidClusterSecurityGroupStateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidClusterSnapshotStateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidClusterStateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidClusterSubnetGroupStateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidClusterSubnetStateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidElasticIpException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidHsmClientCertificateStateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 133 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidHsmConfigurationStateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidRestoreException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidS3BucketNameFaultException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 175 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidS3KeyPrefixFaultException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidSubnetException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidVPCNetworkStateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/NumberOfNodesPerClusterLimitExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/NumberOfNodesQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 192 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/RedshiftException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ReservedNodeAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ReservedNodeNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ReservedNodeOfferingNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ReservedNodeQuotaExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 172 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ResizeNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/SNSInvalidTopicException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/SNSNoAuthorizationException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/SNSTopicArnNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/SnapshotCopyAlreadyDisabledException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/SnapshotCopyAlreadyEnabledException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/SnapshotCopyDisabledException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/SourceNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/SubnetAlreadyInUseException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/SubscriptionAlreadyExistException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/SubscriptionCategoryNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 233 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/SubscriptionEventIdNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/SubscriptionNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/SubscriptionSeverityNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 196 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/UnauthorizedOperationException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/UnknownSnapshotCopyRegionException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/UnsupportedOptionException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/RedshiftClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Line exceeds 132 characters; contains 133 characters
(#88) Line exceeds 132 characters; contains 149 characters
(#89) Line exceeds 132 characters; contains 147 characters
(#90) Line exceeds 132 characters; contains 158 characters
(#91) Line exceeds maximum limit of 180 characters; contains 185 characters
(#92) Line exceeds 132 characters; contains 175 characters
(#93) Line exceeds maximum limit of 180 characters; contains 183 characters
(#94) Line exceeds 132 characters; contains 173 characters
(#95) Line exceeds 132 characters; contains 179 characters
(#96) Line exceeds 132 characters; contains 171 characters
(#97) Line exceeds 132 characters; contains 157 characters
(#98) Line exceeds maximum limit of 180 characters; contains 189 characters
(#99) Line exceeds 132 characters; contains 177 characters
(#100) Line exceeds 132 characters; contains 153 characters
(#101) Line exceeds maximum limit of 180 characters; contains 183 characters
(#102) Line exceeds 132 characters; contains 175 characters
(#103) Line exceeds maximum limit of 180 characters; contains 187 characters
(#104) Line exceeds maximum limit of 180 characters; contains 183 characters
(#105) Line exceeds 132 characters; contains 167 characters
(#110) Expected MOODLE_INTERNAL check or config.php inclusion
(#123) Opening brace should be on the same line as the declaration
(#125) Space found before object operator
(#126) Space found before object operator
(#130) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Resources/redshift-2012-12-01.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#103) Line exceeds 132 characters; contains 145 characters
(#150) Line exceeds 132 characters; contains 145 characters
(#201) Line exceeds 132 characters; contains 143 characters
(#372) Line exceeds maximum limit of 180 characters; contains 243 characters
(#376) Line exceeds maximum limit of 180 characters; contains 232 characters
(#481) Line exceeds maximum limit of 180 characters; contains 255 characters
(#549) Line exceeds maximum limit of 180 characters; contains 254 characters
(#695) Line exceeds maximum limit of 180 characters; contains 248 characters
(#699) Line exceeds maximum limit of 180 characters; contains 261 characters
(#798) Line exceeds maximum limit of 180 characters; contains 245 characters
(#822) Line exceeds maximum limit of 180 characters; contains 265 characters
(#826) Line exceeds maximum limit of 180 characters; contains 228 characters
(#885) Line exceeds 132 characters; contains 133 characters
(#889) Line exceeds maximum limit of 180 characters; contains 216 characters
(#973) Line exceeds maximum limit of 180 characters; contains 211 characters
(#1185) Line exceeds maximum limit of 180 characters; contains 209 characters
(#1257) Line exceeds 132 characters; contains 143 characters
(#1333) Line exceeds 132 characters; contains 155 characters
(#1363) Line exceeds 132 characters; contains 165 characters
(#1397) Line exceeds 132 characters; contains 160 characters
(#1435) Line exceeds maximum limit of 180 characters; contains 181 characters
(#2380) Line exceeds maximum limit of 180 characters; contains 181 characters
(#2566) Line exceeds 132 characters; contains 148 characters
(#2570) Line exceeds 132 characters; contains 134 characters
(#2574) Line exceeds maximum limit of 180 characters; contains 207 characters
(#2645) Line exceeds maximum limit of 180 characters; contains 181 characters
(#2758) Line exceeds maximum limit of 180 characters; contains 232 characters
(#2868) Line exceeds maximum limit of 180 characters; contains 209 characters
(#2916) Line exceeds maximum limit of 180 characters; contains 261 characters
(#3013) Line exceeds maximum limit of 180 characters; contains 265 characters
(#3017) Line exceeds maximum limit of 180 characters; contains 228 characters
(#3025) Line exceeds 132 characters; contains 155 characters
(#3114) Line exceeds maximum limit of 180 characters; contains 213 characters
(#3226) Line exceeds maximum limit of 180 characters; contains 209 characters
(#3357) Line exceeds maximum limit of 180 characters; contains 243 characters
(#3365) Line exceeds 132 characters; contains 143 characters
(#3373) Line exceeds maximum limit of 180 characters; contains 232 characters
(#3467) Line exceeds 132 characters; contains 144 characters
(#3514) Line exceeds 132 characters; contains 144 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Enum/Action.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Enum/HealthCheckType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Enum/RecordType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Enum/ResourceRecordSetFailover.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Enum/Status.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/DelegationSetNotAvailableException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 315 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/HealthCheckAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 169 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/HealthCheckInUseException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 160 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/HostedZoneAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 167 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/HostedZoneNotEmptyException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 200 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/IncompatibleVersionException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 145 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/InvalidChangeBatchException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 181 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/InvalidDomainNameException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/InvalidInputException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/NoSuchChangeException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/NoSuchHealthCheckException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/NoSuchHostedZoneException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/PriorRequestNotCompleteException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/Route53Exception.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/TooManyHealthChecksException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/TooManyHostedZonesException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 192 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Resources/route53-2013-04-01.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#117) Line exceeds maximum limit of 180 characters; contains 199 characters
(#125) Line exceeds maximum limit of 180 characters; contains 201 characters
(#280) Line exceeds maximum limit of 180 characters; contains 213 characters
(#457) Line exceeds maximum limit of 180 characters; contains 201 characters
(#533) Line exceeds maximum limit of 180 characters; contains 199 characters
(#537) Line exceeds maximum limit of 180 characters; contains 225 characters
(#541) Line exceeds maximum limit of 180 characters; contains 199 characters
(#549) Line exceeds maximum limit of 180 characters; contains 347 characters
(#617) Line exceeds maximum limit of 180 characters; contains 347 characters
(#645) Line exceeds maximum limit of 180 characters; contains 192 characters
(#679) Line exceeds maximum limit of 180 characters; contains 232 characters
(#711) Line exceeds 132 characters; contains 165 characters
(#772) Line exceeds maximum limit of 180 characters; contains 199 characters
(#780) Line exceeds maximum limit of 180 characters; contains 239 characters
(#900) Line exceeds 132 characters; contains 177 characters
(#1117) Line exceeds 132 characters; contains 177 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Route53Client.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#61) Line exceeds 132 characters; contains 157 characters
(#62) Line exceeds 132 characters; contains 155 characters
(#63) Line exceeds 132 characters; contains 169 characters
(#68) Expected MOODLE_INTERNAL check or config.php inclusion
(#81) Opening brace should be on the same line as the declaration
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Space found before object operator
(#85) Space found before object operator
(#89) Space found before object operator
(#98) Public method name "Route53Client::getServerTime" must be in lower-case letters only
(#99) Opening brace should be on the same line as the declaration
(#106) Variable "serverTime" must be all lower-case
(#107) Variable "serverTime" must be all lower-case
(#107) Variable "serverTime" must be all lower-case
(#109) Variable "serverTime" must be all lower-case
(#120) Public method name "Route53Client::cleanId" must be in lower-case letters only
(#121) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53Domains/Exception/Route53DomainsException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53Domains/Resources/route53domains-2014-05-15.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#67) Line exceeds maximum limit of 180 characters; contains 259 characters
(#114) Line exceeds maximum limit of 180 characters; contains 259 characters
(#156) Line exceeds maximum limit of 180 characters; contains 259 characters
(#194) Line exceeds maximum limit of 180 characters; contains 259 characters
(#244) Line exceeds maximum limit of 180 characters; contains 259 characters
(#282) Line exceeds maximum limit of 180 characters; contains 259 characters
(#332) Line exceeds maximum limit of 180 characters; contains 259 characters
(#370) Line exceeds maximum limit of 180 characters; contains 259 characters
(#408) Line exceeds maximum limit of 180 characters; contains 259 characters
(#446) Line exceeds maximum limit of 180 characters; contains 259 characters
(#480) Line exceeds maximum limit of 180 characters; contains 259 characters
(#742) Line exceeds maximum limit of 180 characters; contains 259 characters
(#796) Line exceeds maximum limit of 180 characters; contains 259 characters
(#1079) Line exceeds maximum limit of 180 characters; contains 259 characters
(#1319) Line exceeds maximum limit of 180 characters; contains 259 characters
(#1384) Line exceeds maximum limit of 180 characters; contains 259 characters
(#1460) Line exceeds maximum limit of 180 characters; contains 259 characters
(#1526) Line exceeds maximum limit of 180 characters; contains 259 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53Domains/Route53DomainsClient.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#33) Expected MOODLE_INTERNAL check or config.php inclusion
(#38) Opening brace should be on the same line as the declaration
(#40) Space found before object operator
(#41) Space found before object operator
(#45) Space found before object operator
(#46) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/AcpListener.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Public method name "AcpListener::getSubscribedEvents" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
(#44) Public method name "AcpListener::onCommandBeforePrepare" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/BucketStyleListener.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Public method name "BucketStyleListener::getSubscribedEvents" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#39) Public method name "BucketStyleListener::onCommandAfterPrepare" must be in lower-case letters only
(#40) Opening brace should be on the same line as the declaration
(#44) Variable "pathStyle" must be all lower-case
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Variable "pathStyle" must be all lower-case
(#75) Usage of ELSEIF not allowed; use ELSE IF instead
(#75) Variable "pathStyle" must be all lower-case
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Command/S3Command.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#37) Public method name "S3Command::createPresignedUrl" must be in lower-case letters only
(#38) Opening brace should be on the same line as the declaration
(#46) Opening brace should be on the same line as the declaration
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/CannedAcl.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/EncodingType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Event.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/GranteeType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MFADelete.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MetadataDirective.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Payer.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Permission.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Protocol.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/ServerSideEncryption.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Status.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Storage.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/StorageClass.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccessDeniedException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccountProblemException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BadDigestException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 151 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketNotEmptyException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CredentialsNotSupportedException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/DeleteMultipleObjectsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Opening brace should be on the same line as the declaration
(#44) Public method name "DeleteMultipleObjectsException::getErrors" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooLargeException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooSmallException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ExpiredTokenException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IllegalVersioningConfigurationException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncompleteBodyException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncorrectNumberOfFilesInPostRequestException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InlineDataTooLargeException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InternalErrorException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAccessKeyIdException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAddressingHeaderException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidArgumentException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketNameException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketStateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidDigestException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidLocationConstraintException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 170 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartOrderException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPayerException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPolicyDocumentException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRangeException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRequestException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSOAPRequestException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSecurityException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidStorageClassException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTagErrorException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#23) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTargetBucketForLoggingException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 137 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTokenException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidURIException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/KeyTooLongException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedACLErrorException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedPOSTRequestException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedXMLException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 237 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxMessageLengthExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MetadataTooLargeException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MethodNotAllowedException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingAttachmentException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingContentLengthException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingRequestBodyErrorException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityElementException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityHeaderException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoLoggingStatusForKeyException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketPolicyException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchCORSConfigurationException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchKeyException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchLifecycleConfigurationException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchUploadException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchVersionException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotImplementedException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 169 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSuchBucketPolicyException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectAlreadyInActiveTierErrorException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/OperationAbortedException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/Parser/S3ExceptionParser.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Opening brace should be on the same line as the declaration
(#48) Protected method name "S3ExceptionParser::parseHeaders" must be in lower-case letters only
(#49) Opening brace should be on the same line as the declaration
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Usage of ELSEIF not allowed; use ELSE IF instead
(#67) Usage of ELSEIF not allowed; use ELSE IF instead
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PermanentRedirectException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 140 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PreconditionFailedException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RedirectException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestIsNotMultiPartContentException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeTooSkewedException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeoutException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/S3Exception.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ServiceUnavailableException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SignatureDoesNotMatchException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 217 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SlowDownException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TemporaryRedirectException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TokenRefreshRequiredException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TooManyBucketsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnexpectedContentException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/IncompleteMultipartUploadChecker.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Opening brace should be on the same line as the declaration
(#36) Public method name "IncompleteMultipartUploadChecker::makesDecision" must be in lower-case letters only
(#37) Opening brace should be on the same line as the declaration
(#41) Protected method name "IncompleteMultipartUploadChecker::getDelay" must be in lower-case letters only
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListBucketsIterator.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#34) Protected method name "ListBucketsIterator::handleResults" must be in lower-case letters only
(#35) Opening brace should be on the same line as the declaration
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListMultipartUploadsIterator.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#34) Protected method name "ListMultipartUploadsIterator::handleResults" must be in lower-case letters only
(#35) Opening brace should be on the same line as the declaration
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectVersionsIterator.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#34) Protected method name "ListObjectVersionsIterator::handleResults" must be in lower-case letters only
(#35) Opening brace should be on the same line as the declaration
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Variable "deleteMarkers" must be all lower-case
(#39) Variable "deleteMarkers" must be all lower-case
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectsIterator.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Protected method name "ListObjectsIterator::handleResults" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Variable "numObjects" must be all lower-case
(#38) Variable "lastKey" must be all lower-case
(#38) Variable "numObjects" must be all lower-case
(#38) Variable "numObjects" must be all lower-case
(#39) Variable "lastKey" must be all lower-case
(#40) Variable "lastKey" must be all lower-case
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Variable "getName" must be all lower-case
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Variable "lastKey" must be all lower-case
(#55) Variable "getName" must be all lower-case
(#56) Variable "getName" must be all lower-case
(#56) Variable "getName" must be all lower-case
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Variable "getName" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/OpendirIterator.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#23) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Member variable "dirHandle" must be all lower-case
(#29) Member variable "currentFile" must be all lower-case
(#35) Member variable "filePrefix" must be all lower-case
(#41) Variable "dirHandle" must be all lower-case
(#41) Variable "filePrefix" must be all lower-case
(#42) Opening brace should be on the same line as the declaration
(#43) Variable "filePrefix" must be all lower-case
(#44) Variable "dirHandle" must be all lower-case
(#49) Opening brace should be on the same line as the declaration
(#56) Opening brace should be on the same line as the declaration
(#62) Opening brace should be on the same line as the declaration
(#67) Opening brace should be on the same line as the declaration
(#78) Opening brace should be on the same line as the declaration
(#83) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Acp.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#46) Opening brace should be on the same line as the declaration
(#59) Public method name "Acp::fromArray" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Usage of ELSEIF not allowed; use ELSE IF instead
(#107) Public method name "Acp::setOwner" must be in lower-case letters only
(#108) Opening brace should be on the same line as the declaration
(#123) Public method name "Acp::getOwner" must be in lower-case letters only
(#124) Opening brace should be on the same line as the declaration
(#137) Public method name "Acp::setGrants" must be in lower-case letters only
(#138) Opening brace should be on the same line as the declaration
(#143) Inline doc block type-hinting for '$grant' does not match next code line 'foreach...'
(#160) Public method name "Acp::getGrants" must be in lower-case letters only
(#161) Opening brace should be on the same line as the declaration
(#172) Public method name "Acp::addGrant" must be in lower-case letters only
(#173) Opening brace should be on the same line as the declaration
(#189) Opening brace should be on the same line as the declaration
(#198) Public method name "Acp::getIterator" must be in lower-case letters only
(#199) Opening brace should be on the same line as the declaration
(#210) Public method name "Acp::updateCommand" must be in lower-case letters only
(#211) Opening brace should be on the same line as the declaration
(#214) Inline doc block type-hinting for '$grant' does not match next code line '$parameters...'
(#228) Public method name "Acp::toArray" must be in lower-case letters only
(#229) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/AcpBuilder.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#41) Public method name "AcpBuilder::newInstance" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#54) Public method name "AcpBuilder::setOwner" must be in lower-case letters only
(#54) Variable "displayName" must be all lower-case
(#55) Opening brace should be on the same line as the declaration
(#56) Variable "displayName" must be all lower-case
(#70) Public method name "AcpBuilder::addGrantForUser" must be in lower-case letters only
(#70) Variable "displayName" must be all lower-case
(#71) Opening brace should be on the same line as the declaration
(#72) Variable "displayName" must be all lower-case
(#86) Public method name "AcpBuilder::addGrantForEmail" must be in lower-case letters only
(#87) Opening brace should be on the same line as the declaration
(#102) Public method name "AcpBuilder::addGrantForGroup" must be in lower-case letters only
(#103) Opening brace should be on the same line as the declaration
(#118) Public method name "AcpBuilder::addGrant" must be in lower-case letters only
(#119) Opening brace should be on the same line as the declaration
(#131) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/ClearBucket.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#66) Opening brace should be on the same line as the declaration
(#74) Public method name "ClearBucket::getAllEvents" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#86) Public method name "ClearBucket::setBucket" must be in lower-case letters only
(#87) Opening brace should be on the same line as the declaration
(#99) Public method name "ClearBucket::getIterator" must be in lower-case letters only
(#100) Opening brace should be on the same line as the declaration
(#119) Public method name "ClearBucket::setIterator" must be in lower-case letters only
(#120) Opening brace should be on the same line as the declaration
(#134) Public method name "ClearBucket::setMfa" must be in lower-case letters only
(#135) Opening brace should be on the same line as the declaration
(#148) Opening brace should be on the same line as the declaration
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) Variable "versionId" must be all lower-case
(#168) Variable "versionId" must be all lower-case
(#170) Variable "versionId" must be all lower-case
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsBatch.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
(#44) Opening brace should be on the same line as the declaration
(#46) Space found before object operator
(#47) Space found before object operator
(#48) Space found before object operator
(#61) Public method name "DeleteObjectsBatch::addKey" must be in lower-case letters only
(#61) Variable "versionId" must be all lower-case
(#62) Opening brace should be on the same line as the declaration
(#65) Variable "versionId" must be all lower-case
(#73) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsTransfer.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#31) Expected MOODLE_INTERNAL check or config.php inclusion
(#56) Opening brace should be on the same line as the declaration
(#69) Public method name "DeleteObjectsTransfer::setMfa" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#82) Opening brace should be on the same line as the declaration
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) Protected method name "DeleteObjectsTransfer::processResponse" must be in lower-case letters only
(#124) Opening brace should be on the same line as the declaration
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grant.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Member variable "parameterMap" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#68) Public method name "Grant::setGrantee" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#80) Public method name "Grant::getGrantee" must be in lower-case letters only
(#81) Opening brace should be on the same line as the declaration
(#94) Public method name "Grant::setPermission" must be in lower-case letters only
(#95) Opening brace should be on the same line as the declaration
(#112) Public method name "Grant::getPermission" must be in lower-case letters only
(#113) Opening brace should be on the same line as the declaration
(#122) Public method name "Grant::getParameterArray" must be in lower-case letters only
(#123) Opening brace should be on the same line as the declaration
(#125) Variable "parameterMap" must be all lower-case
(#132) Public method name "Grant::toArray" must be in lower-case letters only
(#133) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grantee.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#34) Member variable "headerMap" must be all lower-case
(#48) Member variable "displayName" must be all lower-case
(#62) Variable "displayName" must be all lower-case
(#62) Variable "expectedType" must be all lower-case
(#63) Opening brace should be on the same line as the declaration
(#65) Variable "expectedType" must be all lower-case
(#66) Variable "displayName" must be all lower-case
(#81) Public method name "Grantee::setId" must be in lower-case letters only
(#81) Variable "expectedType" must be all lower-case
(#82) Opening brace should be on the same line as the declaration
(#85) Usage of ELSEIF not allowed; use ELSE IF instead
(#93) Variable "expectedType" must be all lower-case
(#93) Variable "expectedType" must be all lower-case
(#96) Variable "expectedType" must be all lower-case
(#109) Public method name "Grantee::getId" must be in lower-case letters only
(#110) Opening brace should be on the same line as the declaration
(#119) Public method name "Grantee::getEmailAddress" must be in lower-case letters only
(#120) Opening brace should be on the same line as the declaration
(#129) Public method name "Grantee::getGroupUri" must be in lower-case letters only
(#130) Opening brace should be on the same line as the declaration
(#143) Public method name "Grantee::setDisplayName" must be in lower-case letters only
(#143) Variable "displayName" must be all lower-case
(#144) Opening brace should be on the same line as the declaration
(#146) Variable "displayName" must be all lower-case
(#146) Variable "displayName" must be all lower-case
(#147) Variable "displayName" must be all lower-case
(#149) Variable "displayName" must be all lower-case
(#151) Variable "displayName" must be all lower-case
(#165) Public method name "Grantee::getDisplayName" must be in lower-case letters only
(#166) Opening brace should be on the same line as the declaration
(#175) Public method name "Grantee::getType" must be in lower-case letters only
(#176) Opening brace should be on the same line as the declaration
(#185) Public method name "Grantee::isCanonicalUser" must be in lower-case letters only
(#186) Opening brace should be on the same line as the declaration
(#195) Public method name "Grantee::isAmazonCustomerByEmail" must be in lower-case letters only
(#196) Opening brace should be on the same line as the declaration
(#205) Public method name "Grantee::isGroup" must be in lower-case letters only
(#206) Opening brace should be on the same line as the declaration
(#215) Public method name "Grantee::getHeaderValue" must be in lower-case letters only
(#216) Opening brace should be on the same line as the declaration
(#217) Variable "headerMap" must be all lower-case
(#225) Public method name "Grantee::toArray" must be in lower-case letters only
(#226) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/AbstractTransfer.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Opening brace should be on the same line as the declaration
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Protected method name "AbstractTransfer::calculatePartSize" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
(#58) Variable "partSize" must be all lower-case
(#59) Expected 1 space before "?"; newline found
(#60) Expected 1 space before ":"; newline found
(#61) Variable "partSize" must be all lower-case
(#61) Variable "partSize" must be all lower-case
(#62) Variable "partSize" must be all lower-case
(#62) Variable "partSize" must be all lower-case
(#63) Variable "partSize" must be all lower-case
(#63) Variable "partSize" must be all lower-case
(#65) Variable "partSize" must be all lower-case
(#72) Opening brace should be on the same line as the declaration
(#73) Inline doc block type-hinting for '$part' does not match next code line '$parts...'
(#93) Protected method name "AbstractTransfer::getAbortCommand" must be in lower-case letters only
(#94) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/ParallelTransfer.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#34) Opening brace should be on the same line as the declaration
(#42) The use of backticks in strings is not recommended
(#50) Opening brace should be on the same line as the declaration
(#51) Variable "totalParts" must be all lower-case
(#52) Variable "totalParts" must be all lower-case
(#53) Variable "partsToSend" must be all lower-case
(#54) Variable "eventData" must be all lower-case
(#56) Variable "totalParts" must be all lower-case
(#58) Variable "currentTotal" must be all lower-case
(#61) Variable "currentTotal" must be all lower-case
(#61) Variable "totalParts" must be all lower-case
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Variable "partsToSend" must be all lower-case
(#64) Variable "currentTotal" must be all lower-case
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Variable "partsToSend" must be all lower-case
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Variable "eventData" must be all lower-case
(#75) Variable "partsToSend" must be all lower-case
(#79) Variable "eventData" must be all lower-case
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Variable "eventData" must be all lower-case
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Inline doc block type-hinting for '$command' does not match next code line 'foreach...'
(#98) Variable "eventData" must be all lower-case
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Variable "eventData" must be all lower-case
(#112) Protected method name "ParallelTransfer::prepareParts" must be in lower-case letters only
(#113) Opening brace should be on the same line as the declaration
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/SerialTransfer.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#34) Opening brace should be on the same line as the declaration
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Inline control structures are not allowed
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Variable "eventData" must be all lower-case
(#65) Variable "eventData" must be all lower-case
(#66) Variable "eventData" must be all lower-case
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Variable "eventData" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/TransferState.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Public method name "TransferState::fromUploadId" must be in lower-case letters only
(#31) Variable "uploadId" must be all lower-case
(#32) Opening brace should be on the same line as the declaration
(#33) Variable "transferState" must be all lower-case
(#33) Variable "uploadId" must be all lower-case
(#35) Variable "uploadId" must be all lower-case
(#36) Variable "transferState" must be all lower-case
(#39) Variable "transferState" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadBuilder.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#38) Member variable "minPartSize" must be all lower-case
(#48) Member variable "calculateEntireMd5" must be all lower-case
(#53) Member variable "calculatePartMd5" must be all lower-case
(#58) Member variable "commandOptions" must be all lower-case
(#63) Member variable "transferOptions" must be all lower-case
(#72) Public method name "UploadBuilder::setBucket" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#84) Public method name "UploadBuilder::setKey" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#96) Public method name "UploadBuilder::setMinPartSize" must be in lower-case letters only
(#96) Variable "minSize" must be all lower-case
(#97) Opening brace should be on the same line as the declaration
(#98) Variable "minSize" must be all lower-case
(#112) Public method name "UploadBuilder::setConcurrency" must be in lower-case letters only
(#113) Opening brace should be on the same line as the declaration
(#126) Public method name "UploadBuilder::setMd5" must be in lower-case letters only
(#127) Opening brace should be on the same line as the declaration
(#142) Public method name "UploadBuilder::calculateMd5" must be in lower-case letters only
(#142) Variable "calculateMd5" must be all lower-case
(#143) Opening brace should be on the same line as the declaration
(#144) Variable "calculateMd5" must be all lower-case
(#157) Public method name "UploadBuilder::calculatePartMd5" must be in lower-case letters only
(#157) Variable "usePartMd5" must be all lower-case
(#158) Opening brace should be on the same line as the declaration
(#159) Variable "usePartMd5" must be all lower-case
(#171) Public method name "UploadBuilder::setAcp" must be in lower-case letters only
(#172) Opening brace should be on the same line as the declaration
(#184) Public method name "UploadBuilder::setOption" must be in lower-case letters only
(#185) Opening brace should be on the same line as the declaration
(#198) Public method name "UploadBuilder::addOptions" must be in lower-case letters only
(#199) Opening brace should be on the same line as the declaration
(#212) Public method name "UploadBuilder::setTransferOptions" must be in lower-case letters only
(#213) Opening brace should be on the same line as the declaration
(#225) Opening brace should be on the same line as the declaration
(#240) Inline comments must end in full-stops, exclamation marks, or question marks
(#247) Usage of ELSEIF not allowed; use ELSE IF instead
(#258) Expected 1 space before "?"; newline found
(#259) Expected 1 space before ":"; newline found
(#265) Protected method name "UploadBuilder::initiateMultipartUpload" must be in lower-case letters only
(#266) Opening brace should be on the same line as the declaration
(#267) Inline comments must end in full-stops, exclamation marks, or question marks
(#269) Variable "mimeType" must be all lower-case
(#270) Variable "mimeType" must be all lower-case
(#280) Inline comments must end in full-stops, exclamation marks, or question marks
(#286) Inline comments must end in full-stops, exclamation marks, or question marks
(#292) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadId.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Member variable "expectedValues" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadPart.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Member variable "keyMap" must be all lower-case
(#39) Member variable "eTag" must be all lower-case
(#44) Member variable "lastModified" must be all lower-case
(#54) Public method name "UploadPart::getETag" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#62) Public method name "UploadPart::getLastModified" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#70) Public method name "UploadPart::getSize" must be in lower-case letters only
(#71) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/PostObject.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#42) Member variable "formAttributes" must be all lower-case
(#47) Member variable "formInputs" must be all lower-case
(#52) Member variable "jsonPolicy" must be all lower-case
(#94) Opening brace should be on the same line as the declaration
(#106) Public method name "PostObject::prepareData" must be in lower-case letters only
(#107) Opening brace should be on the same line as the declaration
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Variable "rawJsonPolicy" must be all lower-case
(#121) Variable "policyCallback" must be all lower-case
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) Variable "policyCallback" must be all lower-case
(#175) Variable "policyCallback" must be all lower-case
(#176) Variable "rawJsonPolicy" must be all lower-case
(#189) Public method name "PostObject::setClient" must be in lower-case letters only
(#190) Opening brace should be on the same line as the declaration
(#201) Public method name "PostObject::getClient" must be in lower-case letters only
(#202) Opening brace should be on the same line as the declaration
(#213) Public method name "PostObject::setBucket" must be in lower-case letters only
(#214) Opening brace should be on the same line as the declaration
(#225) Public method name "PostObject::getBucket" must be in lower-case letters only
(#226) Opening brace should be on the same line as the declaration
(#235) Public method name "PostObject::getFormAttributes" must be in lower-case letters only
(#236) Opening brace should be on the same line as the declaration
(#245) Public method name "PostObject::getFormInputs" must be in lower-case letters only
(#246) Opening brace should be on the same line as the declaration
(#255) Public method name "PostObject::getJsonPolicy" must be in lower-case letters only
(#256) Opening brace should be on the same line as the declaration
(#263) Protected method name "PostObject::applyPolicy" must be in lower-case letters only
(#264) Opening brace should be on the same line as the declaration
(#265) Variable "jsonPolicy64" must be all lower-case
(#266) Variable "jsonPolicy64" must be all lower-case
(#270) Variable "jsonPolicy64" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#397) Line exceeds 132 characters; contains 138 characters
(#464) Line exceeds maximum limit of 180 characters; contains 183 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/ResumableDownload.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
(#61) Opening brace should be on the same line as the declaration
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Public method name "ResumableDownload::getBucket" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
(#95) Public method name "ResumableDownload::getKey" must be in lower-case letters only
(#96) Opening brace should be on the same line as the declaration
(#105) Public method name "ResumableDownload::getFilename" must be in lower-case letters only
(#106) Opening brace should be on the same line as the declaration
(#117) method name "ResumableDownload::__invoke" is invalid; only PHP magic methods should be prefixed with a double underscore
(#118) Opening brace should be on the same line as the declaration
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) Protected method name "ResumableDownload::getRemaining" must be in lower-case letters only
(#148) Opening brace should be on the same line as the declaration
(#150) Variable "targetByte" must be all lower-case
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Protected method name "ResumableDownload::checkIntegrity" must be in lower-case letters only
(#166) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#111) Line exceeds 132 characters; contains 139 characters
(#112) Line exceeds 132 characters; contains 142 characters
(#113) Line exceeds 132 characters; contains 139 characters
(#114) Line exceeds 132 characters; contains 147 characters
(#115) Line exceeds 132 characters; contains 165 characters
(#116) Line exceeds 132 characters; contains 161 characters
(#117) Line exceeds 132 characters; contains 147 characters
(#118) Line exceeds 132 characters; contains 143 characters
(#123) Expected MOODLE_INTERNAL check or config.php inclusion
(#130) Member variable "commandAliases" must be all lower-case
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) Opening brace should be on the same line as the declaration
(#170) Variable "exceptionParser" must be all lower-case
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) Variable "exceptionParser" must be all lower-case
(#181) Space found before object operator
(#182) Space found before object operator
(#186) Space found before object operator
(#186) Variable "exceptionParser" must be all lower-case
(#187) Space found before object operator
(#214) Space found before object operator
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#218) Inline comments must end in full-stops, exclamation marks, or question marks
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#223) Inline comments must end in full-stops, exclamation marks, or question marks
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#229) Inline comments must end in full-stops, exclamation marks, or question marks
(#232) Variable "commandAliases" must be all lower-case
(#247) Private method name "S3Client::createBackoffPlugin" must be in lower-case letters only
(#247) Variable "exceptionParser" must be all lower-case
(#248) Opening brace should be on the same line as the declaration
(#255) Variable "exceptionParser" must be all lower-case
(#274) Private method name "S3Client::createSignature" must be in lower-case letters only
(#275) Opening brace should be on the same line as the declaration
(#276) Variable "currentValue" must be all lower-case
(#280) Variable "requiresV4" must be all lower-case
(#280) Variable "currentValue" must be all lower-case
(#287) Variable "currentValue" must be all lower-case
(#287) Variable "requiresV4" must be all lower-case
(#288) Inline comments must end in full-stops, exclamation marks, or question marks
(#289) Variable "currentValue" must be all lower-case
(#290) Usage of ELSEIF not allowed; use ELSE IF instead
(#290) Variable "currentValue" must be all lower-case
(#290) Variable "currentValue" must be all lower-case
(#291) Inline comments must end in full-stops, exclamation marks, or question marks
(#292) Variable "currentValue" must be all lower-case
(#295) Inline comments must end in full-stops, exclamation marks, or question marks
(#296) Variable "currentValue" must be all lower-case
(#301) Variable "currentValue" must be all lower-case
(#313) Public method name "S3Client::isValidBucketName" must be in lower-case letters only
(#314) Opening brace should be on the same line as the declaration
(#315) Variable "bucketLen" must be all lower-case
(#316) Variable "bucketLen" must be all lower-case
(#316) Variable "bucketLen" must be all lower-case
(#317) Inline comments must end in full-stops, exclamation marks, or question marks
(#319) Inline comments must end in full-stops, exclamation marks, or question marks
(#339) Public method name "S3Client::createPresignedUrl" must be in lower-case letters only
(#340) Opening brace should be on the same line as the declaration
(#368) Public method name "S3Client::getObjectUrl" must be in lower-case letters only
(#369) Opening brace should be on the same line as the declaration
(#390) Public method name "S3Client::clearBucket" must be in lower-case letters only
(#391) Opening brace should be on the same line as the declaration
(#406) Public method name "S3Client::doesBucketExist" must be in lower-case letters only
(#407) Opening brace should be on the same line as the declaration
(#424) Public method name "S3Client::doesObjectExist" must be in lower-case letters only
(#425) Opening brace should be on the same line as the declaration
(#442) Public method name "S3Client::doesBucketPolicyExist" must be in lower-case letters only
(#443) Opening brace should be on the same line as the declaration
(#458) Public method name "S3Client::encodeKey" must be in lower-case letters only
(#459) Opening brace should be on the same line as the declaration
(#470) Public method name "S3Client::explodeKey" must be in lower-case letters only
(#471) Opening brace should be on the same line as the declaration
(#472) Inline comments must end in full-stops, exclamation marks, or question marks
(#481) Public method name "S3Client::registerStreamWrapper" must be in lower-case letters only
(#482) Opening brace should be on the same line as the declaration
(#509) Opening brace should be on the same line as the declaration
(#518) Inline comments must end in full-stops, exclamation marks, or question marks
(#527) Inline comments must end in full-stops, exclamation marks, or question marks
(#529) Space found before object operator
(#530) Space found before object operator
(#531) Space found before object operator
(#532) Space found before object operator
(#533) Space found before object operator
(#534) Space found before object operator
(#535) Space found before object operator
(#536) Space found before object operator
(#537) Space found before object operator
(#538) Space found before object operator
(#567) Public method name "S3Client::uploadDirectory" must be in lower-case letters only
(#567) Variable "keyPrefix" must be all lower-case
(#568) Opening brace should be on the same line as the declaration
(#578) Space found before object operator
(#579) Space found before object operator
(#580) Space found before object operator
(#580) Variable "keyPrefix" must be all lower-case
(#581) Space found before object operator
(#582) Space found before object operator
(#583) Space found before object operator
(#584) Space found before object operator
(#585) Space found before object operator
(#609) Public method name "S3Client::downloadBucket" must be in lower-case letters only
(#609) Variable "keyPrefix" must be all lower-case
(#610) Opening brace should be on the same line as the declaration
(#614) Space found before object operator
(#615) Space found before object operator
(#616) Space found before object operator
(#616) Variable "keyPrefix" must be all lower-case
(#617) Space found before object operator
(#618) Space found before object operator
(#619) Space found before object operator
(#620) Space found before object operator
(#621) Space found before object operator
(#646) Public method name "S3Client::deleteMatchingObjects" must be in lower-case letters only
(#647) Opening brace should be on the same line as the declaration
(#678) Protected method name "S3Client::checkExistenceWithCommand" must be in lower-case letters only
(#679) Opening brace should be on the same line as the declaration
(#688) Inline comments must start with a capital letter, digit or 3-dots sequence
(#688) Inline comments must end in full-stops, exclamation marks, or question marks
(#690) Inline comments must start with a capital letter, digit or 3-dots sequence
(#690) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/S3Md5Listener.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Public method name "S3Md5Listener::getSubscribedEvents" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#39) Opening brace should be on the same line as the declaration
(#43) Public method name "S3Md5Listener::onCommandAfterPrepare" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Usage of ELSEIF not allowed; use ELSE IF instead
(#63) Private method name "S3Md5Listener::addMd5" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/S3Signature.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Member variable "signableQueryString" must be all lower-case
(#62) Member variable "signableHeaders" must be all lower-case
(#64) Public method name "S3Signature::signRequest" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Variable "stringToSign" must be all lower-case
(#78) Variable "stringToSign" must be all lower-case
(#82) Variable "stringToSign" must be all lower-case
(#86) Public method name "S3Signature::createPresignedUrl" must be in lower-case letters only
(#93) Usage of ELSEIF not allowed; use ELSE IF instead
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Space found before object operator
(#114) Space found before object operator
(#115) Space found before object operator
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Public method name "S3Signature::signString" must be in lower-case letters only
(#133) Opening brace should be on the same line as the declaration
(#137) Public method name "S3Signature::createCanonicalizedString" must be in lower-case letters only
(#138) Opening brace should be on the same line as the declaration
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#146) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) Private method name "S3Signature::createCanonicalizedAmzHeaders" must be in lower-case letters only
(#164) Opening brace should be on the same line as the declaration
(#192) Private method name "S3Signature::createCanonicalizedResource" must be in lower-case letters only
(#193) Opening brace should be on the same line as the declaration
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#218) Inline comments must end in full-stops, exclamation marks, or question marks
(#239) Private method name "S3Signature::parseBucketName" must be in lower-case letters only
(#240) Opening brace should be on the same line as the declaration
(#241) Variable "baseUrl" must be all lower-case
(#242) Variable "baseHost" must be all lower-case
(#242) Variable "baseUrl" must be all lower-case
(#245) Variable "baseHost" must be all lower-case
(#246) Inline comments must end in full-stops, exclamation marks, or question marks
(#247) Variable "baseHost" must be all lower-case
(#248) Inline comments must end in full-stops, exclamation marks, or question marks
(#252) Inline comments must end in full-stops, exclamation marks, or question marks
(#253) Variable "baseHost" must be all lower-case
(#257) Inline comments must end in full-stops, exclamation marks, or question marks
(#258) Variable "baseHost" must be all lower-case
(#263) Inline comments must end in full-stops, exclamation marks, or question marks
(#264) Variable "baseHost" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureInterface.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureV4.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Public method name "S3SignatureV4::signRequest" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
(#48) Protected method name "S3SignatureV4::getPresignedPayload" must be in lower-case letters only
(#49) Opening brace should be on the same line as the declaration
(#56) Protected method name "S3SignatureV4::createCanonicalizedPath" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/SocketTimeoutChecker.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#33) Expected MOODLE_INTERNAL check or config.php inclusion
(#41) Opening brace should be on the same line as the declaration
(#50) Public method name "SocketTimeoutChecker::makesDecision" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#58) Protected method name "SocketTimeoutChecker::getDelay" must be in lower-case letters only
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/SseCpkListener.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Public method name "SseCpkListener::getSubscribedEvents" must be in lower-case letters only
(#16) Opening brace should be on the same line as the declaration
(#20) Public method name "SseCpkListener::onCommandBeforePrepare" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Private method name "SseCpkListener::validateScheme" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#51) Private method name "SseCpkListener::prepareSseParams" must be in lower-case letters only
(#53) Variable "isCopy" must be all lower-case
(#55) Variable "isCopy" must be all lower-case
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#77) Expected MOODLE_INTERNAL check or config.php inclusion
(#107) Member variable "objectIterator" must be all lower-case
(#112) Member variable "openedBucket" must be all lower-case
(#117) Member variable "openedBucketPrefix" must be all lower-case
(#122) Member variable "nextStat" must be all lower-case
(#130) Opening brace should be on the same line as the declaration
(#143) Opening brace should be on the same line as the declaration
(#155) Variable "opened_path" must not contain underscores.
(#156) Opening brace should be on the same line as the declaration
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#182) Usage of ELSEIF not allowed; use ELSE IF instead
(#196) Opening brace should be on the same line as the declaration
(#204) Opening brace should be on the same line as the declaration
(#214) Inline comments must end in full-stops, exclamation marks, or question marks
(#237) Opening brace should be on the same line as the declaration
(#250) Opening brace should be on the same line as the declaration
(#260) Opening brace should be on the same line as the declaration
(#272) Opening brace should be on the same line as the declaration
(#283) Opening brace should be on the same line as the declaration
(#297) Opening brace should be on the same line as the declaration
(#299) Inline comments must end in full-stops, exclamation marks, or question marks
(#317) Opening brace should be on the same line as the declaration
(#318) Inline comments must end in full-stops, exclamation marks, or question marks
(#319) Variable "nextStat" must be all lower-case
(#320) Variable "nextStat" must be all lower-case
(#326) Inline comments must end in full-stops, exclamation marks, or question marks
(#326) This comment is 42% valid code; is this commented out code?
(#338) Inline comments must end in full-stops, exclamation marks, or question marks
(#341) Inline comments must end in full-stops, exclamation marks, or question marks
(#354) Inline comments must end in full-stops, exclamation marks, or question marks
(#374) Opening brace should be on the same line as the declaration
(#385) Expected 1 space before "?"; newline found
(#386) Expected 1 space before ":"; newline found
(#399) Opening brace should be on the same line as the declaration
(#422) Inline comments must end in full-stops, exclamation marks, or question marks
(#434) Expected 1 space before "?"; newline found
(#435) Expected 1 space before ":"; newline found
(#457) Opening brace should be on the same line as the declaration
(#458) Inline comments must end in full-stops, exclamation marks, or question marks
(#462) Variable "filterFn" must be all lower-case
(#474) Variable "operationParams" must be all lower-case
(#477) Variable "operationParams" must be all lower-case
(#480) Variable "objectIterator" must be all lower-case
(#480) Variable "operationParams" must be all lower-case
(#488) Variable "objectIterator" must be all lower-case
(#489) Variable "filterFn" must be all lower-case
(#490) Inline comments must end in full-stops, exclamation marks, or question marks
(#491) Variable "filterFn" must be all lower-case
(#491) Variable "filterFn" must be all lower-case
(#507) Opening brace should be on the same line as the declaration
(#519) Opening brace should be on the same line as the declaration
(#534) Opening brace should be on the same line as the declaration
(#535) Inline comments must end in full-stops, exclamation marks, or question marks
(#558) Variable "nextStat" must be all lower-case
(#573) Variable "path_from" must not contain underscores.
(#573) Variable "path_to" must not contain underscores.
(#574) Opening brace should be on the same line as the declaration
(#575) Variable "partsFrom" must be all lower-case
(#575) Variable "path_from" must not contain underscores.
(#576) Variable "partsTo" must be all lower-case
(#576) Variable "path_to" must not contain underscores.
(#577) Variable "path_from" must not contain underscores.
(#578) Variable "path_to" must not contain underscores.
(#580) Variable "partsFrom" must be all lower-case
(#580) Variable "partsTo" must be all lower-case
(#585) Inline comments must end in full-stops, exclamation marks, or question marks
(#587) Variable "partsTo" must be all lower-case
(#588) Variable "partsTo" must be all lower-case
(#589) Variable "partsFrom" must be all lower-case
(#589) Variable "partsFrom" must be all lower-case
(#592) Inline comments must end in full-stops, exclamation marks, or question marks
(#594) Variable "partsFrom" must be all lower-case
(#595) Variable "partsFrom" must be all lower-case
(#611) Variable "cast_as" must not contain underscores.
(#612) Opening brace should be on the same line as the declaration
(#621) Protected method name "StreamWrapper::getOptions" must be in lower-case letters only
(#622) Opening brace should be on the same line as the declaration
(#636) Protected method name "StreamWrapper::getOption" must be in lower-case letters only
(#637) Opening brace should be on the same line as the declaration
(#650) Protected method name "StreamWrapper::getParams" must be in lower-case letters only
(#651) Opening brace should be on the same line as the declaration
(#670) Protected method name "StreamWrapper::getSignedRequest" must be in lower-case letters only
(#671) Opening brace should be on the same line as the declaration
(#686) Protected method name "StreamWrapper::openReadStream" must be in lower-case letters only
(#687) Opening brace should be on the same line as the declaration
(#688) Inline comments must end in full-stops, exclamation marks, or question marks
(#690) Inline comments must end in full-stops, exclamation marks, or question marks
(#700) Variable "statusParts" must be all lower-case
(#701) Variable "statusParts" must be all lower-case
(#707) Inline comments must end in full-stops, exclamation marks, or question marks
(#723) Protected method name "StreamWrapper::openWriteStream" must be in lower-case letters only
(#724) Opening brace should be on the same line as the declaration
(#738) Protected method name "StreamWrapper::openAppendStream" must be in lower-case letters only
(#739) Opening brace should be on the same line as the declaration
(#741) Inline comments must end in full-stops, exclamation marks, or question marks
(#745) Inline comments must end in full-stops, exclamation marks, or question marks
(#761) Protected method name "StreamWrapper::triggerError" must be in lower-case letters only
(#762) Opening brace should be on the same line as the declaration
(#764) Inline comments must end in full-stops, exclamation marks, or question marks
(#764) Line indented incorrectly; expected at least 12 spaces, found 10
(#766) Line indented incorrectly; expected 12 spaces, found 10
(#767) Inline comments must end in full-stops, exclamation marks, or question marks
(#767) Line indented incorrectly; expected at least 16 spaces, found 12
(#768) Line indented incorrectly; expected at least 16 spaces, found 12
(#769) Line indented incorrectly; expected 12 spaces, found 10
(#770) Line indented incorrectly; expected at least 12 spaces, found 10
(#773) Inline comments must end in full-stops, exclamation marks, or question marks
(#786) Protected method name "StreamWrapper::formatUrlStat" must be in lower-case letters only
(#787) Opening brace should be on the same line as the declaration
(#788) Variable "statTemplate" must be all lower-case
(#804) Variable "statTemplate" must be all lower-case
(#807) Inline comments must end in full-stops, exclamation marks, or question marks
(#811) Usage of ELSEIF not allowed; use ELSE IF instead
(#812) Inline comments must end in full-stops, exclamation marks, or question marks
(#827) Protected method name "StreamWrapper::clearStatInfo" must be in lower-case letters only
(#828) Opening brace should be on the same line as the declaration
(#829) Variable "nextStat" must be all lower-case
(#843) Private method name "StreamWrapper::createBucket" must be in lower-case letters only
(#844) Opening brace should be on the same line as the declaration
(#866) Private method name "StreamWrapper::createPseudoDirectory" must be in lower-case letters only
(#867) Opening brace should be on the same line as the declaration
(#872) Inline comments must end in full-stops, exclamation marks, or question marks
(#893) Private method name "StreamWrapper::determineAcl" must be in lower-case letters only
(#894) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSync.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#42) Opening brace should be on the same line as the declaration
(#51) Public method name "AbstractSync::getAllEvents" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#60) Opening brace should be on the same line as the declaration
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Protected method name "AbstractSync::createTransferAction" must be in lower-case letters only
(#81) Closing brace must be on a line by itself
(#88) Protected method name "AbstractSync::transferFiles" must be in lower-case letters only
(#89) Opening brace should be on the same line as the declaration
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Usage of ELSEIF not allowed; use ELSE IF instead
(#115) Protected method name "AbstractSync::transferCommands" must be in lower-case letters only
(#116) Opening brace should be on the same line as the declaration
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSyncBuilder.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Member variable "sourceIterator" must be all lower-case
(#46) Member variable "sourceConverter" must be all lower-case
(#49) Member variable "targetConverter" must be all lower-case
(#52) Member variable "keyPrefix" must be all lower-case
(#58) Member variable "baseDir" must be all lower-case
(#69) Public method name "AbstractSyncBuilder::getInstance" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#81) Public method name "AbstractSyncBuilder::setBucket" must be in lower-case letters only
(#82) Opening brace should be on the same line as the declaration
(#95) Public method name "AbstractSyncBuilder::setClient" must be in lower-case letters only
(#96) Opening brace should be on the same line as the declaration
(#109) Public method name "AbstractSyncBuilder::setSourceIterator" must be in lower-case letters only
(#110) Opening brace should be on the same line as the declaration
(#123) Public method name "AbstractSyncBuilder::setSourceFilenameConverter" must be in lower-case letters only
(#124) Opening brace should be on the same line as the declaration
(#137) Public method name "AbstractSyncBuilder::setTargetFilenameConverter" must be in lower-case letters only
(#138) Opening brace should be on the same line as the declaration
(#152) Public method name "AbstractSyncBuilder::setBaseDir" must be in lower-case letters only
(#152) Variable "baseDir" must be all lower-case
(#153) Opening brace should be on the same line as the declaration
(#154) Variable "baseDir" must be all lower-case
(#168) Public method name "AbstractSyncBuilder::setKeyPrefix" must be in lower-case letters only
(#168) Variable "keyPrefix" must be all lower-case
(#169) Opening brace should be on the same line as the declaration
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) Variable "keyPrefix" must be all lower-case
(#183) Public method name "AbstractSyncBuilder::setDelimiter" must be in lower-case letters only
(#184) Opening brace should be on the same line as the declaration
(#197) Public method name "AbstractSyncBuilder::setOperationParams" must be in lower-case letters only
(#198) Opening brace should be on the same line as the declaration
(#211) Public method name "AbstractSyncBuilder::setConcurrency" must be in lower-case letters only
(#212) Opening brace should be on the same line as the declaration
(#226) Opening brace should be on the same line as the declaration
(#239) Public method name "AbstractSyncBuilder::enableDebugOutput" must be in lower-case letters only
(#239) Variable "enabledOrResource" must be all lower-case
(#240) Opening brace should be on the same line as the declaration
(#241) Variable "enabledOrResource" must be all lower-case
(#253) Public method name "AbstractSyncBuilder::addRegexFilter" must be in lower-case letters only
(#254) Opening brace should be on the same line as the declaration
(#270) Opening brace should be on the same line as the declaration
(#275) Inline comments must end in full-stops, exclamation marks, or question marks
(#305) Protected method name "AbstractSyncBuilder::specificBuild" must be in lower-case letters only
(#310) Protected method name "AbstractSyncBuilder::getTargetIterator" must be in lower-case letters only
(#315) Protected method name "AbstractSyncBuilder::getDefaultSourceConverter" must be in lower-case letters only
(#320) Protected method name "AbstractSyncBuilder::getDefaultTargetConverter" must be in lower-case letters only
(#328) Protected method name "AbstractSyncBuilder::addDebugListener" must be in lower-case letters only
(#335) Protected method name "AbstractSyncBuilder::validateRequirements" must be in lower-case letters only
(#336) Opening brace should be on the same line as the declaration
(#351) Protected method name "AbstractSyncBuilder::assertFileIteratorSet" must be in lower-case letters only
(#352) Opening brace should be on the same line as the declaration
(#353) Inline comments must end in full-stops, exclamation marks, or question marks
(#367) Protected method name "AbstractSyncBuilder::filterIterator" must be in lower-case letters only
(#368) Opening brace should be on the same line as the declaration
(#386) Protected method name "AbstractSyncBuilder::addCustomParamListener" must be in lower-case letters only
(#387) Opening brace should be on the same line as the declaration
(#404) Protected method name "AbstractSyncBuilder::createS3Iterator" must be in lower-case letters only
(#405) Opening brace should be on the same line as the declaration
(#406) Inline comments must end in full-stops, exclamation marks, or question marks
(#409) Inline comments must end in full-stops, exclamation marks, or question marks
(#415) Inline comments must end in full-stops, exclamation marks, or question marks
(#427) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/ChangedFilesIterator.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#23) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Member variable "sourceIterator" must be all lower-case
(#29) Member variable "targetIterator" must be all lower-case
(#32) Member variable "sourceConverter" must be all lower-case
(#35) Member variable "targetConverter" must be all lower-case
(#47) Variable "sourceIterator" must be all lower-case
(#48) Variable "targetIterator" must be all lower-case
(#49) Variable "sourceConverter" must be all lower-case
(#50) Variable "targetConverter" must be all lower-case
(#52) Variable "targetIterator" must be all lower-case
(#53) Variable "sourceConverter" must be all lower-case
(#54) Variable "targetConverter" must be all lower-case
(#55) Variable "sourceIterator" must be all lower-case
(#59) Opening brace should be on the same line as the declaration
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Public method name "ChangedFilesIterator::getUnmatched" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#88) Protected method name "ChangedFilesIterator::getTargetData" must be in lower-case letters only
(#89) Opening brace should be on the same line as the declaration
(#118) Opening brace should be on the same line as the declaration
(#119) Variable "asString" must be all lower-case
(#121) Variable "asString" must be all lower-case
(#122) Expected 1 space before "?"; newline found
(#122) Variable "asString" must be all lower-case
(#123) Expected 1 space before ":"; newline found
(#126) Private method name "ChangedFilesIterator::cleanKey" must be in lower-case letters only
(#127) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSync.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Protected method name "DownloadSync::createTransferAction" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
(#29) Variable "sourceFilename" must be all lower-case
(#30) Variable "sourceFilename" must be all lower-case
(#31) Variable "sourceFilename" must be all lower-case
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Protected method name "DownloadSync::createDirectory" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Protected method name "DownloadSync::filterCommands" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Protected method name "DownloadSync::transferCommands" must be in lower-case letters only
(#92) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSyncBuilder.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#43) Public method name "DownloadSyncBuilder::setDirectory" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#55) Public method name "DownloadSyncBuilder::allowResumableDownloads" must be in lower-case letters only
(#56) Opening brace should be on the same line as the declaration
(#62) Protected method name "DownloadSyncBuilder::specificBuild" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#78) Protected method name "DownloadSyncBuilder::getTargetIterator" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Protected method name "DownloadSyncBuilder::getDefaultSourceConverter" must be in lower-case letters only
(#96) Opening brace should be on the same line as the declaration
(#103) Protected method name "DownloadSyncBuilder::getDefaultTargetConverter" must be in lower-case letters only
(#104) Opening brace should be on the same line as the declaration
(#108) Protected method name "DownloadSyncBuilder::assertFileIteratorSet" must be in lower-case letters only
(#109) Opening brace should be on the same line as the declaration
(#113) Protected method name "DownloadSyncBuilder::addDebugListener" must be in lower-case letters only
(#114) Opening brace should be on the same line as the declaration
(#119) Expected 1 space before "?"; newline found
(#120) Expected 1 space before ":"; newline found
(#122) Usage of ELSEIF not allowed; use ELSE IF instead
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/FilenameConverterInterface.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/KeyConverter.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Member variable "baseDir" must be all lower-case
(#38) Variable "baseDir" must be all lower-case
(#39) Opening brace should be on the same line as the declaration
(#40) Variable "baseDir" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSync.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Opening brace should be on the same line as the declaration
(#38) Protected method name "UploadSync::createTransferAction" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Variable "aclType" must be all lower-case
(#57) Variable "aclType" must be all lower-case
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Space found before object operator
(#64) Space found before object operator
(#65) Space found before object operator
(#66) Space found before object operator
(#66) Variable "aclType" must be all lower-case
(#67) Space found before object operator
(#68) Space found before object operator
(#69) Space found before object operator
(#83) Variable "aclType" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Member variable "multipartUploadSize" must be all lower-case
(#41) Public method name "UploadSyncBuilder::uploadFromDirectory" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#60) Public method name "UploadSyncBuilder::uploadFromGlob" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#76) Public method name "UploadSyncBuilder::setAcl" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#90) Public method name "UploadSyncBuilder::setAcp" must be in lower-case letters only
(#91) Opening brace should be on the same line as the declaration
(#105) Public method name "UploadSyncBuilder::setMultipartUploadSize" must be in lower-case letters only
(#106) Opening brace should be on the same line as the declaration
(#112) Protected method name "UploadSyncBuilder::specificBuild" must be in lower-case letters only
(#113) Opening brace should be on the same line as the declaration
(#128) Protected method name "UploadSyncBuilder::addCustomParamListener" must be in lower-case letters only
(#129) Opening brace should be on the same line as the declaration
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Protected method name "UploadSyncBuilder::getTargetIterator" must be in lower-case letters only
(#144) Opening brace should be on the same line as the declaration
(#148) Protected method name "UploadSyncBuilder::getDefaultSourceConverter" must be in lower-case letters only
(#149) Opening brace should be on the same line as the declaration
(#153) Protected method name "UploadSyncBuilder::getDefaultTargetConverter" must be in lower-case letters only
(#154) Opening brace should be on the same line as the declaration
(#158) Protected method name "UploadSyncBuilder::addDebugListener" must be in lower-case letters only
(#159) Opening brace should be on the same line as the declaration
(#171) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) Variable "totalSize" must be all lower-case
(#176) Variable "totalSize" must be all lower-case
(#180) Variable "totalSize" must be all lower-case
(#183) Variable "totalSize" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ses/Enum/IdentityType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ses/Enum/MailboxSimulator.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ses/Enum/NotificationType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ses/Enum/VerificationStatus.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ses/Exception/MessageRejectedException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 143 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ses/Exception/SesException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ses/Resources/ses-2010-12-01.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#82) Line exceeds 132 characters; contains 173 characters
(#132) Line exceeds 132 characters; contains 173 characters
(#312) Line exceeds maximum limit of 180 characters; contains 256 characters
(#316) Line exceeds maximum limit of 180 characters; contains 283 characters
(#320) Line exceeds maximum limit of 180 characters; contains 268 characters
(#336) Line exceeds 132 characters; contains 173 characters
(#370) Line exceeds 132 characters; contains 173 characters
(#945) Line exceeds 132 characters; contains 153 characters
(#1138) Line exceeds 132 characters; contains 175 characters
(#1270) Line exceeds 132 characters; contains 175 characters
(#1331) Line exceeds 132 characters; contains 175 characters
(#1668) Line exceeds maximum limit of 180 characters; contains 256 characters
(#1672) Line exceeds maximum limit of 180 characters; contains 283 characters
(#1676) Line exceeds maximum limit of 180 characters; contains 268 characters
(#1688) Line exceeds 132 characters; contains 173 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ses/SesClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#68) Line exceeds 132 characters; contains 164 characters
(#69) Line exceeds 132 characters; contains 153 characters
(#70) Line exceeds 132 characters; contains 177 characters
(#75) Expected MOODLE_INTERNAL check or config.php inclusion
(#88) Opening brace should be on the same line as the declaration
(#90) Space found before object operator
(#91) Space found before object operator
(#96) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/AttributeDoesNotExistException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/DuplicateItemNameException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/InvalidNextTokenException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/InvalidNumberPredicatesException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/InvalidNumberValueTestsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/InvalidParameterValueException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/InvalidQueryExpressionException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/MissingParameterException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/NoSuchDomainException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/NumberDomainAttributesExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/NumberDomainBytesExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/NumberDomainsExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/NumberItemAttributesExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/NumberSubmittedAttributesExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/NumberSubmittedItemsExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/RequestTimeoutException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/SimpleDbException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/TooManyRequestedAttributesException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Resources/simpledb-2009-04-15.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/SimpleDbClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#39) Line exceeds 132 characters; contains 147 characters
(#40) Line exceeds 132 characters; contains 137 characters
(#45) Expected MOODLE_INTERNAL check or config.php inclusion
(#58) Opening brace should be on the same line as the declaration
(#60) Space found before object operator
(#61) Space found before object operator
(#65) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/Exception/AuthorizationErrorException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/Exception/EndpointDisabledException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/Exception/InternalErrorException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/Exception/InvalidParameterException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/Exception/NotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/Exception/PlatformApplicationDisabledException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/Exception/SnsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/Exception/SubscriptionLimitExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/Exception/TopicLimitExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/MessageValidator/Exception/CannotGetPublicKeyFromCertificateException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/MessageValidator/Exception/CertificateFromUnrecognizedSourceException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/MessageValidator/Exception/InvalidMessageSignatureException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/MessageValidator/Exception/SnsMessageValidatorException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/MessageValidator/Message.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#23) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Member variable "requiredKeys" must be all lower-case
(#45) Member variable "signableKeys" must be all lower-case
(#69) Public method name "Message::fromArray" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Variable "requiredKeys" must be all lower-case
(#78) Variable "requiredKeys" must be all lower-case
(#79) Variable "requiredKeys" must be all lower-case
(#79) Variable "requiredKeys" must be all lower-case
(#81) Variable "requiredKeys" must be all lower-case
(#92) Public method name "Message::fromRawPostData" must be in lower-case letters only
(#93) Opening brace should be on the same line as the declaration
(#105) Opening brace should be on the same line as the declaration
(#114) Public method name "Message::getData" must be in lower-case letters only
(#115) Opening brace should be on the same line as the declaration
(#125) Opening brace should be on the same line as the declaration
(#135) Public method name "Message::getStringToSign" must be in lower-case letters only
(#136) Opening brace should be on the same line as the declaration
(#137) Variable "stringToSign" must be all lower-case
(#143) Variable "signableKeys" must be all lower-case
(#144) Variable "stringToSign" must be all lower-case
(#148) Variable "stringToSign" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/MessageValidator/MessageValidator.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#30) Expected MOODLE_INTERNAL check or config.php inclusion
(#38) Member variable "hostPattern" must be all lower-case
(#46) Member variable "defaultHostPattern" must be all lower-case
(#57) Variable "hostPattern" must be all lower-case
(#58) Opening brace should be on the same line as the declaration
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) This comment is 50% valid code; is this commented out code?
(#60) No space found before comment text; expected "// @codeCoverageIgnoreStart" but found "//@codeCoverageIgnoreStart"
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) This comment is 50% valid code; is this commented out code?
(#63) No space found before comment text; expected "// @codeCoverageIgnoreEnd" but found "//@codeCoverageIgnoreEnd"
(#67) Variable "hostPattern" must be all lower-case
(#67) Variable "defaultHostPattern" must be all lower-case
(#80) Opening brace should be on the same line as the declaration
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Variable "certUrl" must be all lower-case
(#83) Variable "certUrl" must be all lower-case
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Variable "certUrl" must be all lower-case
(#87) Variable "publicKey" must be all lower-case
(#88) Variable "publicKey" must be all lower-case
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Variable "stringToSign" must be all lower-case
(#94) Variable "incomingSignature" must be all lower-case
(#95) Variable "stringToSign" must be all lower-case
(#95) Variable "incomingSignature" must be all lower-case
(#95) Variable "publicKey" must be all lower-case
(#100) Private method name "MessageValidator::validateUrl" must be in lower-case letters only
(#101) Opening brace should be on the same line as the declaration
(#118) Public method name "MessageValidator::isValid" must be in lower-case letters only
(#119) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/Resources/sns-2010-03-31.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/SnsClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#54) Line exceeds maximum limit of 180 characters; contains 193 characters
(#55) Line exceeds 132 characters; contains 173 characters
(#56) Line exceeds 132 characters; contains 159 characters
(#57) Line exceeds 132 characters; contains 173 characters
(#58) Line exceeds 132 characters; contains 145 characters
(#63) Expected MOODLE_INTERNAL check or config.php inclusion
(#76) Opening brace should be on the same line as the declaration
(#78) Space found before object operator
(#79) Space found before object operator
(#83) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sqs/Enum/MessageAttribute.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sqs/Enum/QueueAttribute.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sqs/Exception/SqsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sqs/Md5ValidatorListener.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#28) Public method name "Md5ValidatorListener::getSubscribedEvents" must be in lower-case letters only
(#29) Opening brace should be on the same line as the declaration
(#39) Public method name "Md5ValidatorListener::onCommandBeforeSend" must be in lower-case letters only
(#40) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sqs/QueueUrlListener.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Public method name "QueueUrlListener::getSubscribedEvents" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#41) Public method name "QueueUrlListener::onCommandBeforeSend" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#47) Variable "requestUrl" must be all lower-case
(#48) Variable "requestUrl" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sqs/Resources/sqs-2012-11-05.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#129) Line exceeds maximum limit of 180 characters; contains 313 characters
(#287) Line exceeds maximum limit of 180 characters; contains 197 characters
(#572) Line exceeds maximum limit of 180 characters; contains 196 characters
(#632) Line exceeds maximum limit of 180 characters; contains 313 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sqs/SqsClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#46) Line exceeds 132 characters; contains 145 characters
(#51) Expected MOODLE_INTERNAL check or config.php inclusion
(#64) Opening brace should be on the same line as the declaration
(#66) Space found before object operator
(#67) Space found before object operator
(#71) Space found before object operator
(#86) Public method name "SqsClient::getQueueArn" must be in lower-case letters only
(#86) Variable "queueUrl" must be all lower-case
(#87) Opening brace should be on the same line as the declaration
(#88) Variable "queueUrl" must be all lower-case
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ssm/Exception/SsmException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ssm/Resources/ssm-2014-11-06.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#71) Line exceeds 132 characters; contains 175 characters
(#144) Line exceeds 132 characters; contains 175 characters
(#152) Line exceeds 132 characters; contains 177 characters
(#219) Line exceeds 132 characters; contains 175 characters
(#223) Line exceeds 132 characters; contains 177 characters
(#342) Line exceeds 132 characters; contains 175 characters
(#439) Line exceeds 132 characters; contains 175 characters
(#546) Line exceeds 132 characters; contains 175 characters
(#737) Line exceeds 132 characters; contains 175 characters
(#817) Line exceeds 132 characters; contains 175 characters
(#974) Line exceeds 132 characters; contains 175 characters
(#986) Line exceeds 132 characters; contains 177 characters
(#1060) Line exceeds 132 characters; contains 175 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ssm/SsmClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#49) Expected MOODLE_INTERNAL check or config.php inclusion
(#64) Opening brace should be on the same line as the declaration
(#66) Space found before object operator
(#67) Space found before object operator
(#71) Space found before object operator
(#72) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/StorageGateway/Enum/BandwidthType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/StorageGateway/Enum/DiskAllocationType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/StorageGateway/Enum/ErrorCode.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/StorageGateway/Enum/GatewayState.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/StorageGateway/Enum/GatewayTimezone.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/StorageGateway/Enum/GatewayType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/StorageGateway/Enum/VolumeStatus.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/StorageGateway/Enum/VolumeType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/StorageGateway/Exception/InternalServerErrorException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/StorageGateway/Exception/InvalidGatewayRequestException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 141 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/StorageGateway/Exception/StorageGatewayException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/StorageGateway/Resources/storagegateway-2013-06-30.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#137) Line exceeds 132 characters; contains 173 characters
(#141) Line exceeds 132 characters; contains 147 characters
(#186) Line exceeds 132 characters; contains 173 characters
(#190) Line exceeds 132 characters; contains 147 characters
(#245) Line exceeds 132 characters; contains 173 characters
(#249) Line exceeds 132 characters; contains 147 characters
(#294) Line exceeds 132 characters; contains 173 characters
(#298) Line exceeds 132 characters; contains 147 characters
(#343) Line exceeds 132 characters; contains 173 characters
(#347) Line exceeds 132 characters; contains 147 characters
(#388) Line exceeds 132 characters; contains 173 characters
(#392) Line exceeds 132 characters; contains 147 characters
(#433) Line exceeds 132 characters; contains 173 characters
(#437) Line exceeds 132 characters; contains 147 characters
(#498) Line exceeds 132 characters; contains 173 characters
(#502) Line exceeds 132 characters; contains 147 characters
(#543) Line exceeds 132 characters; contains 173 characters
(#547) Line exceeds 132 characters; contains 147 characters
(#588) Line exceeds 132 characters; contains 173 characters
(#592) Line exceeds 132 characters; contains 147 characters
(#654) Line exceeds 132 characters; contains 173 characters
(#658) Line exceeds 132 characters; contains 147 characters
(#717) Line exceeds 132 characters; contains 173 characters
(#721) Line exceeds 132 characters; contains 147 characters
(#762) Line exceeds 132 characters; contains 173 characters
(#766) Line exceeds 132 characters; contains 147 characters
(#807) Line exceeds 132 characters; contains 173 characters
(#811) Line exceeds 132 characters; contains 147 characters
(#846) Line exceeds 132 characters; contains 173 characters
(#850) Line exceeds 132 characters; contains 147 characters
(#885) Line exceeds 132 characters; contains 173 characters
(#889) Line exceeds 132 characters; contains 147 characters
(#930) Line exceeds 132 characters; contains 173 characters
(#934) Line exceeds 132 characters; contains 147 characters
(#969) Line exceeds 132 characters; contains 173 characters
(#973) Line exceeds 132 characters; contains 147 characters
(#1008) Line exceeds 132 characters; contains 173 characters
(#1012) Line exceeds 132 characters; contains 147 characters
(#1047) Line exceeds 132 characters; contains 173 characters
(#1051) Line exceeds 132 characters; contains 147 characters
(#1086) Line exceeds 132 characters; contains 173 characters
(#1090) Line exceeds 132 characters; contains 147 characters
(#1129) Line exceeds 132 characters; contains 173 characters
(#1133) Line exceeds 132 characters; contains 147 characters
(#1168) Line exceeds 132 characters; contains 173 characters
(#1172) Line exceeds 132 characters; contains 147 characters
(#1207) Line exceeds 132 characters; contains 173 characters
(#1211) Line exceeds 132 characters; contains 147 characters
(#1246) Line exceeds 132 characters; contains 173 characters
(#1250) Line exceeds 132 characters; contains 147 characters
(#1285) Line exceeds 132 characters; contains 173 characters
(#1289) Line exceeds 132 characters; contains 147 characters
(#1328) Line exceeds 132 characters; contains 173 characters
(#1332) Line exceeds 132 characters; contains 147 characters
(#1380) Line exceeds 132 characters; contains 173 characters
(#1384) Line exceeds 132 characters; contains 147 characters
(#1429) Line exceeds 132 characters; contains 173 characters
(#1433) Line exceeds 132 characters; contains 147 characters
(#1487) Line exceeds 132 characters; contains 173 characters
(#1491) Line exceeds 132 characters; contains 147 characters
(#1526) Line exceeds 132 characters; contains 173 characters
(#1530) Line exceeds 132 characters; contains 147 characters
(#1584) Line exceeds 132 characters; contains 173 characters
(#1588) Line exceeds 132 characters; contains 147 characters
(#1623) Line exceeds 132 characters; contains 173 characters
(#1627) Line exceeds 132 characters; contains 147 characters
(#1662) Line exceeds 132 characters; contains 173 characters
(#1666) Line exceeds 132 characters; contains 147 characters
(#1705) Line exceeds 132 characters; contains 173 characters
(#1709) Line exceeds 132 characters; contains 147 characters
(#1744) Line exceeds 132 characters; contains 173 characters
(#1748) Line exceeds 132 characters; contains 147 characters
(#1792) Line exceeds 132 characters; contains 173 characters
(#1796) Line exceeds 132 characters; contains 147 characters
(#1831) Line exceeds 132 characters; contains 173 characters
(#1835) Line exceeds 132 characters; contains 147 characters
(#1870) Line exceeds 132 characters; contains 173 characters
(#1874) Line exceeds 132 characters; contains 147 characters
(#1919) Line exceeds 132 characters; contains 173 characters
(#1923) Line exceeds 132 characters; contains 147 characters
(#1966) Line exceeds 132 characters; contains 173 characters
(#1970) Line exceeds 132 characters; contains 147 characters
(#2005) Line exceeds 132 characters; contains 173 characters
(#2009) Line exceeds 132 characters; contains 147 characters
(#2050) Line exceeds 132 characters; contains 173 characters
(#2054) Line exceeds 132 characters; contains 147 characters
(#2095) Line exceeds 132 characters; contains 173 characters
(#2099) Line exceeds 132 characters; contains 147 characters
(#2134) Line exceeds 132 characters; contains 173 characters
(#2138) Line exceeds 132 characters; contains 147 characters
(#2173) Line exceeds 132 characters; contains 173 characters
(#2177) Line exceeds 132 characters; contains 147 characters
(#2222) Line exceeds 132 characters; contains 173 characters
(#2226) Line exceeds 132 characters; contains 147 characters
(#2278) Line exceeds 132 characters; contains 173 characters
(#2282) Line exceeds 132 characters; contains 147 characters
(#2327) Line exceeds 132 characters; contains 173 characters
(#2331) Line exceeds 132 characters; contains 147 characters
(#2366) Line exceeds 132 characters; contains 173 characters
(#2370) Line exceeds 132 characters; contains 147 characters
(#2423) Line exceeds 132 characters; contains 173 characters
(#2427) Line exceeds 132 characters; contains 147 characters
(#2480) Line exceeds 132 characters; contains 173 characters
(#2484) Line exceeds 132 characters; contains 147 characters
(#2525) Line exceeds 132 characters; contains 173 characters
(#2529) Line exceeds 132 characters; contains 147 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/StorageGateway/StorageGatewayClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#39) Line exceeds 132 characters; contains 141 characters
(#83) Line exceeds 132 characters; contains 177 characters
(#84) Line exceeds 132 characters; contains 177 characters
(#85) Line exceeds 132 characters; contains 165 characters
(#86) Line exceeds 132 characters; contains 177 characters
(#87) Line exceeds 132 characters; contains 151 characters
(#88) Line exceeds 132 characters; contains 161 characters
(#89) Line exceeds 132 characters; contains 149 characters
(#90) Line exceeds 132 characters; contains 153 characters
(#91) Line exceeds 132 characters; contains 173 characters
(#92) Line exceeds 132 characters; contains 147 characters
(#97) Expected MOODLE_INTERNAL check or config.php inclusion
(#110) Opening brace should be on the same line as the declaration
(#112) Space found before object operator
(#113) Space found before object operator
(#117) Space found before object operator
(#118) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/ExpiredTokenException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 149 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/IDPCommunicationErrorException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 391 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/IDPRejectedClaimException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 258 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/IncompleteSignatureException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/InternalFailureException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/InvalidActionException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/InvalidAuthorizationMessageException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 164 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/InvalidClientTokenIdException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/InvalidIdentityTokenException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds 132 characters; contains 152 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/InvalidParameterCombinationException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/InvalidParameterValueException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/InvalidQueryParameterException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/MalformedPolicyDocumentException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/MalformedQueryStringException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/MissingActionException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/MissingAuthenticationTokenException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/MissingParameterException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/OptInRequiredException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/PackedPolicyTooLargeException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 186 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/RequestExpiredException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#23) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/ServiceUnavailableException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/StsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/ThrottlingException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Resources/sts-2011-06-15.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#138) Line exceeds 132 characters; contains 150 characters
(#142) Line exceeds maximum limit of 180 characters; contains 218 characters
(#196) Line exceeds 132 characters; contains 150 characters
(#200) Line exceeds maximum limit of 180 characters; contains 218 characters
(#204) Line exceeds maximum limit of 180 characters; contains 290 characters
(#208) Line exceeds maximum limit of 180 characters; contains 184 characters
(#212) Line exceeds maximum limit of 180 characters; contains 181 characters
(#271) Line exceeds 132 characters; contains 150 characters
(#275) Line exceeds maximum limit of 180 characters; contains 218 characters
(#279) Line exceeds maximum limit of 180 characters; contains 290 characters
(#283) Line exceeds maximum limit of 180 characters; contains 424 characters
(#287) Line exceeds maximum limit of 180 characters; contains 184 characters
(#291) Line exceeds maximum limit of 180 characters; contains 181 characters
(#322) Line exceeds maximum limit of 180 characters; contains 196 characters
(#364) Line exceeds 132 characters; contains 150 characters
(#368) Line exceeds maximum limit of 180 characters; contains 218 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/StsClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#44) Expected MOODLE_INTERNAL check or config.php inclusion
(#58) Opening brace should be on the same line as the declaration
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Space found before object operator
(#67) Space found before object operator
(#71) Space found before object operator
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Public method name "StsClient::createCredentials" must be in lower-case letters only
(#103) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Support/Exception/CaseCreationLimitExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Support/Exception/CaseIdNotFoundException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Support/Exception/InternalServerErrorException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Support/Exception/SupportException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Support/Resources/support-2013-04-15.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#94) Line exceeds 132 characters; contains 149 characters
(#285) Line exceeds 132 characters; contains 135 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Support/SupportClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#38) Line exceeds 132 characters; contains 144 characters
(#44) Line exceeds 132 characters; contains 151 characters
(#45) Line exceeds 132 characters; contains 169 characters
(#46) Line exceeds 132 characters; contains 157 characters
(#47) Line exceeds maximum limit of 180 characters; contains 209 characters
(#48) Line exceeds maximum limit of 180 characters; contains 197 characters
(#49) Line exceeds 132 characters; contains 169 characters
(#50) Line exceeds maximum limit of 180 characters; contains 181 characters
(#55) Expected MOODLE_INTERNAL check or config.php inclusion
(#68) Opening brace should be on the same line as the declaration
(#70) Space found before object operator
(#71) Space found before object operator
(#75) Space found before object operator
(#76) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Enum/ActivityTaskTimeoutType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Enum/ChildPolicy.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Enum/CloseStatus.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Enum/DecisionTaskTimeoutType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Enum/DecisionType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Enum/EventType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Enum/ExecutionStatus.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Enum/RegistrationStatus.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Enum/WorkflowExecutionTimeoutType.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Exception/DefaultUndefinedException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Exception/DomainAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Exception/DomainDeprecatedException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Exception/LimitExceededException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 184 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Exception/OperationNotPermittedException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Exception/SwfException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Exception/TypeAlreadyExistsException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 233 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Exception/TypeDeprecatedException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Exception/UnknownResourceException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#20) Line exceeds maximum limit of 180 characters; contains 211 characters
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Exception/WorkflowExecutionAlreadyStartedException.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Resources/swf-2012-01-25.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#203) Line exceeds maximum limit of 180 characters; contains 243 characters
(#302) Line exceeds maximum limit of 180 characters; contains 243 characters
(#353) Line exceeds maximum limit of 180 characters; contains 243 characters
(#404) Line exceeds maximum limit of 180 characters; contains 243 characters
(#460) Line exceeds maximum limit of 180 characters; contains 243 characters
(#503) Line exceeds maximum limit of 180 characters; contains 243 characters
(#563) Line exceeds maximum limit of 180 characters; contains 243 characters
(#623) Line exceeds maximum limit of 180 characters; contains 243 characters
(#662) Line exceeds maximum limit of 180 characters; contains 243 characters
(#718) Line exceeds maximum limit of 180 characters; contains 243 characters
(#774) Line exceeds maximum limit of 180 characters; contains 243 characters
(#844) Line exceeds maximum limit of 180 characters; contains 243 characters
(#911) Line exceeds maximum limit of 180 characters; contains 243 characters
(#1052) Line exceeds maximum limit of 180 characters; contains 243 characters
(#1213) Line exceeds maximum limit of 180 characters; contains 243 characters
(#1280) Line exceeds maximum limit of 180 characters; contains 243 characters
(#1331) Line exceeds maximum limit of 180 characters; contains 243 characters
(#1339) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1404) Line exceeds maximum limit of 180 characters; contains 243 characters
(#1412) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1451) Line exceeds maximum limit of 180 characters; contains 243 characters
(#1537) Line exceeds maximum limit of 180 characters; contains 265 characters
(#1541) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1545) Line exceeds maximum limit of 180 characters; contains 243 characters
(#1594) Line exceeds 132 characters; contains 160 characters
(#1598) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1680) Line exceeds maximum limit of 180 characters; contains 265 characters
(#1684) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1688) Line exceeds maximum limit of 180 characters; contains 243 characters
(#1737) Line exceeds maximum limit of 180 characters; contains 243 characters
(#1780) Line exceeds maximum limit of 180 characters; contains 243 characters
(#1823) Line exceeds maximum limit of 180 characters; contains 243 characters
(#1870) Line exceeds maximum limit of 180 characters; contains 243 characters
(#2208) Line exceeds maximum limit of 180 characters; contains 243 characters
(#2267) Line exceeds maximum limit of 180 characters; contains 243 characters
(#2370) Line exceeds maximum limit of 180 characters; contains 243 characters
(#2378) Line exceeds 132 characters; contains 161 characters
(#2382) Line exceeds maximum limit of 180 characters; contains 216 characters
(#2446) Line exceeds maximum limit of 180 characters; contains 243 characters
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/SwfClient.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#61) Line exceeds 132 characters; contains 179 characters
(#62) Line exceeds 132 characters; contains 159 characters
(#63) Line exceeds maximum limit of 180 characters; contains 181 characters
(#64) Line exceeds 132 characters; contains 147 characters
(#65) Line exceeds 132 characters; contains 177 characters
(#66) Line exceeds 132 characters; contains 159 characters
(#67) Line exceeds 132 characters; contains 163 characters
(#72) Expected MOODLE_INTERNAL check or config.php inclusion
(#85) Opening brace should be on the same line as the declaration
(#87) Space found before object operator
(#88) Space found before object operator
(#92) Space found before object operator
(#93) Space found before object operator
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/WorkSpaces/Exception/WorkSpacesException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Closing brace must be on a line by itself
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/WorkSpaces/Resources/workspaces-2015-04-08.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/WorkSpaces/WorkSpacesClient.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#22) Line exceeds 132 characters; contains 173 characters
(#23) Line exceeds maximum limit of 180 characters; contains 181 characters
(#24) Line exceeds 132 characters; contains 161 characters
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#44) Opening brace should be on the same line as the declaration
(#46) Space found before object operator
(#47) Space found before object operator
(#51) Space found before object operator
(#52) Space found before object operator
local/session_dynamodb/vendor/composer/ClassLoader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#43) Expected MOODLE_INTERNAL check or config.php inclusion
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Member variable "prefixLengthsPsr4" must be all lower-case
(#47) Member variable "prefixDirsPsr4" must be all lower-case
(#48) Member variable "fallbackDirsPsr4" must be all lower-case
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Member variable "prefixesPsr0" must be all lower-case
(#52) Member variable "fallbackDirsPsr0" must be all lower-case
(#54) Member variable "useIncludePath" must be all lower-case
(#55) Member variable "classMap" must be all lower-case
(#56) Member variable "classMapAuthoritative" must be all lower-case
(#57) Member variable "missingClasses" must be all lower-case
(#58) Member variable "apcuPrefix" must be all lower-case
(#60) Public method name "ClassLoader::getPrefixes" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#69) Public method name "ClassLoader::getPrefixesPsr4" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#74) Public method name "ClassLoader::getFallbackDirs" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#79) Public method name "ClassLoader::getFallbackDirsPsr4" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
(#84) Public method name "ClassLoader::getClassMap" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#92) Public method name "ClassLoader::addClassMap" must be in lower-case letters only
(#92) Variable "classMap" must be all lower-case
(#93) Opening brace should be on the same line as the declaration
(#95) Variable "classMap" must be all lower-case
(#97) Variable "classMap" must be all lower-case
(#110) Opening brace should be on the same line as the declaration
(#156) Public method name "ClassLoader::addPsr4" must be in lower-case letters only
(#157) Opening brace should be on the same line as the declaration
(#171) Usage of ELSEIF not allowed; use ELSE IF instead
(#179) Usage of ELSEIF not allowed; use ELSE IF instead
(#202) Opening brace should be on the same line as the declaration
(#219) Public method name "ClassLoader::setPsr4" must be in lower-case letters only
(#220) Opening brace should be on the same line as the declaration
(#238) Public method name "ClassLoader::setUseIncludePath" must be in lower-case letters only
(#238) Variable "useIncludePath" must be all lower-case
(#239) Opening brace should be on the same line as the declaration
(#240) Variable "useIncludePath" must be all lower-case
(#249) Public method name "ClassLoader::getUseIncludePath" must be in lower-case letters only
(#250) Opening brace should be on the same line as the declaration
(#260) Public method name "ClassLoader::setClassMapAuthoritative" must be in lower-case letters only
(#260) Variable "classMapAuthoritative" must be all lower-case
(#261) Opening brace should be on the same line as the declaration
(#262) Variable "classMapAuthoritative" must be all lower-case
(#270) Public method name "ClassLoader::isClassMapAuthoritative" must be in lower-case letters only
(#271) Opening brace should be on the same line as the declaration
(#280) Public method name "ClassLoader::setApcuPrefix" must be in lower-case letters only
(#280) Variable "apcuPrefix" must be all lower-case
(#281) Opening brace should be on the same line as the declaration
(#282) Variable "apcuPrefix" must be all lower-case
(#290) Public method name "ClassLoader::getApcuPrefix" must be in lower-case letters only
(#291) Opening brace should be on the same line as the declaration
(#301) Opening brace should be on the same line as the declaration
(#309) Opening brace should be on the same line as the declaration
(#319) Public method name "ClassLoader::loadClass" must be in lower-case letters only
(#320) Opening brace should be on the same line as the declaration
(#335) Public method name "ClassLoader::findFile" must be in lower-case letters only
(#336) Opening brace should be on the same line as the declaration
(#337) Inline comments must start with a capital letter, digit or 3-dots sequence
(#337) Inline comments must end in full-stops, exclamation marks, or question marks
(#353) Inline comments must end in full-stops, exclamation marks, or question marks
(#370) Private method name "ClassLoader::findFileWithExtension" must be in lower-case letters only
(#371) Opening brace should be on the same line as the declaration
(#372) Inline comments must end in full-stops, exclamation marks, or question marks
(#373) Variable "logicalPathPsr4" must be all lower-case
(#380) Variable "logicalPathPsr4" must be all lower-case
(#388) Inline comments must end in full-stops, exclamation marks, or question marks
(#390) Variable "logicalPathPsr4" must be all lower-case
(#395) Inline comments must end in full-stops, exclamation marks, or question marks
(#397) Inline comments must start with a capital letter, digit or 3-dots sequence
(#397) Inline comments must end in full-stops, exclamation marks, or question marks
(#398) Variable "logicalPathPsr0" must be all lower-case
(#398) Variable "logicalPathPsr4" must be all lower-case
(#399) Variable "logicalPathPsr4" must be all lower-case
(#401) Inline comments must end in full-stops, exclamation marks, or question marks
(#402) Variable "logicalPathPsr0" must be all lower-case
(#409) Variable "logicalPathPsr0" must be all lower-case
(#417) Inline comments must end in full-stops, exclamation marks, or question marks
(#419) Variable "logicalPathPsr0" must be all lower-case
(#425) Variable "logicalPathPsr0" must be all lower-case
(#438) function name "includeFile" must be lower-case letters only
(#439) Opening brace should be on the same line as the declaration
(#440) "include" must be immediately followed by an open parenthesis
local/session_dynamodb/vendor/composer/autoload_classmap.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) Variable "vendorDir" must be all lower-case
(#6) Variable "baseDir" must be all lower-case
(#6) Variable "vendorDir" must be all lower-case
local/session_dynamodb/vendor/composer/autoload_namespaces.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) Variable "vendorDir" must be all lower-case
(#6) Variable "baseDir" must be all lower-case
(#6) Variable "vendorDir" must be all lower-case
(#9) Variable "vendorDir" must be all lower-case
(#10) Variable "vendorDir" must be all lower-case
(#11) Variable "vendorDir" must be all lower-case
local/session_dynamodb/vendor/composer/autoload_psr4.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) Variable "vendorDir" must be all lower-case
(#6) Variable "baseDir" must be all lower-case
(#6) Variable "vendorDir" must be all lower-case
(#9) Variable "vendorDir" must be all lower-case
local/session_dynamodb/vendor/composer/autoload_real.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#9) Public method name "ComposerAutoloaderIniteb078de45167dccd2622c95e9298a253::loadClassLoader" must be in lower-case letters only
(#10) Opening brace should be on the same line as the declaration
(#12) "require" must be immediately followed by an open parenthesis
(#16) Public method name "ComposerAutoloaderIniteb078de45167dccd2622c95e9298a253::getLoader" must be in lower-case letters only
(#17) Opening brace should be on the same line as the declaration
(#26) Variable "useStaticLoader" must be all lower-case
(#26) Line exceeds 132 characters; contains 160 characters
(#27) Variable "useStaticLoader" must be all lower-case
(#28) "require_once" must be immediately followed by an open parenthesis
(#32) "require" must be immediately followed by an open parenthesis
(#37) "require" must be immediately followed by an open parenthesis
(#42) Variable "classMap" must be all lower-case
(#42) "require" must be immediately followed by an open parenthesis
(#43) Variable "classMap" must be all lower-case
(#44) Variable "classMap" must be all lower-case
local/session_dynamodb/vendor/composer/autoload_static.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Inline comments must end in full-stops, exclamation marks, or question marks
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#9) Member variable "prefixLengthsPsr4" must be all lower-case
(#10) Expected 1 space after "=>"; newline found
(#10) Whitespace found at end of line
(#16) Member variable "prefixDirsPsr4" must be all lower-case
(#17) Expected 1 space after "=>"; newline found
(#17) Whitespace found at end of line
(#23) Member variable "prefixesPsr0" must be all lower-case
(#24) Expected 1 space after "=>"; newline found
(#24) Whitespace found at end of line
(#26) Expected 1 space after "=>"; newline found
(#26) Whitespace found at end of line
(#30) Expected 1 space after "=>"; newline found
(#30) Whitespace found at end of line
(#35) Expected 1 space after "=>"; newline found
(#35) Whitespace found at end of line
(#37) Expected 1 space after "=>"; newline found
(#37) Whitespace found at end of line
(#44) Public method name "ComposerStaticIniteb078de45167dccd2622c95e9298a253::getInitializer" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#47) Variable "prefixLengthsPsr4" must be all lower-case
(#48) Variable "prefixDirsPsr4" must be all lower-case
(#49) Variable "prefixesPsr0" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/phar-stub.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#5) "require_once" must be immediately followed by an open parenthesis
(#7) Variable "classLoader" must be all lower-case
(#8) Variable "classLoader" must be all lower-case
(#14) Variable "classLoader" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/phing/tasks/ComposerLintTask.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#9) "require_once" must be immediately followed by an open parenthesis
(#23) Public method name "ComposerLintTask::setDir" must be in lower-case letters only
(#24) Opening brace should be on the same line as the declaration
(#33) Public method name "ComposerLintTask::setFile" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#43) Public method name "ComposerLintTask::setPassthru" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#55) Public method name "ComposerLintTask::setComposer" must be in lower-case letters only
(#56) Opening brace should be on the same line as the declaration
(#64) Opening brace should be on the same line as the declaration
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Opening brace should be on the same line as the declaration
(#121) Protected method name "ComposerLintTask::findFiles" must be in lower-case letters only
(#122) Opening brace should be on the same line as the declaration
(#134) Protected method name "ComposerLintTask::findComposer" must be in lower-case letters only
(#135) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/phing/tasks/GuzzlePearPharPackageTask.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#9) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#9) "require_once" must be immediately followed by an open parenthesis
(#10) "require_once" must be immediately followed by an open parenthesis
(#11) "require_once" must be immediately followed by an open parenthesis
(#12) "require_once" must be immediately followed by an open parenthesis
(#22) Public method name "GuzzlePearPharPackageTask::setVersion" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
(#27) Public method name "GuzzlePearPharPackageTask::getVersion" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
(#32) Public method name "GuzzlePearPharPackageTask::setDeploy" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
(#37) Public method name "GuzzlePearPharPackageTask::getDeploy" must be in lower-case letters only
(#38) Opening brace should be on the same line as the declaration
(#42) Public method name "GuzzlePearPharPackageTask::setMakephar" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#47) Public method name "GuzzlePearPharPackageTask::getMakephar" must be in lower-case letters only
(#48) Opening brace should be on the same line as the declaration
(#54) Member variable "changelog_release_date" must not contain underscores.
(#55) Member variable "changelog_notes" must not contain underscores.
(#58) Opening brace should be on the same line as the declaration
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Variable "composer_file" must not contain underscores.
(#67) Variable "composer_file" must not contain underscores.
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) This comment is 75% valid code; is this commented out code?
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) This comment is 72% valid code; is this commented out code?
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) This comment is 75% valid code; is this commented out code?
(#101) Public method name "GuzzlePearPharPackageTask::doDeployment" must be in lower-case letters only
(#102) Opening brace should be on the same line as the declaration
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Public method name "GuzzlePearPharPackageTask::buildSinglePackage" must be in lower-case letters only
(#132) Opening brace should be on the same line as the declaration
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) This comment is 47% valid code; is this commented out code?
(#142) No space found before comment text; expected "// 'outputdirectory' => (string) $this->basedir . '/build/pearwork/'" but found "//'outputdirectory' => (string) $this->basedir . '/build/pearwork/'"
(#188) Inline comments must start with a capital letter, digit or 3-dots sequence
(#188) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) Variable "dest_package" must not contain underscores.
(#192) Variable "dest_package" must not contain underscores.
(#204) Public method name "GuzzlePearPharPackageTask::createSubPackages" must be in lower-case letters only
(#205) Opening brace should be on the same line as the declaration
(#211) Variable "composer_file" must not contain underscores.
(#212) Variable "package_info" must not contain underscores.
(#212) Variable "composer_file" must not contain underscores.
(#213) Variable "package_info" must not contain underscores.
(#214) Variable "package_info" must not contain underscores.
(#218) Public method name "GuzzlePearPharPackageTask::buildSubPackage" must be in lower-case letters only
(#219) Opening brace should be on the same line as the declaration
(#269) Inline comments must start with a capital letter, digit or 3-dots sequence
(#269) Inline comments must end in full-stops, exclamation marks, or question marks
(#282) Inline comments must start with a capital letter, digit or 3-dots sequence
(#282) Inline comments must end in full-stops, exclamation marks, or question marks
(#285) Variable "dest_package" must not contain underscores.
(#286) Variable "dest_package" must not contain underscores.
(#298) Public method name "GuzzlePearPharPackageTask::findComponents" must be in lower-case letters only
(#299) Opening brace should be on the same line as the declaration
(#308) Public method name "GuzzlePearPharPackageTask::grabChangelog" must be in lower-case letters only
(#309) Opening brace should be on the same line as the declaration
(#312) Variable "in_version" must not contain underscores.
(#313) Variable "release_date" must not contain underscores.
(#318) Variable "release_date" must not contain underscores.
(#319) Variable "in_version" must not contain underscores.
(#322) Variable "in_version" must not contain underscores.
(#325) Variable "in_version" must not contain underscores.
(#328) Variable "in_version" must not contain underscores.
(#329) Variable "in_version" must not contain underscores.
(#332) Variable "release_date" must not contain underscores.
local/session_dynamodb/vendor/guzzle/guzzle/phing/tasks/GuzzleSubSplitTask.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#10) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#10) "require_once" must be immediately followed by an open parenthesis
(#12) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Member variable "subIndicatorFile" must be all lower-case
(#45) Member variable "dryRun" must be all lower-case
(#50) Member variable "noHeads" must be all lower-case
(#55) Member variable "noTags" must be all lower-case
(#62) Public method name "GuzzleSubSplitTask::setRemote" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#67) Public method name "GuzzleSubSplitTask::getRemote" must be in lower-case letters only
(#68) Opening brace should be on the same line as the declaration
(#72) Public method name "GuzzleSubSplitTask::setHeads" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#77) Public method name "GuzzleSubSplitTask::getHeads" must be in lower-case letters only
(#78) Opening brace should be on the same line as the declaration
(#82) Public method name "GuzzleSubSplitTask::setTags" must be in lower-case letters only
(#83) Opening brace should be on the same line as the declaration
(#87) Public method name "GuzzleSubSplitTask::getTags" must be in lower-case letters only
(#88) Opening brace should be on the same line as the declaration
(#92) Public method name "GuzzleSubSplitTask::setBase" must be in lower-case letters only
(#93) Opening brace should be on the same line as the declaration
(#97) Public method name "GuzzleSubSplitTask::getBase" must be in lower-case letters only
(#98) Opening brace should be on the same line as the declaration
(#102) Public method name "GuzzleSubSplitTask::setSubIndicatorFile" must be in lower-case letters only
(#103) Opening brace should be on the same line as the declaration
(#107) Public method name "GuzzleSubSplitTask::getSubIndicatorFile" must be in lower-case letters only
(#108) Opening brace should be on the same line as the declaration
(#112) Public method name "GuzzleSubSplitTask::setDryRun" must be in lower-case letters only
(#113) Opening brace should be on the same line as the declaration
(#117) Public method name "GuzzleSubSplitTask::getDryRun" must be in lower-case letters only
(#118) Opening brace should be on the same line as the declaration
(#122) Public method name "GuzzleSubSplitTask::setNoHeads" must be in lower-case letters only
(#123) Opening brace should be on the same line as the declaration
(#127) Public method name "GuzzleSubSplitTask::getNoHeads" must be in lower-case letters only
(#128) Opening brace should be on the same line as the declaration
(#132) Public method name "GuzzleSubSplitTask::setNoTags" must be in lower-case letters only
(#133) Opening brace should be on the same line as the declaration
(#137) Public method name "GuzzleSubSplitTask::getNoTags" must be in lower-case letters only
(#138) Opening brace should be on the same line as the declaration
(#151) Opening brace should be on the same line as the declaration
(#165) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) Inline comments must start with a capital letter, digit or 3-dots sequence
(#169) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) Inline comments must start with a capital letter, digit or 3-dots sequence
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) Inline comments must start with a capital letter, digit or 3-dots sequence
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) Inline comments must start with a capital letter, digit or 3-dots sequence
(#179) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) Opening brace should be on the same line as the declaration
(#222) Public method name "GuzzleSubSplitTask::subsplitUpdate" must be in lower-case letters only
(#223) Opening brace should be on the same line as the declaration
(#241) Public method name "GuzzleSubSplitTask::subsplitInit" must be in lower-case letters only
(#242) Opening brace should be on the same line as the declaration
(#269) Protected method name "GuzzleSubSplitTask::findSplits" must be in lower-case letters only
(#270) Opening brace should be on the same line as the declaration
(#288) Inline comments must start with a capital letter, digit or 3-dots sequence
(#288) Inline comments must end in full-stops, exclamation marks, or question marks
(#296) Inline comments must end in full-stops, exclamation marks, or question marks
(#299) Variable "pkg_json" must not contain underscores.
(#300) Variable "pkg_json" must not contain underscores.
(#302) Inline comments must start with a capital letter, digit or 3-dots sequence
(#302) Inline comments must end in full-stops, exclamation marks, or question marks
(#307) Variable "pkg_json" must not contain underscores.
(#311) Inline comments must start with a capital letter, digit or 3-dots sequence
(#311) Inline comments must end in full-stops, exclamation marks, or question marks
(#322) Protected method name "GuzzleSubSplitTask::verifyRepos" must be in lower-case letters only
(#323) Opening brace should be on the same line as the declaration
(#325) Variable "github_org" must not contain underscores.
(#326) Variable "github_creds" must not contain underscores.
(#328) Variable "github_creds" must not contain underscores.
(#333) Variable "github_org" must not contain underscores.
(#335) Variable "github_creds" must not contain underscores.
(#336) Inline comments must start with a capital letter, digit or 3-dots sequence
(#341) Variable "existing_repos" must not contain underscores.
(#343) Inline comments must start with a capital letter, digit or 3-dots sequence
(#343) Inline comments must end in full-stops, exclamation marks, or question marks
(#347) Variable "existing_repos" must not contain underscores.
(#356) Variable "existing_repos" must not contain underscores.
(#368) Variable "github_org" must not contain underscores.
(#370) Variable "github_creds" must not contain underscores.
(#374) Inline comments must start with a capital letter, digit or 3-dots sequence
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#11) Member variable "decoratedBatch" must be all lower-case
(#16) Variable "decoratedBatch" must be all lower-case
(#17) Opening brace should be on the same line as the declaration
(#18) Variable "decoratedBatch" must be all lower-case
(#31) Opening brace should be on the same line as the declaration
(#36) Opening brace should be on the same line as the declaration
(#43) Opening brace should be on the same line as the declaration
(#47) Public method name "AbstractBatchDecorator::isEmpty" must be in lower-case letters only
(#48) Opening brace should be on the same line as the declaration
(#57) Public method name "AbstractBatchDecorator::getDecorators" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#15) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Member variable "dividedBatches" must be all lower-case
(#24) Member variable "transferStrategy" must be all lower-case
(#27) Member variable "divisionStrategy" must be all lower-case
(#33) Variable "transferStrategy" must be all lower-case
(#33) Variable "divisionStrategy" must be all lower-case
(#34) Opening brace should be on the same line as the declaration
(#35) Variable "transferStrategy" must be all lower-case
(#36) Variable "divisionStrategy" must be all lower-case
(#43) Opening brace should be on the same line as the declaration
(#50) Opening brace should be on the same line as the declaration
(#54) Variable "batchIndex" must be all lower-case
(#54) Variable "dividedBatch" must be all lower-case
(#55) Variable "dividedBatch" must be all lower-case
(#56) Variable "dividedBatch" must be all lower-case
(#57) Variable "dividedBatch" must be all lower-case
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Variable "batchIndex" must be all lower-case
(#72) Public method name "Batch::isEmpty" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#80) Protected method name "Batch::createBatches" must be in lower-case letters only
(#81) Opening brace should be on the same line as the declaration
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Member variable "autoFlush" must be all lower-case
(#20) Member variable "exceptionBuffering" must be all lower-case
(#23) Member variable "afterFlush" must be all lower-case
(#26) Member variable "transferStrategy" must be all lower-case
(#29) Member variable "divisorStrategy" must be all lower-case
(#43) Opening brace should be on the same line as the declaration
(#54) Public method name "BatchBuilder::autoFlushAt" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#66) Public method name "BatchBuilder::keepHistory" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#79) Public method name "BatchBuilder::bufferExceptions" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
(#95) Opening brace should be on the same line as the declaration
(#109) Public method name "BatchBuilder::transferRequests" must be in lower-case letters only
(#109) Variable "batchSize" must be all lower-case
(#110) Opening brace should be on the same line as the declaration
(#111) Variable "className" must be all lower-case
(#112) Variable "className" must be all lower-case
(#112) Variable "batchSize" must be all lower-case
(#126) Public method name "BatchBuilder::transferCommands" must be in lower-case letters only
(#126) Variable "batchSize" must be all lower-case
(#127) Opening brace should be on the same line as the declaration
(#128) Variable "className" must be all lower-case
(#129) Variable "className" must be all lower-case
(#129) Variable "batchSize" must be all lower-case
(#142) Public method name "BatchBuilder::createBatchesWith" must be in lower-case letters only
(#142) Variable "divisorStrategy" must be all lower-case
(#143) Opening brace should be on the same line as the declaration
(#144) Variable "divisorStrategy" must be all lower-case
(#156) Public method name "BatchBuilder::transferWith" must be in lower-case letters only
(#156) Variable "transferStrategy" must be all lower-case
(#157) Opening brace should be on the same line as the declaration
(#158) Variable "transferStrategy" must be all lower-case
(#170) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Opening brace should be on the same line as the declaration
(#35) Public method name "BatchClosureDivisor::createBatches" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Opening brace should be on the same line as the declaration
(#37) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#15) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Member variable "batchSize" must be all lower-case
(#23) Variable "batchSize" must be all lower-case
(#24) Opening brace should be on the same line as the declaration
(#25) Variable "batchSize" must be all lower-case
(#32) Public method name "BatchCommandTransfer::createBatches" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
(#56) Opening brace should be on the same line as the declaration
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Public method name "BatchDivisorInterface::createBatches" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Public method name "BatchInterface::isEmpty" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Member variable "batchSize" must be all lower-case
(#24) Variable "batchSize" must be all lower-case
(#25) Opening brace should be on the same line as the declaration
(#26) Variable "batchSize" must be all lower-case
(#33) Public method name "BatchRequestTransfer::createBatches" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Opening brace should be on the same line as the declaration
(#26) Public method name "BatchSizeDivisor::setSize" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
(#38) Public method name "BatchSizeDivisor::getSize" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#43) Public method name "BatchSizeDivisor::createBatches" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Member variable "transferStrategy" must be all lower-case
(#21) Member variable "divisorStrategy" must be all lower-case
(#24) Member variable "transferredItems" must be all lower-case
(#35) Variable "transferredItems" must be all lower-case
(#37) Variable "transferStrategy" must be all lower-case
(#38) Variable "divisorStrategy" must be all lower-case
(#41) Variable "transferredItems" must be all lower-case
(#42) Variable "transferStrategy" must be all lower-case
(#43) Variable "divisorStrategy" must be all lower-case
(#56) Public method name "BatchTransferException::getBatch" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
(#66) Public method name "BatchTransferException::getTransferredItems" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#76) Public method name "BatchTransferException::getTransferStrategy" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#86) Public method name "BatchTransferException::getDivisorStrategy" must be in lower-case letters only
(#87) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Opening brace should be on the same line as the declaration
(#22) Variable "transferredItems" must be all lower-case
(#25) Variable "transferredItems" must be all lower-case
(#27) Variable "transferredItems" must be all lower-case
(#38) Public method name "ExceptionBufferingBatch::getExceptions" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#46) Public method name "ExceptionBufferingBatch::clearExceptions" must be in lower-case letters only
(#47) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Member variable "currentTotal" must be all lower-case
(#20) Variable "decoratedBatch" must be all lower-case
(#21) Opening brace should be on the same line as the declaration
(#23) Variable "decoratedBatch" must be all lower-case
(#33) Public method name "FlushingBatch::setThreshold" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#45) Public method name "FlushingBatch::getThreshold" must be in lower-case letters only
(#46) Opening brace should be on the same line as the declaration
(#51) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#9) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Opening brace should be on the same line as the declaration
(#27) Public method name "HistoryBatch::getHistory" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
(#35) Public method name "HistoryBatch::clearHistory" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Variable "decoratedBatch" must be all lower-case
(#22) Opening brace should be on the same line as the declaration
(#28) Variable "decoratedBatch" must be all lower-case
(#32) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Public method name "AbstractCacheAdapter::getCacheObject" must be in lower-case letters only
(#18) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#15) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Public method name "CacheAdapterFactory::fromCache" must be in lower-case letters only
(#26) Opening brace should be on the same line as the declaration
(#33) Usage of ELSEIF not allowed; use ELSE IF instead
(#35) Usage of ELSEIF not allowed; use ELSE IF instead
(#53) Opening brace should be on the same line as the declaration
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) Private method name "CacheAdapterFactory::createObject" must be in lower-case letters only
(#104) Variable "className" must be all lower-case
(#105) Opening brace should be on the same line as the declaration
(#108) Variable "className" must be all lower-case
(#110) Variable "className" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#54) Variable "lifeTime" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Opening brace should be on the same line as the declaration
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Opening brace should be on the same line as the declaration
(#44) Opening brace should be on the same line as the declaration
(#49) Opening brace should be on the same line as the declaration
(#53) Variable "lifeTime" must be all lower-case
(#54) Opening brace should be on the same line as the declaration
(#55) Variable "lifeTime" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Opening brace should be on the same line as the declaration
(#23) Opening brace should be on the same line as the declaration
(#28) Opening brace should be on the same line as the declaration
(#33) Opening brace should be on the same line as the declaration
(#37) Variable "lifeTime" must be all lower-case
(#38) Opening brace should be on the same line as the declaration
(#39) Variable "lifeTime" must be all lower-case
(#39) Variable "lifeTime" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Closing brace must be on a line by itself
(#13) Opening brace should be on the same line as the declaration
(#18) Opening brace should be on the same line as the declaration
(#23) Opening brace should be on the same line as the declaration
(#27) Variable "lifeTime" must be all lower-case
(#28) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Opening brace should be on the same line as the declaration
(#26) Opening brace should be on the same line as the declaration
(#31) Opening brace should be on the same line as the declaration
(#36) Opening brace should be on the same line as the declaration
(#40) Variable "lifeTime" must be all lower-case
(#41) Opening brace should be on the same line as the declaration
(#42) Variable "lifeTime" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Opening brace should be on the same line as the declaration
(#23) Opening brace should be on the same line as the declaration
(#28) Opening brace should be on the same line as the declaration
(#33) Opening brace should be on the same line as the declaration
(#37) Variable "lifeTime" must be all lower-case
(#38) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Member variable "eventDispatcher" must be all lower-case
(#17) Public method name "AbstractHasDispatcher::getAllEvents" must be in lower-case letters only
(#18) Opening brace should be on the same line as the declaration
(#22) Public method name "AbstractHasDispatcher::setEventDispatcher" must be in lower-case letters only
(#22) Variable "eventDispatcher" must be all lower-case
(#23) Opening brace should be on the same line as the declaration
(#24) Variable "eventDispatcher" must be all lower-case
(#29) Public method name "AbstractHasDispatcher::getEventDispatcher" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#38) Variable "eventName" must be all lower-case
(#39) Opening brace should be on the same line as the declaration
(#40) Variable "eventName" must be all lower-case
(#43) Public method name "AbstractHasDispatcher::addSubscriber" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Opening brace should be on the same line as the declaration
(#34) Public method name "Collection::fromConfig" must be in lower-case letters only
(#35) Opening brace should be on the same line as the declaration
(#46) Opening brace should be on the same line as the declaration
(#50) Public method name "Collection::getIterator" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#55) Public method name "Collection::toArray" must be in lower-case letters only
(#56) Opening brace should be on the same line as the declaration
(#66) Opening brace should be on the same line as the declaration
(#79) Public method name "Collection::getAll" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
(#92) Opening brace should be on the same line as the declaration
(#105) Opening brace should be on the same line as the declaration
(#121) Opening brace should be on the same line as the declaration
(#124) Usage of ELSEIF not allowed; use ELSE IF instead
(#141) Opening brace should be on the same line as the declaration
(#152) Public method name "Collection::getKeys" must be in lower-case letters only
(#153) Opening brace should be on the same line as the declaration
(#164) Public method name "Collection::hasKey" must be in lower-case letters only
(#165) Opening brace should be on the same line as the declaration
(#176) Public method name "Collection::keySearch" must be in lower-case letters only
(#177) Opening brace should be on the same line as the declaration
(#194) Public method name "Collection::hasValue" must be in lower-case letters only
(#195) Opening brace should be on the same line as the declaration
(#207) Opening brace should be on the same line as the declaration
(#221) Opening brace should be on the same line as the declaration
(#236) Public method name "Collection::overwriteWith" must be in lower-case letters only
(#237) Opening brace should be on the same line as the declaration
(#240) Usage of ELSEIF not allowed; use ELSE IF instead
(#263) Opening brace should be on the same line as the declaration
(#283) Opening brace should be on the same line as the declaration
(#295) Opening brace should be on the same line as the declaration
(#300) Opening brace should be on the same line as the declaration
(#305) Opening brace should be on the same line as the declaration
(#310) Opening brace should be on the same line as the declaration
(#323) Public method name "Collection::setPath" must be in lower-case letters only
(#324) Opening brace should be on the same line as the declaration
(#330) Usage of ELSEIF not allowed; use ELSE IF instead
(#332) Usage of ELSEIF not allowed; use ELSE IF instead
(#354) Public method name "Collection::getPath" must be in lower-case letters only
(#355) Opening brace should be on the same line as the declaration
(#364) Usage of ELSEIF not allowed; use ELSE IF instead
(#366) Usage of ELSEIF not allowed; use ELSE IF instead
(#369) Inline comments must end in full-stops, exclamation marks, or question marks
(#374) Usage of ELSEIF not allowed; use ELSE IF instead
(#394) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#19) Opening brace should be on the same line as the declaration
(#23) Public method name "Event::getIterator" must be in lower-case letters only
(#24) Opening brace should be on the same line as the declaration
(#29) Opening brace should be on the same line as the declaration
(#34) Opening brace should be on the same line as the declaration
(#39) Opening brace should be on the same line as the declaration
(#44) Opening brace should be on the same line as the declaration
(#48) Public method name "Event::toArray" must be in lower-case letters only
(#49) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#5) Closing brace must be on a line by itself
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Member variable "shortMessage" must be all lower-case
(#17) Opening brace should be on the same line as the declaration
(#29) Public method name "ExceptionCollection::setExceptions" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#47) Opening brace should be on the same line as the declaration
(#64) Opening brace should be on the same line as the declaration
(#73) Public method name "ExceptionCollection::getIterator" must be in lower-case letters only
(#74) Opening brace should be on the same line as the declaration
(#83) Public method name "ExceptionCollection::getFirst" must be in lower-case letters only
(#84) Opening brace should be on the same line as the declaration
(#88) Private method name "ExceptionCollection::getExceptionMessage" must be in lower-case letters only
(#89) Opening brace should be on the same line as the declaration
(#101) Expected "} else {\n"; found "} else {\n"
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#8) Closing brace must be on a line by itself
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#5) Closing brace must be on a line by itself
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#5) Closing brace must be on a line by itself
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#5) Closing brace must be on a line by itself
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Public method name "HasDispatcherInterface::getAllEvents" must be in lower-case letters only
(#27) Public method name "HasDispatcherInterface::setEventDispatcher" must be in lower-case letters only
(#27) Variable "eventDispatcher" must be all lower-case
(#34) Public method name "HasDispatcherInterface::getEventDispatcher" must be in lower-case letters only
(#44) Variable "eventName" must be all lower-case
(#53) Public method name "HasDispatcherInterface::addSubscriber" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Public method name "ToArrayInterface::toArray" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Member variable "emitWarnings" must be all lower-case
(#24) Opening brace should be on the same line as the declaration
(#25) Variable "emitWarnings" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#19) Opening brace should be on the same line as the declaration
(#24) Opening brace should be on the same line as the declaration
(#37) Opening brace should be on the same line as the declaration
(#42) Opening brace should be on the same line as the declaration
(#46) Public method name "AbstractEntityBodyDecorator::setRewindFunction" must be in lower-case letters only
(#47) Opening brace should be on the same line as the declaration
(#54) Opening brace should be on the same line as the declaration
(#59) Opening brace should be on the same line as the declaration
(#64) Opening brace should be on the same line as the declaration
(#68) Public method name "AbstractEntityBodyDecorator::getContentLength" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#73) Public method name "AbstractEntityBodyDecorator::getContentType" must be in lower-case letters only
(#74) Opening brace should be on the same line as the declaration
(#78) Public method name "AbstractEntityBodyDecorator::getContentMd5" must be in lower-case letters only
(#78) Variable "rawOutput" must be all lower-case
(#78) Variable "base64Encode" must be all lower-case
(#79) Opening brace should be on the same line as the declaration
(#80) Variable "rawOutput" must be all lower-case
(#82) Variable "base64Encode" must be all lower-case
(#85) Public method name "AbstractEntityBodyDecorator::getContentEncoding" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
(#90) Public method name "AbstractEntityBodyDecorator::getMetaData" must be in lower-case letters only
(#91) Opening brace should be on the same line as the declaration
(#95) Public method name "AbstractEntityBodyDecorator::getStream" must be in lower-case letters only
(#96) Opening brace should be on the same line as the declaration
(#100) Public method name "AbstractEntityBodyDecorator::setStream" must be in lower-case letters only
(#101) Opening brace should be on the same line as the declaration
(#107) Public method name "AbstractEntityBodyDecorator::detachStream" must be in lower-case letters only
(#108) Opening brace should be on the same line as the declaration
(#114) Public method name "AbstractEntityBodyDecorator::getWrapper" must be in lower-case letters only
(#115) Opening brace should be on the same line as the declaration
(#119) Public method name "AbstractEntityBodyDecorator::getWrapperData" must be in lower-case letters only
(#120) Opening brace should be on the same line as the declaration
(#124) Public method name "AbstractEntityBodyDecorator::getStreamType" must be in lower-case letters only
(#125) Opening brace should be on the same line as the declaration
(#129) Public method name "AbstractEntityBodyDecorator::getUri" must be in lower-case letters only
(#130) Opening brace should be on the same line as the declaration
(#134) Public method name "AbstractEntityBodyDecorator::getSize" must be in lower-case letters only
(#135) Opening brace should be on the same line as the declaration
(#139) Public method name "AbstractEntityBodyDecorator::isReadable" must be in lower-case letters only
(#140) Opening brace should be on the same line as the declaration
(#144) Public method name "AbstractEntityBodyDecorator::isRepeatable" must be in lower-case letters only
(#145) Opening brace should be on the same line as the declaration
(#149) Public method name "AbstractEntityBodyDecorator::isWritable" must be in lower-case letters only
(#150) Opening brace should be on the same line as the declaration
(#154) Public method name "AbstractEntityBodyDecorator::isConsumed" must be in lower-case letters only
(#155) Opening brace should be on the same line as the declaration
(#164) Opening brace should be on the same line as the declaration
(#168) Public method name "AbstractEntityBodyDecorator::isLocal" must be in lower-case letters only
(#169) Opening brace should be on the same line as the declaration
(#173) Public method name "AbstractEntityBodyDecorator::isSeekable" must be in lower-case letters only
(#174) Opening brace should be on the same line as the declaration
(#178) Public method name "AbstractEntityBodyDecorator::setSize" must be in lower-case letters only
(#179) Opening brace should be on the same line as the declaration
(#186) Opening brace should be on the same line as the declaration
(#191) Opening brace should be on the same line as the declaration
(#196) Opening brace should be on the same line as the declaration
(#200) Public method name "AbstractEntityBodyDecorator::readLine" must be in lower-case letters only
(#200) Variable "maxLength" must be all lower-case
(#201) Opening brace should be on the same line as the declaration
(#202) Variable "maxLength" must be all lower-case
(#206) Opening brace should be on the same line as the declaration
(#210) Public method name "AbstractEntityBodyDecorator::getCustomData" must be in lower-case letters only
(#211) Opening brace should be on the same line as the declaration
(#215) Public method name "AbstractEntityBodyDecorator::setCustomData" must be in lower-case letters only
(#216) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Member variable "remoteStream" must be all lower-case
(#16) Member variable "skipReadBytes" must be all lower-case
(#23) Opening brace should be on the same line as the declaration
(#36) Opening brace should be on the same line as the declaration
(#50) Public method name "CachingEntityBody::getSize" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#60) Opening brace should be on the same line as the declaration
(#63) Usage of ELSEIF not allowed; use ELSE IF instead
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Opening brace should be on the same line as the declaration
(#89) Public method name "CachingEntityBody::setRewindFunction" must be in lower-case letters only
(#90) Opening brace should be on the same line as the declaration
(#95) Opening brace should be on the same line as the declaration
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) Variable "remoteData" must be all lower-case
(#108) Variable "remoteData" must be all lower-case
(#109) Variable "remoteData" must be all lower-case
(#109) Variable "remoteData" must be all lower-case
(#113) Variable "remoteData" must be all lower-case
(#114) Variable "remoteData" must be all lower-case
(#121) Opening brace should be on the same line as the declaration
(#136) Public method name "CachingEntityBody::readLine" must be in lower-case letters only
(#136) Variable "maxLength" must be all lower-case
(#137) Opening brace should be on the same line as the declaration
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) Variable "maxLength" must be all lower-case
(#152) Public method name "CachingEntityBody::isConsumed" must be in lower-case letters only
(#153) Opening brace should be on the same line as the declaration
(#161) Opening brace should be on the same line as the declaration
(#165) Public method name "CachingEntityBody::setStream" must be in lower-case letters only
(#166) Opening brace should be on the same line as the declaration
(#170) Public method name "CachingEntityBody::getContentType" must be in lower-case letters only
(#171) Opening brace should be on the same line as the declaration
(#175) Public method name "CachingEntityBody::getContentEncoding" must be in lower-case letters only
(#176) Opening brace should be on the same line as the declaration
(#180) Public method name "CachingEntityBody::getMetaData" must be in lower-case letters only
(#181) Opening brace should be on the same line as the declaration
(#185) Public method name "CachingEntityBody::getStream" must be in lower-case letters only
(#186) Opening brace should be on the same line as the declaration
(#190) Public method name "CachingEntityBody::getWrapper" must be in lower-case letters only
(#191) Opening brace should be on the same line as the declaration
(#195) Public method name "CachingEntityBody::getWrapperData" must be in lower-case letters only
(#196) Opening brace should be on the same line as the declaration
(#200) Public method name "CachingEntityBody::getStreamType" must be in lower-case letters only
(#201) Opening brace should be on the same line as the declaration
(#205) Public method name "CachingEntityBody::getUri" must be in lower-case letters only
(#206) Opening brace should be on the same line as the declaration
(#214) Public method name "CachingEntityBody::getCustomData" must be in lower-case letters only
(#215) Opening brace should be on the same line as the declaration
(#223) Public method name "CachingEntityBody::setCustomData" must be in lower-case letters only
(#224) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#37) Member variable "defaultHeaders" must be all lower-case
(#40) Member variable "userAgent" must be all lower-case
(#46) Member variable "baseUrl" must be all lower-case
(#49) Member variable "curlMulti" must be all lower-case
(#52) Member variable "uriTemplate" must be all lower-case
(#55) Member variable "requestFactory" must be all lower-case
(#57) Public method name "Client::getAllEvents" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#68) Variable "baseUrl" must be all lower-case
(#69) Opening brace should be on the same line as the declaration
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Variable "baseUrl" must be all lower-case
(#86) Public method name "Client::setConfig" must be in lower-case letters only
(#87) Opening brace should be on the same line as the declaration
(#90) Usage of ELSEIF not allowed; use ELSE IF instead
(#99) Public method name "Client::getConfig" must be in lower-case letters only
(#100) Opening brace should be on the same line as the declaration
(#112) Public method name "Client::setDefaultOption" must be in lower-case letters only
(#112) Variable "keyOrPath" must be all lower-case
(#113) Opening brace should be on the same line as the declaration
(#114) Variable "keyOrPath" must be all lower-case
(#114) Variable "keyOrPath" must be all lower-case
(#115) Variable "keyOrPath" must be all lower-case
(#127) Public method name "Client::getDefaultOption" must be in lower-case letters only
(#127) Variable "keyOrPath" must be all lower-case
(#128) Opening brace should be on the same line as the declaration
(#129) Variable "keyOrPath" must be all lower-case
(#129) Variable "keyOrPath" must be all lower-case
(#131) Variable "keyOrPath" must be all lower-case
(#134) Public method name "Client::setSslVerification" must be in lower-case letters only
(#134) Variable "certificateAuthority" must be all lower-case
(#134) Variable "verifyPeer" must be all lower-case
(#134) Variable "verifyHost" must be all lower-case
(#135) Opening brace should be on the same line as the declaration
(#138) Variable "certificateAuthority" must be all lower-case
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Usage of ELSEIF not allowed; use ELSE IF instead
(#143) Variable "certificateAuthority" must be all lower-case
(#147) Usage of ELSEIF not allowed; use ELSE IF instead
(#147) Variable "verifyPeer" must be all lower-case
(#147) Variable "verifyPeer" must be all lower-case
(#147) Variable "verifyPeer" must be all lower-case
(#147) Variable "verifyPeer" must be all lower-case
(#149) Usage of ELSEIF not allowed; use ELSE IF instead
(#149) Variable "verifyHost" must be all lower-case
(#149) Variable "verifyHost" must be all lower-case
(#149) Variable "verifyHost" must be all lower-case
(#152) Variable "verifyPeer" must be all lower-case
(#153) Variable "verifyHost" must be all lower-case
(#154) Variable "certificateAuthority" must be all lower-case
(#156) Variable "certificateAuthority" must be all lower-case
(#157) Usage of ELSEIF not allowed; use ELSE IF instead
(#157) Variable "certificateAuthority" must be all lower-case
(#159) Variable "certificateAuthority" must be all lower-case
(#162) Variable "certificateAuthority" must be all lower-case
(#172) Public method name "Client::createRequest" must be in lower-case letters only
(#173) Opening brace should be on the same line as the declaration
(#178) Variable "templateVars" must be all lower-case
(#180) Variable "templateVars" must be all lower-case
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) Variable "templateVars" must be all lower-case
(#186) Variable "templateVars" must be all lower-case
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#194) Usage of ELSEIF not allowed; use ELSE IF instead
(#196) Usage of ELSEIF not allowed; use ELSE IF instead
(#204) Public method name "Client::getBaseUrl" must be in lower-case letters only
(#205) Opening brace should be on the same line as the declaration
(#209) Public method name "Client::setBaseUrl" must be in lower-case letters only
(#210) Opening brace should be on the same line as the declaration
(#216) Public method name "Client::setUserAgent" must be in lower-case letters only
(#216) Variable "userAgent" must be all lower-case
(#216) Variable "includeDefault" must be all lower-case
(#217) Opening brace should be on the same line as the declaration
(#218) Variable "includeDefault" must be all lower-case
(#219) Variable "userAgent" must be all lower-case
(#221) Variable "userAgent" must be all lower-case
(#231) Public method name "Client::getDefaultUserAgent" must be in lower-case letters only
(#232) Opening brace should be on the same line as the declaration
(#239) Opening brace should be on the same line as the declaration
(#240) Inline comments must end in full-stops, exclamation marks, or question marks
(#242) Expected 1 space before "?"; newline found
(#243) Expected 1 space before ":"; newline found
(#247) Opening brace should be on the same line as the declaration
(#252) Opening brace should be on the same line as the declaration
(#257) Opening brace should be on the same line as the declaration
(#262) Opening brace should be on the same line as the declaration
(#266) Variable "postBody" must be all lower-case
(#267) Opening brace should be on the same line as the declaration
(#268) Variable "postBody" must be all lower-case
(#272) Opening brace should be on the same line as the declaration
(#277) Opening brace should be on the same line as the declaration
(#283) Inline doc block comments are not allowed; use "// Comment." instead
(#298) Public method name "Client::setCurlMulti" must be in lower-case letters only
(#298) Variable "curlMulti" must be all lower-case
(#299) Opening brace should be on the same line as the declaration
(#300) Variable "curlMulti" must be all lower-case
(#308) Public method name "Client::getCurlMulti" must be in lower-case letters only
(#309) Opening brace should be on the same line as the declaration
(#320) Public method name "Client::setRequestFactory" must be in lower-case letters only
(#321) Opening brace should be on the same line as the declaration
(#334) Public method name "Client::setUriTemplate" must be in lower-case letters only
(#334) Variable "uriTemplate" must be all lower-case
(#335) Opening brace should be on the same line as the declaration
(#336) Variable "uriTemplate" must be all lower-case
(#349) Protected method name "Client::expandTemplate" must be in lower-case letters only
(#350) Opening brace should be on the same line as the declaration
(#351) Variable "expansionVars" must be all lower-case
(#353) Variable "expansionVars" must be all lower-case
(#353) Variable "expansionVars" must be all lower-case
(#356) Variable "expansionVars" must be all lower-case
(#364) Protected method name "Client::getUriTemplate" must be in lower-case letters only
(#365) Opening brace should be on the same line as the declaration
(#380) Protected method name "Client::sendMultiple" must be in lower-case letters only
(#381) Opening brace should be on the same line as the declaration
(#382) Variable "curlMulti" must be all lower-case
(#384) Variable "curlMulti" must be all lower-case
(#386) Variable "curlMulti" must be all lower-case
(#388) Inline doc block comments are not allowed; use "// Comment." instead
(#405) Protected method name "Client::prepareRequest" must be in lower-case letters only
(#406) Opening brace should be on the same line as the declaration
(#438) Protected method name "Client::initSsl" must be in lower-case letters only
(#439) Opening brace should be on the same line as the declaration
(#460) Public method name "Client::getDefaultHeaders" must be in lower-case letters only
(#461) Opening brace should be on the same line as the declaration
(#469) Public method name "Client::setDefaultHeaders" must be in lower-case letters only
(#470) Opening brace should be on the same line as the declaration
(#474) Usage of ELSEIF not allowed; use ELSE IF instead
(#486) Public method name "Client::preparePharCacert" must be in lower-case letters only
(#486) Variable "md5Check" must be all lower-case
(#487) Opening brace should be on the same line as the declaration
(#501) Public method name "Client::extractPharCacert" must be in lower-case letters only
(#501) Variable "pharCacertPath" must be all lower-case
(#502) Opening brace should be on the same line as the declaration
(#505) Variable "certFile" must be all lower-case
(#507) Variable "pharCacertPath" must be all lower-case
(#508) Variable "pharCacertPath" must be all lower-case
(#511) Variable "certFile" must be all lower-case
(#512) Variable "certFile" must be all lower-case
(#512) Variable "pharCacertPath" must be all lower-case
(#514) Variable "pharCacertPath" must be all lower-case
(#514) Variable "certFile" must be all lower-case
(#516) Variable "pharCacertPath" must be all lower-case
(#522) Variable "certFile" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#28) Public method name "ClientInterface::setConfig" must be in lower-case letters only
(#47) Public method name "ClientInterface::getConfig" must be in lower-case letters only
(#66) Public method name "ClientInterface::createRequest" must be in lower-case letters only
(#152) Variable "postBody" must be all lower-case
(#181) Public method name "ClientInterface::getBaseUrl" must be in lower-case letters only
(#190) Public method name "ClientInterface::setBaseUrl" must be in lower-case letters only
(#200) Public method name "ClientInterface::setUserAgent" must be in lower-case letters only
(#200) Variable "userAgent" must be all lower-case
(#200) Variable "includeDefault" must be all lower-case
(#222) Public method name "ClientInterface::setSslVerification" must be in lower-case letters only
(#222) Variable "certificateAuthority" must be all lower-case
(#222) Variable "verifyPeer" must be all lower-case
(#222) Variable "verifyHost" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#16) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Member variable "errorNo" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#45) Variable "requestCurlOptions" must be all lower-case
(#46) Variable "requestCurlOptions" must be all lower-case
(#47) Variable "tempContentLength" must be all lower-case
(#49) Variable "bodyAsString" must be all lower-case
(#49) Variable "requestCurlOptions" must be all lower-case
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Expected "if (...) {\n"; found "if(...){\n"
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Variable "curlOptions" must be all lower-case
(#69) Expected 1 space before "?"; newline found
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Variable "curlOptions" must be all lower-case
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Variable "acceptEncodingHeader" must be all lower-case
(#83) Variable "curlOptions" must be all lower-case
(#83) Variable "acceptEncodingHeader" must be all lower-case
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Variable "requestCurlOptions" must be all lower-case
(#90) Variable "curlOptions" must be all lower-case
(#91) Inline comments must start with a capital letter, digit or 3-dots sequence
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Variable "curlOptions" must be all lower-case
(#95) Inline comments must start with a capital letter, digit or 3-dots sequence
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Variable "curlOptions" must be all lower-case
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) Variable "curlOptions" must be all lower-case
(#102) Usage of ELSEIF not allowed; use ELSE IF instead
(#103) Variable "curlOptions" must be all lower-case
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) Variable "curlOptions" must be all lower-case
(#106) Usage of ELSEIF not allowed; use ELSE IF instead
(#107) Variable "curlOptions" must be all lower-case
(#110) Variable "curlOptions" must be all lower-case
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Variable "bodyAsString" must be all lower-case
(#116) Variable "curlOptions" must be all lower-case
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Variable "tempContentLength" must be all lower-case
(#120) Variable "tempContentLength" must be all lower-case
(#120) Variable "tempContentLength" must be all lower-case
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) Variable "curlOptions" must be all lower-case
(#127) Variable "curlOptions" must be all lower-case
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) Variable "tempContentLength" must be all lower-case
(#130) Variable "tempContentLength" must be all lower-case
(#130) Variable "tempContentLength" must be all lower-case
(#131) Variable "curlOptions" must be all lower-case
(#131) Variable "tempContentLength" must be all lower-case
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Variable "curlOptions" must be all lower-case
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Variable "postFields" must be all lower-case
(#144) Variable "postFields" must be all lower-case
(#146) Variable "prefixKeys" must be all lower-case
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Variable "fieldKey" must be all lower-case
(#149) Variable "prefixKeys" must be all lower-case
(#150) Variable "postFields" must be all lower-case
(#150) Variable "fieldKey" must be all lower-case
(#153) Usage of ELSEIF not allowed; use ELSE IF instead
(#154) Variable "postFields" must be all lower-case
(#157) Variable "postFields" must be all lower-case
(#159) Variable "curlOptions" must be all lower-case
(#160) Variable "curlOptions" must be all lower-case
(#162) Variable "curlOptions" must be all lower-case
(#162) Variable "postFields" must be all lower-case
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) Variable "curlOptions" must be all lower-case
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Variable "tempContentLength" must be all lower-case
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) Variable "requestCurlOptions" must be all lower-case
(#181) Variable "curlOptions" must be all lower-case
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#186) Variable "curlOptions" must be all lower-case
(#187) Variable "curlOptions" must be all lower-case
(#192) Variable "curlOptions" must be all lower-case
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) Variable "tempContentLength" must be all lower-case
(#197) Variable "tempContentLength" must be all lower-case
(#203) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) Variable "requestCurlOptions" must be all lower-case
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#207) Variable "curlOptions" must be all lower-case
(#211) Inline comments must end in full-stops, exclamation marks, or question marks
(#218) Variable "curlOptions" must be all lower-case
(#221) Variable "curlOptions" must be all lower-case
(#223) Variable "curlOptions" must be all lower-case
(#235) Opening brace should be on the same line as the declaration
(#241) Usage of ELSEIF not allowed; use ELSE IF instead
(#253) Opening brace should be on the same line as the declaration
(#261) Opening brace should be on the same line as the declaration
(#273) Public method name "CurlHandle::isAvailable" must be in lower-case letters only
(#274) Opening brace should be on the same line as the declaration
(#283) Public method name "CurlHandle::getError" must be in lower-case letters only
(#284) Opening brace should be on the same line as the declaration
(#293) Public method name "CurlHandle::getErrorNo" must be in lower-case letters only
(#294) Opening brace should be on the same line as the declaration
(#309) Public method name "CurlHandle::setErrorNo" must be in lower-case letters only
(#310) Opening brace should be on the same line as the declaration
(#323) Public method name "CurlHandle::getInfo" must be in lower-case letters only
(#324) Opening brace should be on the same line as the declaration
(#343) Public method name "CurlHandle::getStderr" must be in lower-case letters only
(#343) Variable "asResource" must be all lower-case
(#344) Opening brace should be on the same line as the declaration
(#350) Variable "asResource" must be all lower-case
(#366) Public method name "CurlHandle::getUrl" must be in lower-case letters only
(#367) Opening brace should be on the same line as the declaration
(#376) Public method name "CurlHandle::getHandle" must be in lower-case letters only
(#377) Opening brace should be on the same line as the declaration
(#387) Public method name "CurlHandle::getOptions" must be in lower-case letters only
(#388) Opening brace should be on the same line as the declaration
(#397) Public method name "CurlHandle::updateRequestFromTransfer" must be in lower-case letters only
(#398) Opening brace should be on the same line as the declaration
(#403) Inline comments must end in full-stops, exclamation marks, or question marks
(#410) Inline comments must end in full-stops, exclamation marks, or question marks
(#426) Inline comments must end in full-stops, exclamation marks, or question marks
(#448) Public method name "CurlHandle::parseCurlConfig" must be in lower-case letters only
(#449) Opening brace should be on the same line as the declaration
(#450) Variable "curlOptions" must be all lower-case
(#453) Inline comments must end in full-stops, exclamation marks, or question marks
(#459) Variable "curlOptions" must be all lower-case
(#462) Variable "curlOptions" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#16) Expected MOODLE_INTERNAL check or config.php inclusion
(#19) Member variable "multiHandle" must be all lower-case
(#28) Member variable "resourceHash" must be all lower-case
(#37) Member variable "multiErrors" must be all lower-case
(#39) Line exceeds maximum limit of 180 characters; contains 233 characters
(#45) Member variable "selectTimeout" must be all lower-case
(#47) Variable "selectTimeout" must be all lower-case
(#48) Opening brace should be on the same line as the declaration
(#49) Variable "selectTimeout" must be all lower-case
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Inline comments must start with a capital letter, digit or 3-dots sequence
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Opening brace should be on the same line as the declaration
(#67) Opening brace should be on the same line as the declaration
(#78) Opening brace should be on the same line as the declaration
(#83) Opening brace should be on the same line as the declaration
(#97) Opening brace should be on the same line as the declaration
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Opening brace should be on the same line as the declaration
(#122) Opening brace should be on the same line as the declaration
(#133) Protected method name "CurlMulti::throwMultiException" must be in lower-case letters only
(#134) Opening brace should be on the same line as the declaration
(#135) Variable "multiException" must be all lower-case
(#138) Variable "multiException" must be all lower-case
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Variable "multiException" must be all lower-case
(#144) Variable "multiException" must be all lower-case
(#148) Variable "multiException" must be all lower-case
(#157) Protected method name "CurlMulti::beforeSend" must be in lower-case letters only
(#158) Opening brace should be on the same line as the declaration
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) Private method name "CurlMulti::addHandle" must be in lower-case letters only
(#178) Opening brace should be on the same line as the declaration
(#192) Protected method name "CurlMulti::createCurlHandle" must be in lower-case letters only
(#193) Opening brace should be on the same line as the declaration
(#205) Opening brace should be on the same line as the declaration
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#215) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#232) Private method name "CurlMulti::executeHandles" must be in lower-case letters only
(#233) Opening brace should be on the same line as the declaration
(#234) Inline comments must end in full-stops, exclamation marks, or question marks
(#235) Variable "selectTimeout" must be all lower-case
(#238) Inline control structures are not allowed
(#241) Variable "selectTimeout" must be all lower-case
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#245) Variable "selectTimeout" must be all lower-case
(#252) Private method name "CurlMulti::processMessages" must be in lower-case letters only
(#253) Opening brace should be on the same line as the declaration
(#271) Protected method name "CurlMulti::removeErroredRequest" must be in lower-case letters only
(#272) Opening brace should be on the same line as the declaration
(#287) Protected method name "CurlMulti::processResponse" must be in lower-case letters only
(#288) Opening brace should be on the same line as the declaration
(#289) Inline comments must end in full-stops, exclamation marks, or question marks
(#291) Inline comments must end in full-stops, exclamation marks, or question marks
(#292) Variable "curlException" must be all lower-case
(#295) Inline comments must end in full-stops, exclamation marks, or question marks
(#298) Variable "curlException" must be all lower-case
(#305) Inline comments must end in full-stops, exclamation marks, or question marks
(#313) Inline comments must end in full-stops, exclamation marks, or question marks
(#314) Variable "curlException" must be all lower-case
(#315) Inline comments must end in full-stops, exclamation marks, or question marks
(#320) Inline comments must end in full-stops, exclamation marks, or question marks
(#322) Inline doc block type-hinting for '$curlException' does not match next code line 'throw...'
(#323) Variable "curlException" must be all lower-case
(#332) Protected method name "CurlMulti::removeHandle" must be in lower-case letters only
(#333) Opening brace should be on the same line as the declaration
(#352) Private method name "CurlMulti::isCurlException" must be in lower-case letters only
(#353) Opening brace should be on the same line as the declaration
(#362) Space found before object operator
(#363) Space found before object operator
(#364) Space found before object operator
(#375) Private method name "CurlMulti::checkCurlResult" must be in lower-case letters only
(#376) Opening brace should be on the same line as the declaration
(#379) Expected 1 space before "?"; newline found
(#380) Expected 1 space before ":"; newline found
(#388) Private method name "CurlMulti::validateResponseWasSet" must be in lower-case letters only
(#389) Opening brace should be on the same line as the declaration
(#395) Expected 1 space before "?"; newline found
(#396) Expected 1 space before ":"; newline found
(#405) Usage of ELSEIF not allowed; use ELSE IF instead
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Member variable "maxHandles" must be all lower-case
(#18) Member variable "selectTimeout" must be all lower-case
(#24) Variable "maxHandles" must be all lower-case
(#24) Variable "selectTimeout" must be all lower-case
(#25) Opening brace should be on the same line as the declaration
(#26) Variable "maxHandles" must be all lower-case
(#27) Variable "selectTimeout" must be all lower-case
(#36) Opening brace should be on the same line as the declaration
(#43) Opening brace should be on the same line as the declaration
(#53) Opening brace should be on the same line as the declaration
(#71) Opening brace should be on the same line as the declaration
(#85) Opening brace should be on the same line as the declaration
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Opening brace should be on the same line as the declaration
(#118) Protected method name "CurlMultiProxy::getAvailableHandle" must be in lower-case letters only
(#119) Opening brace should be on the same line as the declaration
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Protected method name "CurlMultiProxy::cleanupHandles" must be in lower-case letters only
(#139) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Member variable "userAgent" must be all lower-case
(#22) Public method name "CurlVersion::getInstance" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
(#36) Public method name "CurlVersion::getAll" must be in lower-case letters only
(#37) Opening brace should be on the same line as the declaration
(#61) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Member variable "emitIo" must be all lower-case
(#24) Variable "emitIo" must be all lower-case
(#25) Opening brace should be on the same line as the declaration
(#27) Variable "emitIo" must be all lower-case
(#38) Public method name "RequestMediator::receiveResponseHeader" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#46) Variable "startLine" must be all lower-case
(#47) Variable "startLine" must be all lower-case
(#48) Variable "startLine" must be all lower-case
(#48) Variable "startLine" must be all lower-case
(#69) Usage of ELSEIF not allowed; use ELSE IF instead
(#88) Variable "downloadSize" must be all lower-case
(#88) Variable "uploadSize" must be all lower-case
(#89) Opening brace should be on the same line as the declaration
(#93) Variable "downloadSize" must be all lower-case
(#95) Variable "uploadSize" must be all lower-case
(#108) Public method name "RequestMediator::writeResponseBody" must be in lower-case letters only
(#109) Opening brace should be on the same line as the declaration
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Public method name "RequestMediator::readRequestBody" must be in lower-case letters only
(#135) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Member variable "contentEncoding" must be all lower-case
(#19) Member variable "rewindFunction" must be all lower-case
(#31) Opening brace should be on the same line as the declaration
(#53) Public method name "EntityBody::setRewindFunction" must be in lower-case letters only
(#54) Opening brace should be on the same line as the declaration
(#65) Opening brace should be on the same line as the declaration
(#76) Public method name "EntityBody::fromString" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#88) Opening brace should be on the same line as the declaration
(#96) Opening brace should be on the same line as the declaration
(#97) Variable "offsetStart" must be all lower-case
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) Variable "offsetStart" must be all lower-case
(#114) Variable "offsetStart" must be all lower-case
(#117) Public method name "EntityBody::getContentLength" must be in lower-case letters only
(#118) Opening brace should be on the same line as the declaration
(#122) Public method name "EntityBody::getContentType" must be in lower-case letters only
(#123) Opening brace should be on the same line as the declaration
(#127) Public method name "EntityBody::getContentMd5" must be in lower-case letters only
(#127) Variable "rawOutput" must be all lower-case
(#127) Variable "base64Encode" must be all lower-case
(#128) Opening brace should be on the same line as the declaration
(#129) Variable "rawOutput" must be all lower-case
(#130) Variable "base64Encode" must be all lower-case
(#147) Public method name "EntityBody::calculateMd5" must be in lower-case letters only
(#147) Variable "rawOutput" must be all lower-case
(#147) Variable "base64Encode" must be all lower-case
(#148) Opening brace should be on the same line as the declaration
(#150) Variable "rawOutput" must be all lower-case
(#150) Variable "base64Encode" must be all lower-case
(#153) Public method name "EntityBody::setStreamFilterContentEncoding" must be in lower-case letters only
(#153) Variable "streamFilterContentEncoding" must be all lower-case
(#154) Opening brace should be on the same line as the declaration
(#155) Variable "streamFilterContentEncoding" must be all lower-case
(#160) Public method name "EntityBody::getContentEncoding" must be in lower-case letters only
(#161) Opening brace should be on the same line as the declaration
(#168) Protected method name "EntityBody::handleCompression" must be in lower-case letters only
(#168) Variable "offsetStart" must be all lower-case
(#169) Opening brace should be on the same line as the declaration
(#170) Inline comments must start with a capital letter, digit or 3-dots sequence
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Inline comments must start with a capital letter, digit or 3-dots sequence
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#182) Inline comments must end in full-stops, exclamation marks, or question marks
(#183) Variable "offsetStart" must be all lower-case
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Public method name "EntityBodyInterface::setRewindFunction" must be in lower-case letters only
(#47) Public method name "EntityBodyInterface::getContentLength" must be in lower-case letters only
(#55) Public method name "EntityBodyInterface::getContentType" must be in lower-case letters only
(#65) Public method name "EntityBodyInterface::getContentMd5" must be in lower-case letters only
(#65) Variable "rawOutput" must be all lower-case
(#65) Variable "base64Encode" must be all lower-case
(#72) Public method name "EntityBodyInterface::getContentEncoding" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Opening brace should be on the same line as the declaration
(#29) Usage of ELSEIF not allowed; use ELSE IF instead
(#55) Public method name "BadResponseException::setResponse" must be in lower-case letters only
(#56) Opening brace should be on the same line as the declaration
(#65) Public method name "BadResponseException::getResponse" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#8) Closing brace must be on a line by itself
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#7) Closing brace must be on a line by itself
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Member variable "curlError" must be all lower-case
(#13) Member variable "curlErrorNo" must be all lower-case
(#15) Member variable "curlInfo" must be all lower-case
(#25) Public method name "CurlException::setError" must be in lower-case letters only
(#26) Opening brace should be on the same line as the declaration
(#40) Public method name "CurlException::setCurlHandle" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#52) Public method name "CurlException::getCurlHandle" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#62) Public method name "CurlException::getError" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#72) Public method name "CurlException::getErrorNo" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#82) Public method name "CurlException::getCurlInfo" must be in lower-case letters only
(#83) Opening brace should be on the same line as the declaration
(#95) Public method name "CurlException::setCurlInfo" must be in lower-case letters only
(#96) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Closing brace must be on a line by itself
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Member variable "successfulRequests" must be all lower-case
(#14) Member variable "failedRequests" must be all lower-case
(#15) Member variable "exceptionForRequest" must be all lower-case
(#22) Public method name "MultiTransferException::getAllRequests" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
(#34) Public method name "MultiTransferException::addSuccessfulRequest" must be in lower-case letters only
(#35) Opening brace should be on the same line as the declaration
(#48) Public method name "MultiTransferException::addFailedRequest" must be in lower-case letters only
(#49) Opening brace should be on the same line as the declaration
(#63) Public method name "MultiTransferException::addFailedRequestWithException" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#66) Space found before object operator
(#67) Space found before object operator
(#79) Public method name "MultiTransferException::getExceptionForFailedRequest" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
(#93) Public method name "MultiTransferException::setSuccessfulRequests" must be in lower-case letters only
(#94) Opening brace should be on the same line as the declaration
(#107) Public method name "MultiTransferException::setFailedRequests" must be in lower-case letters only
(#108) Opening brace should be on the same line as the declaration
(#119) Public method name "MultiTransferException::getSuccessfulRequests" must be in lower-case letters only
(#120) Opening brace should be on the same line as the declaration
(#129) Public method name "MultiTransferException::getFailedRequests" must be in lower-case letters only
(#130) Opening brace should be on the same line as the declaration
(#141) Public method name "MultiTransferException::containsRequest" must be in lower-case letters only
(#142) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Public method name "RequestException::setRequest" must be in lower-case letters only
(#24) Opening brace should be on the same line as the declaration
(#35) Public method name "RequestException::getRequest" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#8) Closing brace must be on a line by itself
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#5) Closing brace must be on a line by itself
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Member variable "eventDispatcher" must be all lower-case
(#19) Public method name "IoEmittingEntityBody::getAllEvents" must be in lower-case letters only
(#20) Opening brace should be on the same line as the declaration
(#28) Public method name "IoEmittingEntityBody::setEventDispatcher" must be in lower-case letters only
(#28) Variable "eventDispatcher" must be all lower-case
(#29) Opening brace should be on the same line as the declaration
(#30) Variable "eventDispatcher" must be all lower-case
(#35) Public method name "IoEmittingEntityBody::getEventDispatcher" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
(#44) Variable "eventName" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#46) Variable "eventName" must be all lower-case
(#53) Public method name "IoEmittingEntityBody::addSubscriber" must be in lower-case letters only
(#54) Opening brace should be on the same line as the declaration
(#61) Opening brace should be on the same line as the declaration
(#73) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#15) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Member variable "headerFactory" must be all lower-case
(#30) Member variable "protocolVersion" must be all lower-case
(#33) Opening brace should be on the same line as the declaration
(#46) Public method name "AbstractMessage::setHeaderFactory" must be in lower-case letters only
(#47) Opening brace should be on the same line as the declaration
(#53) Public method name "AbstractMessage::getParams" must be in lower-case letters only
(#54) Opening brace should be on the same line as the declaration
(#58) Public method name "AbstractMessage::addHeader" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#62) Usage of ELSEIF not allowed; use ELSE IF instead
(#71) Public method name "AbstractMessage::addHeaders" must be in lower-case letters only
(#72) Opening brace should be on the same line as the declaration
(#80) Public method name "AbstractMessage::getHeader" must be in lower-case letters only
(#81) Opening brace should be on the same line as the declaration
(#85) Public method name "AbstractMessage::getHeaders" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
(#90) Public method name "AbstractMessage::getHeaderLines" must be in lower-case letters only
(#91) Opening brace should be on the same line as the declaration
(#100) Public method name "AbstractMessage::setHeader" must be in lower-case letters only
(#101) Opening brace should be on the same line as the declaration
(#108) Public method name "AbstractMessage::setHeaders" must be in lower-case letters only
(#109) Opening brace should be on the same line as the declaration
(#118) Public method name "AbstractMessage::hasHeader" must be in lower-case letters only
(#119) Opening brace should be on the same line as the declaration
(#123) Public method name "AbstractMessage::removeHeader" must be in lower-case letters only
(#124) Opening brace should be on the same line as the declaration
(#134) Public method name "AbstractMessage::getTokenizedHeader" must be in lower-case letters only
(#135) Opening brace should be on the same line as the declaration
(#156) Public method name "AbstractMessage::setTokenizedHeader" must be in lower-case letters only
(#157) Opening brace should be on the same line as the declaration
(#166) Public method name "AbstractMessage::getCacheControlDirective" must be in lower-case letters only
(#167) Opening brace should be on the same line as the declaration
(#180) Public method name "AbstractMessage::hasCacheControlDirective" must be in lower-case letters only
(#181) Opening brace should be on the same line as the declaration
(#194) Public method name "AbstractMessage::addCacheControlDirective" must be in lower-case letters only
(#195) Opening brace should be on the same line as the declaration
(#211) Public method name "AbstractMessage::removeCacheControlDirective" must be in lower-case letters only
(#212) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Member variable "expectCutoff" must be all lower-case
(#23) Member variable "postFields" must be all lower-case
(#26) Member variable "postFiles" must be all lower-case
(#29) Opening brace should be on the same line as the declaration
(#38) Opening brace should be on the same line as the declaration
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Public method name "EntityEnclosingRequest::setState" must be in lower-case letters only
(#48) Opening brace should be on the same line as the declaration
(#57) Public method name "EntityEnclosingRequest::setBody" must be in lower-case letters only
(#57) Variable "contentType" must be all lower-case
(#58) Opening brace should be on the same line as the declaration
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Variable "contentType" must be all lower-case
(#63) Variable "contentType" must be all lower-case
(#66) Variable "contentType" must be all lower-case
(#67) Variable "contentType" must be all lower-case
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Usage of ELSEIF not allowed; use ELSE IF instead
(#95) Public method name "EntityEnclosingRequest::getBody" must be in lower-case letters only
(#96) Opening brace should be on the same line as the declaration
(#107) Public method name "EntityEnclosingRequest::setExpectHeaderCutoff" must be in lower-case letters only
(#108) Opening brace should be on the same line as the declaration
(#112) Usage of ELSEIF not allowed; use ELSE IF instead
(#119) Public method name "EntityEnclosingRequest::configureRedirects" must be in lower-case letters only
(#119) Variable "maxRedirects" must be all lower-case
(#120) Opening brace should be on the same line as the declaration
(#122) Variable "maxRedirects" must be all lower-case
(#125) Variable "maxRedirects" must be all lower-case
(#131) Public method name "EntityEnclosingRequest::getPostField" must be in lower-case letters only
(#132) Opening brace should be on the same line as the declaration
(#136) Public method name "EntityEnclosingRequest::getPostFields" must be in lower-case letters only
(#137) Opening brace should be on the same line as the declaration
(#141) Public method name "EntityEnclosingRequest::setPostField" must be in lower-case letters only
(#142) Opening brace should be on the same line as the declaration
(#149) Public method name "EntityEnclosingRequest::addPostFields" must be in lower-case letters only
(#150) Opening brace should be on the same line as the declaration
(#157) Public method name "EntityEnclosingRequest::removePostField" must be in lower-case letters only
(#158) Opening brace should be on the same line as the declaration
(#165) Public method name "EntityEnclosingRequest::getPostFiles" must be in lower-case letters only
(#166) Opening brace should be on the same line as the declaration
(#170) Public method name "EntityEnclosingRequest::getPostFile" must be in lower-case letters only
(#170) Variable "fieldName" must be all lower-case
(#171) Opening brace should be on the same line as the declaration
(#172) Variable "fieldName" must be all lower-case
(#172) Variable "fieldName" must be all lower-case
(#175) Public method name "EntityEnclosingRequest::removePostFile" must be in lower-case letters only
(#175) Variable "fieldName" must be all lower-case
(#176) Opening brace should be on the same line as the declaration
(#177) Variable "fieldName" must be all lower-case
(#183) Public method name "EntityEnclosingRequest::addPostFile" must be in lower-case letters only
(#183) Variable "contentType" must be all lower-case
(#184) Opening brace should be on the same line as the declaration
(#189) Usage of ELSEIF not allowed; use ELSE IF instead
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) Variable "contentType" must be all lower-case
(#195) Usage of ELSEIF not allowed; use ELSE IF instead
(#197) Usage of ELSEIF not allowed; use ELSE IF instead
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) Variable "contentType" must be all lower-case
(#214) Public method name "EntityEnclosingRequest::addPostFiles" must be in lower-case letters only
(#215) Opening brace should be on the same line as the declaration
(#219) Usage of ELSEIF not allowed; use ELSE IF instead
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) Protected method name "EntityEnclosingRequest::processPostFields" must be in lower-case letters only
(#237) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Public method name "EntityEnclosingRequestInterface::setBody" must be in lower-case letters only
(#26) Variable "contentType" must be all lower-case
(#33) Public method name "EntityEnclosingRequestInterface::getBody" must be in lower-case letters only
(#42) Public method name "EntityEnclosingRequestInterface::getPostField" must be in lower-case letters only
(#49) Public method name "EntityEnclosingRequestInterface::getPostFields" must be in lower-case letters only
(#59) Public method name "EntityEnclosingRequestInterface::setPostField" must be in lower-case letters only
(#68) Public method name "EntityEnclosingRequestInterface::addPostFields" must be in lower-case letters only
(#77) Public method name "EntityEnclosingRequestInterface::removePostField" must be in lower-case letters only
(#84) Public method name "EntityEnclosingRequestInterface::getPostFiles" must be in lower-case letters only
(#93) Public method name "EntityEnclosingRequestInterface::getPostFile" must be in lower-case letters only
(#93) Variable "fieldName" must be all lower-case
(#102) Public method name "EntityEnclosingRequestInterface::removePostFile" must be in lower-case letters only
(#102) Variable "fieldName" must be all lower-case
(#114) Public method name "EntityEnclosingRequestInterface::addPostFile" must be in lower-case letters only
(#114) Variable "contentType" must be all lower-case
(#123) Public method name "EntityEnclosingRequestInterface::addPostFiles" must be in lower-case letters only
(#136) Public method name "EntityEnclosingRequestInterface::configureRedirects" must be in lower-case letters only
(#136) Variable "maxRedirects" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Opening brace should be on the same line as the declaration
(#35) Opening brace should be on the same line as the declaration
(#40) Opening brace should be on the same line as the declaration
(#46) Public method name "Header::getName" must be in lower-case letters only
(#47) Opening brace should be on the same line as the declaration
(#51) Public method name "Header::setName" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#58) Public method name "Header::setGlue" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#65) Public method name "Header::getGlue" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
(#79) Opening brace should be on the same line as the declaration
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) Public method name "Header::hasValue" must be in lower-case letters only
(#97) Variable "searchValue" must be all lower-case
(#98) Opening brace should be on the same line as the declaration
(#99) Variable "searchValue" must be all lower-case
(#102) Public method name "Header::removeValue" must be in lower-case letters only
(#102) Variable "searchValue" must be all lower-case
(#103) Opening brace should be on the same line as the declaration
(#104) Variable "searchValue" must be all lower-case
(#105) Variable "searchValue" must be all lower-case
(#111) Public method name "Header::toArray" must be in lower-case letters only
(#112) Opening brace should be on the same line as the declaration
(#117) Opening brace should be on the same line as the declaration
(#121) Public method name "Header::getIterator" must be in lower-case letters only
(#122) Opening brace should be on the same line as the declaration
(#126) Public method name "Header::parseParams" must be in lower-case letters only
(#127) Opening brace should be on the same line as the declaration
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) Public method name "Header::hasExactHeader" must be in lower-case letters only
(#154) Opening brace should be on the same line as the declaration
(#164) Opening brace should be on the same line as the declaration
(#176) Protected method name "Header::trimHeader" must be in lower-case letters only
(#177) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
(#21) Public method name "CacheControl::removeValue" must be in lower-case letters only
(#21) Variable "searchValue" must be all lower-case
(#22) Opening brace should be on the same line as the declaration
(#23) Variable "searchValue" must be all lower-case
(#34) Public method name "CacheControl::hasDirective" must be in lower-case letters only
(#35) Opening brace should be on the same line as the declaration
(#48) Public method name "CacheControl::getDirective" must be in lower-case letters only
(#49) Opening brace should be on the same line as the declaration
(#63) Public method name "CacheControl::addDirective" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#79) Public method name "CacheControl::removeDirective" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
(#93) Public method name "CacheControl::getDirectives" must be in lower-case letters only
(#94) Opening brace should be on the same line as the declaration
(#112) Protected method name "CacheControl::updateFromDirectives" must be in lower-case letters only
(#113) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
(#21) Opening brace should be on the same line as the declaration
(#31) Opening brace should be on the same line as the declaration
(#43) Opening brace should be on the same line as the declaration
(#54) Public method name "HeaderCollection::getAll" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#63) Opening brace should be on the same line as the declaration
(#68) Opening brace should be on the same line as the declaration
(#73) Opening brace should be on the same line as the declaration
(#78) Opening brace should be on the same line as the declaration
(#85) Opening brace should be on the same line as the declaration
(#90) Opening brace should be on the same line as the declaration
(#94) Public method name "HeaderCollection::getIterator" must be in lower-case letters only
(#95) Opening brace should be on the same line as the declaration
(#99) Public method name "HeaderCollection::toArray" must be in lower-case letters only
(#100) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Public method name "HeaderFactory::createHeader" must be in lower-case letters only
(#19) Opening brace should be on the same line as the declaration
(#23) Expected 1 space before "?"; newline found
(#24) Expected 1 space before ":"; newline found
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Public method name "HeaderFactoryInterface::createHeader" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Public method name "HeaderInterface::getName" must be in lower-case letters only
(#39) Public method name "HeaderInterface::setName" must be in lower-case letters only
(#48) Public method name "HeaderInterface::setGlue" must be in lower-case letters only
(#55) Public method name "HeaderInterface::getGlue" must be in lower-case letters only
(#64) Public method name "HeaderInterface::hasValue" must be in lower-case letters only
(#64) Variable "searchValue" must be all lower-case
(#73) Public method name "HeaderInterface::removeValue" must be in lower-case letters only
(#73) Variable "searchValue" must be all lower-case
(#82) Public method name "HeaderInterface::parseParams" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Public method name "Link::addLink" must be in lower-case letters only
(#22) Opening brace should be on the same line as the declaration
(#39) Public method name "Link::hasLink" must be in lower-case letters only
(#40) Opening brace should be on the same line as the declaration
(#51) Public method name "Link::getLink" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#81) Public method name "Link::getLinks" must be in lower-case letters only
(#82) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Public method name "MessageInterface::getParams" must be in lower-case letters only
(#25) Public method name "MessageInterface::addHeader" must be in lower-case letters only
(#34) Public method name "MessageInterface::addHeaders" must be in lower-case letters only
(#43) Public method name "MessageInterface::getHeader" must be in lower-case letters only
(#50) Public method name "MessageInterface::getHeaders" must be in lower-case letters only
(#59) Public method name "MessageInterface::hasHeader" must be in lower-case letters only
(#68) Public method name "MessageInterface::removeHeader" must be in lower-case letters only
(#78) Public method name "MessageInterface::setHeader" must be in lower-case letters only
(#87) Public method name "MessageInterface::setHeaders" must be in lower-case letters only
(#94) Public method name "MessageInterface::getHeaderLines" must be in lower-case letters only
(#101) Public method name "MessageInterface::getRawHeaders" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Member variable "fieldName" must be all lower-case
(#15) Member variable "contentType" must be all lower-case
(#25) Variable "fieldName" must be all lower-case
(#25) Variable "contentType" must be all lower-case
(#26) Opening brace should be on the same line as the declaration
(#27) Variable "fieldName" must be all lower-case
(#30) Variable "contentType" must be all lower-case
(#33) Public method name "PostFile::setFieldName" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#40) Public method name "PostFile::getFieldName" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#45) Public method name "PostFile::setFilename" must be in lower-case letters only
(#46) Opening brace should be on the same line as the declaration
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Public method name "PostFile::setPostname" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#68) Public method name "PostFile::getFilename" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#73) Public method name "PostFile::getPostname" must be in lower-case letters only
(#74) Opening brace should be on the same line as the declaration
(#78) Public method name "PostFile::setContentType" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
(#85) Public method name "PostFile::getContentType" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
(#90) Public method name "PostFile::getCurlValue" must be in lower-case letters only
(#91) Opening brace should be on the same line as the declaration
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Public method name "PostFile::getCurlString" must be in lower-case letters only
(#112) Opening brace should be on the same line as the declaration
(#120) Protected method name "PostFile::guessContentType" must be in lower-case letters only
(#121) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#19) Public method name "PostFileInterface::setFieldName" must be in lower-case letters only
(#26) Public method name "PostFileInterface::getFieldName" must be in lower-case letters only
(#36) Public method name "PostFileInterface::setFilename" must be in lower-case letters only
(#45) Public method name "PostFileInterface::setPostname" must be in lower-case letters only
(#52) Public method name "PostFileInterface::getFilename" must be in lower-case letters only
(#59) Public method name "PostFileInterface::getPostname" must be in lower-case letters only
(#68) Public method name "PostFileInterface::setContentType" must be in lower-case letters only
(#75) Public method name "PostFileInterface::getContentType" must be in lower-case letters only
(#82) Public method name "PostFileInterface::getCurlValue" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#28) Member variable "eventDispatcher" must be all lower-case
(#43) Member variable "responseBody" must be all lower-case
(#55) Member variable "curlOptions" must be all lower-case
(#58) Member variable "isRedirect" must be all lower-case
(#60) Public method name "Request::getAllEvents" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Opening brace should be on the same line as the declaration
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) Usage of ELSEIF not allowed; use ELSE IF instead
(#113) Opening brace should be on the same line as the declaration
(#133) Opening brace should be on the same line as the declaration
(#143) Public method name "Request::onRequestError" must be in lower-case letters only
(#144) Opening brace should be on the same line as the declaration
(#150) Public method name "Request::setClient" must be in lower-case letters only
(#151) Opening brace should be on the same line as the declaration
(#157) Public method name "Request::getClient" must be in lower-case letters only
(#158) Opening brace should be on the same line as the declaration
(#162) Public method name "Request::getRawHeaders" must be in lower-case letters only
(#163) Opening brace should be on the same line as the declaration
(#164) Variable "protocolVersion" must be all lower-case
(#168) Variable "protocolVersion" must be all lower-case
(#171) Public method name "Request::setUrl" must be in lower-case letters only
(#172) Opening brace should be on the same line as the declaration
(#179) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) Inline comments must end in full-stops, exclamation marks, or question marks
(#193) Opening brace should be on the same line as the declaration
(#201) Public method name "Request::getResponse" must be in lower-case letters only
(#202) Opening brace should be on the same line as the declaration
(#206) Public method name "Request::getQuery" must be in lower-case letters only
(#206) Variable "asString" must be all lower-case
(#207) Opening brace should be on the same line as the declaration
(#208) Variable "asString" must be all lower-case
(#209) Expected 1 space before "?"; newline found
(#210) Expected 1 space before ":"; newline found
(#213) Public method name "Request::getMethod" must be in lower-case letters only
(#214) Opening brace should be on the same line as the declaration
(#218) Public method name "Request::getScheme" must be in lower-case letters only
(#219) Opening brace should be on the same line as the declaration
(#223) Public method name "Request::setScheme" must be in lower-case letters only
(#224) Opening brace should be on the same line as the declaration
(#230) Public method name "Request::getHost" must be in lower-case letters only
(#231) Opening brace should be on the same line as the declaration
(#235) Public method name "Request::setHost" must be in lower-case letters only
(#236) Opening brace should be on the same line as the declaration
(#243) Public method name "Request::getProtocolVersion" must be in lower-case letters only
(#244) Opening brace should be on the same line as the declaration
(#248) Public method name "Request::setProtocolVersion" must be in lower-case letters only
(#249) Opening brace should be on the same line as the declaration
(#255) Public method name "Request::getPath" must be in lower-case letters only
(#256) Opening brace should be on the same line as the declaration
(#260) Public method name "Request::setPath" must be in lower-case letters only
(#261) Opening brace should be on the same line as the declaration
(#267) Public method name "Request::getPort" must be in lower-case letters only
(#268) Opening brace should be on the same line as the declaration
(#272) Public method name "Request::setPort" must be in lower-case letters only
(#273) Opening brace should be on the same line as the declaration
(#276) Inline comments must end in full-stops, exclamation marks, or question marks
(#287) Public method name "Request::getUsername" must be in lower-case letters only
(#288) Opening brace should be on the same line as the declaration
(#292) Public method name "Request::getPassword" must be in lower-case letters only
(#293) Opening brace should be on the same line as the declaration
(#297) Public method name "Request::setAuth" must be in lower-case letters only
(#298) Opening brace should be on the same line as the declaration
(#299) Variable "authMap" must be all lower-case
(#306) Inline comments must end in full-stops, exclamation marks, or question marks
(#316) Variable "authMap" must be all lower-case
(#319) Variable "authMap" must be all lower-case
(#325) Inline comments must end in full-stops, exclamation marks, or question marks
(#331) Space found before object operator
(#332) Space found before object operator
(#338) Public method name "Request::getResource" must be in lower-case letters only
(#339) Opening brace should be on the same line as the declaration
(#348) Public method name "Request::getUrl" must be in lower-case letters only
(#348) Variable "asObject" must be all lower-case
(#349) Opening brace should be on the same line as the declaration
(#350) Variable "asObject" must be all lower-case
(#353) Public method name "Request::getState" must be in lower-case letters only
(#354) Opening brace should be on the same line as the declaration
(#358) Public method name "Request::setState" must be in lower-case letters only
(#359) Opening brace should be on the same line as the declaration
(#360) Variable "oldState" must be all lower-case
(#368) Variable "oldState" must be all lower-case
(#369) Inline comments must end in full-stops, exclamation marks, or question marks
(#377) Variable "oldState" must be all lower-case
(#395) Public method name "Request::getCurlOptions" must be in lower-case letters only
(#396) Opening brace should be on the same line as the declaration
(#400) Public method name "Request::startResponse" must be in lower-case letters only
(#401) Opening brace should be on the same line as the declaration
(#409) Public method name "Request::setResponse" must be in lower-case letters only
(#410) Opening brace should be on the same line as the declaration
(#421) Inline comments must end in full-stops, exclamation marks, or question marks
(#433) Public method name "Request::setResponseBody" must be in lower-case letters only
(#434) Opening brace should be on the same line as the declaration
(#435) Inline comments must end in full-stops, exclamation marks, or question marks
(#437) Inline comments must start with a capital letter, digit or 3-dots sequence
(#437) Inline comments must end in full-stops, exclamation marks, or question marks
(#441) Inline comments must start with a capital letter, digit or 3-dots sequence
(#441) Inline comments must end in full-stops, exclamation marks, or question marks
(#449) Public method name "Request::getResponseBody" must be in lower-case letters only
(#450) Opening brace should be on the same line as the declaration
(#465) Public method name "Request::isResponseBodyRepeatable" must be in lower-case letters only
(#466) Opening brace should be on the same line as the declaration
(#471) Public method name "Request::getCookies" must be in lower-case letters only
(#472) Opening brace should be on the same line as the declaration
(#481) Public method name "Request::getCookie" must be in lower-case letters only
(#482) Opening brace should be on the same line as the declaration
(#488) Public method name "Request::addCookie" must be in lower-case letters only
(#489) Opening brace should be on the same line as the declaration
(#496) Inline comments must end in full-stops, exclamation marks, or question marks
(#502) Public method name "Request::removeCookie" must be in lower-case letters only
(#503) Opening brace should be on the same line as the declaration
(#505) Variable "cookieValue" must be all lower-case
(#506) Variable "cookieValue" must be all lower-case
(#507) Variable "cookieValue" must be all lower-case
(#515) Public method name "Request::setEventDispatcher" must be in lower-case letters only
(#515) Variable "eventDispatcher" must be all lower-case
(#516) Opening brace should be on the same line as the declaration
(#517) Variable "eventDispatcher" must be all lower-case
(#523) Public method name "Request::getEventDispatcher" must be in lower-case letters only
(#524) Opening brace should be on the same line as the declaration
(#532) Variable "eventName" must be all lower-case
(#533) Opening brace should be on the same line as the declaration
(#536) Variable "eventName" must be all lower-case
(#539) Public method name "Request::addSubscriber" must be in lower-case letters only
(#540) Opening brace should be on the same line as the declaration
(#551) Protected method name "Request::getEventArray" must be in lower-case letters only
(#552) Opening brace should be on the same line as the declaration
(#565) Protected method name "Request::processResponse" must be in lower-case letters only
(#566) Opening brace should be on the same line as the declaration
(#568) Inline comments must end in full-stops, exclamation marks, or question marks
(#576) Inline comments must end in full-stops, exclamation marks, or question marks
(#579) Inline comments must end in full-stops, exclamation marks, or question marks
(#582) Inline comments must end in full-stops, exclamation marks, or question marks
(#586) Inline comments must end in full-stops, exclamation marks, or question marks
(#590) Inline comments must end in full-stops, exclamation marks, or question marks
(#596) Inline comments must end in full-stops, exclamation marks, or question marks
(#607) Public method name "Request::canCache" must be in lower-case letters only
(#608) Opening brace should be on the same line as the declaration
(#611) Variable "canCache" must be all lower-case
(#612) Variable "canCache" must be all lower-case
(#622) Public method name "Request::setIsRedirect" must be in lower-case letters only
(#622) Variable "isRedirect" must be all lower-case
(#623) Opening brace should be on the same line as the declaration
(#624) Variable "isRedirect" must be all lower-case
(#633) Public method name "Request::isRedirect" must be in lower-case letters only
(#634) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Member variable "requestClass" must be all lower-case
(#26) Member variable "entityEnclosingRequestClass" must be all lower-case
(#33) Public method name "RequestFactory::getInstance" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Opening brace should be on the same line as the declaration
(#49) Public method name "RequestFactory::fromMessage" must be in lower-case letters only
(#50) Opening brace should be on the same line as the declaration
(#71) Public method name "RequestFactory::fromParts" must be in lower-case letters only
(#73) Variable "urlParts" must be all lower-case
(#77) Variable "protocolVersion" must be all lower-case
(#79) Variable "urlParts" must be all lower-case
(#80) Space found before object operator
(#80) Variable "protocolVersion" must be all lower-case
(#84) Opening brace should be on the same line as the declaration
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Public method name "RequestFactory::cloneRequestWithMethod" must be in lower-case letters only
(#139) Opening brace should be on the same line as the declaration
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#152) Usage of ELSEIF not allowed; use ELSE IF instead
(#161) Public method name "RequestFactory::applyOptions" must be in lower-case letters only
(#162) Opening brace should be on the same line as the declaration
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) Opening brace should be on the same line as the declaration
(#179) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) Opening brace should be on the same line as the declaration
(#200) Opening brace should be on the same line as the declaration
(#207) Opening brace should be on the same line as the declaration
(#216) Opening brace should be on the same line as the declaration
(#222) Inline comments must end in full-stops, exclamation marks, or question marks
(#231) Opening brace should be on the same line as the declaration
(#242) Opening brace should be on the same line as the declaration
(#257) Opening brace should be on the same line as the declaration
(#268) Opening brace should be on the same line as the declaration
(#281) Opening brace should be on the same line as the declaration
(#286) Opening brace should be on the same line as the declaration
(#295) Opening brace should be on the same line as the declaration
(#304) Opening brace should be on the same line as the declaration
(#313) Opening brace should be on the same line as the declaration
(#320) Opening brace should be on the same line as the declaration
(#328) Usage of ELSEIF not allowed; use ELSE IF instead
(#336) Opening brace should be on the same line as the declaration
(#341) Opening brace should be on the same line as the declaration
(#351) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Public method name "RequestFactoryInterface::fromMessage" must be in lower-case letters only
(#46) Public method name "RequestFactoryInterface::fromParts" must be in lower-case letters only
(#48) Variable "urlParts" must be all lower-case
(#52) Variable "protocolVersion" must be all lower-case
(#104) Public method name "RequestFactoryInterface::applyOptions" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#16) Expected MOODLE_INTERNAL check or config.php inclusion
(#53) Public method name "RequestInterface::setClient" must be in lower-case letters only
(#60) Public method name "RequestInterface::getClient" must be in lower-case letters only
(#69) Public method name "RequestInterface::setUrl" must be in lower-case letters only
(#78) Public method name "RequestInterface::getUrl" must be in lower-case letters only
(#78) Variable "asObject" must be all lower-case
(#85) Public method name "RequestInterface::getResource" must be in lower-case letters only
(#92) Public method name "RequestInterface::getQuery" must be in lower-case letters only
(#99) Public method name "RequestInterface::getMethod" must be in lower-case letters only
(#106) Public method name "RequestInterface::getScheme" must be in lower-case letters only
(#115) Public method name "RequestInterface::setScheme" must be in lower-case letters only
(#122) Public method name "RequestInterface::getHost" must be in lower-case letters only
(#131) Public method name "RequestInterface::setHost" must be in lower-case letters only
(#138) Public method name "RequestInterface::getPath" must be in lower-case letters only
(#147) Public method name "RequestInterface::setPath" must be in lower-case letters only
(#154) Public method name "RequestInterface::getPort" must be in lower-case letters only
(#163) Public method name "RequestInterface::setPort" must be in lower-case letters only
(#170) Public method name "RequestInterface::getUsername" must be in lower-case letters only
(#177) Public method name "RequestInterface::getPassword" must be in lower-case letters only
(#191) Public method name "RequestInterface::setAuth" must be in lower-case letters only
(#198) Public method name "RequestInterface::getProtocolVersion" must be in lower-case letters only
(#207) Public method name "RequestInterface::setProtocolVersion" must be in lower-case letters only
(#214) Public method name "RequestInterface::getResponse" must be in lower-case letters only
(#228) Public method name "RequestInterface::setResponse" must be in lower-case letters only
(#237) Public method name "RequestInterface::startResponse" must be in lower-case letters only
(#249) Public method name "RequestInterface::setResponseBody" must be in lower-case letters only
(#258) Public method name "RequestInterface::getResponseBody" must be in lower-case letters only
(#265) Public method name "RequestInterface::getState" must be in lower-case letters only
(#275) Public method name "RequestInterface::setState" must be in lower-case letters only
(#282) Public method name "RequestInterface::getCurlOptions" must be in lower-case letters only
(#289) Public method name "RequestInterface::getCookies" must be in lower-case letters only
(#298) Public method name "RequestInterface::getCookie" must be in lower-case letters only
(#308) Public method name "RequestInterface::addCookie" must be in lower-case letters only
(#317) Public method name "RequestInterface::removeCookie" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Member variable "statusTexts" must be all lower-case
(#87) Member variable "reasonPhrase" must be all lower-case
(#90) Member variable "statusCode" must be all lower-case
(#96) Member variable "effectiveUrl" must be all lower-case
(#99) Member variable "cacheResponseCodes" must be all lower-case
(#108) Public method name "Response::fromMessage" must be in lower-case letters only
(#109) Opening brace should be on the same line as the declaration
(#117) Space found before object operator
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Variable "contentLength" must be all lower-case
(#121) Variable "actualLength" must be all lower-case
(#122) Variable "contentLength" must be all lower-case
(#122) Variable "actualLength" must be all lower-case
(#123) Variable "actualLength" must be all lower-case
(#138) Variable "statusCode" must be all lower-case
(#139) Opening brace should be on the same line as the declaration
(#141) Variable "statusCode" must be all lower-case
(#147) Usage of ELSEIF not allowed; use ELSE IF instead
(#159) Opening brace should be on the same line as the declaration
(#164) Opening brace should be on the same line as the declaration
(#173) Opening brace should be on the same line as the declaration
(#185) Public method name "Response::getBody" must be in lower-case letters only
(#185) Variable "asString" must be all lower-case
(#186) Opening brace should be on the same line as the declaration
(#187) Variable "asString" must be all lower-case
(#197) Public method name "Response::setBody" must be in lower-case letters only
(#198) Opening brace should be on the same line as the declaration
(#212) Public method name "Response::setProtocol" must be in lower-case letters only
(#213) Opening brace should be on the same line as the declaration
(#225) Public method name "Response::getProtocol" must be in lower-case letters only
(#226) Opening brace should be on the same line as the declaration
(#235) Public method name "Response::getProtocolVersion" must be in lower-case letters only
(#236) Opening brace should be on the same line as the declaration
(#249) Public method name "Response::getInfo" must be in lower-case letters only
(#250) Opening brace should be on the same line as the declaration
(#253) Usage of ELSEIF not allowed; use ELSE IF instead
(#267) Public method name "Response::setInfo" must be in lower-case letters only
(#268) Opening brace should be on the same line as the declaration
(#283) Public method name "Response::setStatus" must be in lower-case letters only
(#283) Variable "statusCode" must be all lower-case
(#283) Variable "reasonPhrase" must be all lower-case
(#284) Opening brace should be on the same line as the declaration
(#285) Variable "statusCode" must be all lower-case
(#287) Variable "reasonPhrase" must be all lower-case
(#287) Variable "statusTexts" must be all lower-case
(#288) Variable "statusTexts" must be all lower-case
(#290) Variable "reasonPhrase" must be all lower-case
(#301) Public method name "Response::getStatusCode" must be in lower-case letters only
(#302) Opening brace should be on the same line as the declaration
(#311) Public method name "Response::getMessage" must be in lower-case letters only
(#312) Opening brace should be on the same line as the declaration
(#315) Inline comments must end in full-stops, exclamation marks, or question marks
(#329) Public method name "Response::getRawHeaders" must be in lower-case letters only
(#330) Opening brace should be on the same line as the declaration
(#346) Public method name "Response::getReasonPhrase" must be in lower-case letters only
(#347) Opening brace should be on the same line as the declaration
(#356) Public method name "Response::getAcceptRanges" must be in lower-case letters only
(#357) Opening brace should be on the same line as the declaration
(#366) Public method name "Response::calculateAge" must be in lower-case letters only
(#367) Opening brace should be on the same line as the declaration
(#382) Public method name "Response::getAge" must be in lower-case letters only
(#383) Opening brace should be on the same line as the declaration
(#392) Public method name "Response::getAllow" must be in lower-case letters only
(#393) Opening brace should be on the same line as the declaration
(#404) Public method name "Response::isMethodAllowed" must be in lower-case letters only
(#405) Opening brace should be on the same line as the declaration
(#423) Public method name "Response::getCacheControl" must be in lower-case letters only
(#424) Opening brace should be on the same line as the declaration
(#433) Public method name "Response::getConnection" must be in lower-case letters only
(#434) Opening brace should be on the same line as the declaration
(#443) Public method name "Response::getContentEncoding" must be in lower-case letters only
(#444) Opening brace should be on the same line as the declaration
(#453) Public method name "Response::getContentLanguage" must be in lower-case letters only
(#454) Opening brace should be on the same line as the declaration
(#463) Public method name "Response::getContentLength" must be in lower-case letters only
(#464) Opening brace should be on the same line as the declaration
(#473) Public method name "Response::getContentLocation" must be in lower-case letters only
(#474) Opening brace should be on the same line as the declaration
(#483) Public method name "Response::getContentDisposition" must be in lower-case letters only
(#484) Opening brace should be on the same line as the declaration
(#493) Public method name "Response::getContentMd5" must be in lower-case letters only
(#494) Opening brace should be on the same line as the declaration
(#503) Public method name "Response::getContentRange" must be in lower-case letters only
(#504) Opening brace should be on the same line as the declaration
(#513) Public method name "Response::getContentType" must be in lower-case letters only
(#514) Opening brace should be on the same line as the declaration
(#527) Public method name "Response::isContentType" must be in lower-case letters only
(#528) Opening brace should be on the same line as the declaration
(#537) Public method name "Response::getDate" must be in lower-case letters only
(#538) Opening brace should be on the same line as the declaration
(#547) Public method name "Response::getEtag" must be in lower-case letters only
(#548) Opening brace should be on the same line as the declaration
(#557) Public method name "Response::getExpires" must be in lower-case letters only
(#558) Opening brace should be on the same line as the declaration
(#568) Public method name "Response::getLastModified" must be in lower-case letters only
(#569) Opening brace should be on the same line as the declaration
(#578) Public method name "Response::getLocation" must be in lower-case letters only
(#579) Opening brace should be on the same line as the declaration
(#589) Public method name "Response::getPragma" must be in lower-case letters only
(#590) Opening brace should be on the same line as the declaration
(#599) Public method name "Response::getProxyAuthenticate" must be in lower-case letters only
(#600) Opening brace should be on the same line as the declaration
(#610) Public method name "Response::getRetryAfter" must be in lower-case letters only
(#611) Opening brace should be on the same line as the declaration
(#620) Public method name "Response::getServer" must be in lower-case letters only
(#621) Opening brace should be on the same line as the declaration
(#630) Public method name "Response::getSetCookie" must be in lower-case letters only
(#631) Opening brace should be on the same line as the declaration
(#641) Public method name "Response::getTrailer" must be in lower-case letters only
(#642) Opening brace should be on the same line as the declaration
(#651) Public method name "Response::getTransferEncoding" must be in lower-case letters only
(#652) Opening brace should be on the same line as the declaration
(#662) Public method name "Response::getVary" must be in lower-case letters only
(#663) Opening brace should be on the same line as the declaration
(#672) Public method name "Response::getVia" must be in lower-case letters only
(#673) Opening brace should be on the same line as the declaration
(#682) Public method name "Response::getWarning" must be in lower-case letters only
(#683) Opening brace should be on the same line as the declaration
(#692) Public method name "Response::getWwwAuthenticate" must be in lower-case letters only
(#693) Opening brace should be on the same line as the declaration
(#702) Public method name "Response::isClientError" must be in lower-case letters only
(#703) Opening brace should be on the same line as the declaration
(#712) Public method name "Response::isError" must be in lower-case letters only
(#713) Opening brace should be on the same line as the declaration
(#722) Public method name "Response::isInformational" must be in lower-case letters only
(#723) Opening brace should be on the same line as the declaration
(#732) Public method name "Response::isRedirect" must be in lower-case letters only
(#733) Opening brace should be on the same line as the declaration
(#742) Public method name "Response::isServerError" must be in lower-case letters only
(#743) Opening brace should be on the same line as the declaration
(#752) Public method name "Response::isSuccessful" must be in lower-case letters only
(#753) Opening brace should be on the same line as the declaration
(#762) Public method name "Response::canCache" must be in lower-case letters only
(#763) Opening brace should be on the same line as the declaration
(#764) Inline comments must end in full-stops, exclamation marks, or question marks
(#765) Variable "cacheResponseCodes" must be all lower-case
(#769) Inline comments must end in full-stops, exclamation marks, or question marks
(#776) Inline comments must end in full-stops, exclamation marks, or question marks
(#789) Public method name "Response::getMaxAge" must be in lower-case letters only
(#790) Opening brace should be on the same line as the declaration
(#792) Inline comments must start with a capital letter, digit or 3-dots sequence
(#792) Inline comments must end in full-stops, exclamation marks, or question marks
(#816) Public method name "Response::isFresh" must be in lower-case letters only
(#817) Opening brace should be on the same line as the declaration
(#828) Public method name "Response::canValidate" must be in lower-case letters only
(#829) Opening brace should be on the same line as the declaration
(#843) Public method name "Response::getFreshness" must be in lower-case letters only
(#844) Opening brace should be on the same line as the declaration
(#845) Variable "maxAge" must be all lower-case
(#848) Variable "maxAge" must be all lower-case
(#848) Variable "maxAge" must be all lower-case
(#858) Opening brace should be on the same line as the declaration
(#879) Opening brace should be on the same line as the declaration
(#880) Variable "errorMessage" must be all lower-case
(#881) Variable "internalErrors" must be all lower-case
(#882) Variable "disableEntities" must be all lower-case
(#888) Variable "errorMessage" must be all lower-case
(#891) Variable "errorMessage" must be all lower-case
(#895) Variable "internalErrors" must be all lower-case
(#896) Variable "disableEntities" must be all lower-case
(#898) Variable "errorMessage" must be all lower-case
(#899) Variable "errorMessage" must be all lower-case
(#910) Public method name "Response::getRedirectCount" must be in lower-case letters only
(#911) Opening brace should be on the same line as the declaration
(#922) Public method name "Response::setEffectiveUrl" must be in lower-case letters only
(#923) Opening brace should be on the same line as the declaration
(#934) Public method name "Response::getEffectiveUrl" must be in lower-case letters only
(#935) Opening brace should be on the same line as the declaration
(#943) Public method name "Response::getPreviousResponse" must be in lower-case letters only
(#944) Opening brace should be on the same line as the declaration
(#953) Public method name "Response::setRequest" must be in lower-case letters only
(#954) Opening brace should be on the same line as the declaration
(#963) Public method name "Response::getRequest" must be in lower-case letters only
(#964) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#9) Expected MOODLE_INTERNAL check or config.php inclusion
(#927) Public method name "Mimetypes::getInstance" must be in lower-case letters only
(#928) Opening brace should be on the same line as the declaration
(#944) Public method name "Mimetypes::fromExtension" must be in lower-case letters only
(#945) Opening brace should be on the same line as the declaration
(#958) Public method name "Mimetypes::fromFilename" must be in lower-case letters only
(#959) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Member variable "fieldSeparator" must be all lower-case
(#29) Member variable "valueSeparator" must be all lower-case
(#32) Member variable "urlEncode" must be all lower-case
(#38) Member variable "defaultAggregator" must be all lower-case
(#47) Public method name "QueryString::fromString" must be in lower-case letters only
(#48) Opening brace should be on the same line as the declaration
(#54) Variable "foundDuplicates" must be all lower-case
(#54) Variable "foundPhpStyle" must be all lower-case
(#59) Variable "paramIsPhpStyleArray" must be all lower-case
(#60) Variable "foundPhpStyle" must be all lower-case
(#67) Variable "foundDuplicates" must be all lower-case
(#68) Usage of ELSEIF not allowed; use ELSE IF instead
(#68) Variable "paramIsPhpStyleArray" must be all lower-case
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Variable "foundDuplicates" must be all lower-case
(#80) Variable "foundPhpStyle" must be all lower-case
(#94) Opening brace should be on the same line as the declaration
(#99) Variable "queryList" must be all lower-case
(#101) Variable "queryList" must be all lower-case
(#104) Variable "queryList" must be all lower-case
(#112) Public method name "QueryString::getFieldSeparator" must be in lower-case letters only
(#113) Opening brace should be on the same line as the declaration
(#122) Public method name "QueryString::getValueSeparator" must be in lower-case letters only
(#123) Opening brace should be on the same line as the declaration
(#134) Public method name "QueryString::getUrlEncoding" must be in lower-case letters only
(#135) Opening brace should be on the same line as the declaration
(#144) Public method name "QueryString::isUrlEncoding" must be in lower-case letters only
(#145) Opening brace should be on the same line as the declaration
(#160) Public method name "QueryString::setAggregator" must be in lower-case letters only
(#161) Opening brace should be on the same line as the declaration
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#164) Variable "defaultAggregator" must be all lower-case
(#165) Variable "defaultAggregator" must be all lower-case
(#167) Variable "defaultAggregator" must be all lower-case
(#182) Public method name "QueryString::useUrlEncoding" must be in lower-case letters only
(#183) Opening brace should be on the same line as the declaration
(#196) Public method name "QueryString::setFieldSeparator" must be in lower-case letters only
(#197) Opening brace should be on the same line as the declaration
(#210) Public method name "QueryString::setValueSeparator" must be in lower-case letters only
(#211) Opening brace should be on the same line as the declaration
(#222) Public method name "QueryString::urlEncode" must be in lower-case letters only
(#223) Opening brace should be on the same line as the declaration
(#234) Public method name "QueryString::encodeValue" must be in lower-case letters only
(#235) Opening brace should be on the same line as the declaration
(#238) Usage of ELSEIF not allowed; use ELSE IF instead
(#252) Protected method name "QueryString::prepareData" must be in lower-case letters only
(#253) Opening brace should be on the same line as the declaration
(#254) Inline comments must end in full-stops, exclamation marks, or question marks
(#264) Usage of ELSEIF not allowed; use ELSE IF instead
(#282) Private method name "QueryString::convertKvp" must be in lower-case letters only
(#283) Opening brace should be on the same line as the declaration
(#286) Usage of ELSEIF not allowed; use ELSE IF instead
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Opening brace should be on the same line as the declaration
(#34) Opening brace should be on the same line as the declaration
(#41) Variable "originalPos" must be all lower-case
(#47) Variable "originalPos" must be all lower-case
(#52) Public method name "ReadLimitEntityBody::isConsumed" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#62) Public method name "ReadLimitEntityBody::getContentLength" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#67) Expected 1 space before "?"; newline found
(#68) Expected 1 space before ":"; newline found
(#76) Opening brace should be on the same line as the declaration
(#78) Expected 1 space before "?"; newline found
(#79) Expected 1 space before ":"; newline found
(#89) Public method name "ReadLimitEntityBody::setOffset" must be in lower-case letters only
(#90) Opening brace should be on the same line as the declaration
(#104) Public method name "ReadLimitEntityBody::setLimit" must be in lower-case letters only
(#105) Opening brace should be on the same line as the declaration
(#112) Opening brace should be on the same line as the declaration
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Member variable "defaultMaxRedirects" must be all lower-case
(#32) Public method name "RedirectPlugin::getSubscribedEvents" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
(#46) Public method name "RedirectPlugin::cleanupRequest" must be in lower-case letters only
(#47) Opening brace should be on the same line as the declaration
(#58) Public method name "RedirectPlugin::onRequestSent" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Protected method name "RedirectPlugin::getOriginalRequest" must be in lower-case letters only
(#93) Opening brace should be on the same line as the declaration
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Protected method name "RedirectPlugin::createRedirectRequest" must be in lower-case letters only
(#119) Variable "statusCode" must be all lower-case
(#123) Variable "redirectRequest" must be all lower-case
(#128) Variable "statusCode" must be all lower-case
(#128) Variable "statusCode" must be all lower-case
(#129) Variable "redirectRequest" must be all lower-case
(#131) Variable "redirectRequest" must be all lower-case
(#134) Variable "redirectRequest" must be all lower-case
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) Variable "redirectRequest" must be all lower-case
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#141) Variable "originalUrl" must be all lower-case
(#141) Variable "redirectRequest" must be all lower-case
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Variable "originalUrl" must be all lower-case
(#144) Variable "originalUrl" must be all lower-case
(#147) Variable "redirectRequest" must be all lower-case
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) Variable "redirectRequest" must be all lower-case
(#152) Variable "redirectRequest" must be all lower-case
(#153) Variable "redirectRequest" must be all lower-case
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Variable "redirectRequest" must be all lower-case
(#159) Variable "redirectRequest" must be all lower-case
(#160) Variable "redirectRequest" must be all lower-case
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) Variable "redirectRequest" must be all lower-case
(#183) Protected method name "RedirectPlugin::prepareRedirection" must be in lower-case letters only
(#184) Opening brace should be on the same line as the declaration
(#186) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#197) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) Protected method name "RedirectPlugin::sendRedirectRequest" must be in lower-case letters only
(#217) Opening brace should be on the same line as the declaration
(#218) Inline comments must end in full-stops, exclamation marks, or question marks
(#219) Variable "redirectRequest" must be all lower-case
(#221) Variable "redirectRequest" must be all lower-case
(#239) Protected method name "RedirectPlugin::throwTooManyRedirectsException" must be in lower-case letters only
(#240) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Variable "className" must be all lower-case
(#25) Opening brace should be on the same line as the declaration
(#26) Variable "className" must be all lower-case
(#39) Opening brace should be on the same line as the declaration
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Usage of ELSEIF not allowed; use ELSE IF instead
(#52) Variable "streamFactory" must be all lower-case
(#53) Variable "streamFactory" must be all lower-case
(#70) Opening brace should be on the same line as the declaration
(#84) Opening brace should be on the same line as the declaration
(#98) Opening brace should be on the same line as the declaration
(#112) Opening brace should be on the same line as the declaration
(#126) Opening brace should be on the same line as the declaration
(#140) Opening brace should be on the same line as the declaration
(#154) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Opening brace should be on the same line as the declaration
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Public method name "Url::buildUrl" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#75) Expected 1 space after ".="; 2 found
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Expected 1 space before "!="; 2 found
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Line exceeds 132 characters; contains 156 characters
(#123) Opening brace should be on the same line as the declaration
(#142) Opening brace should be on the same line as the declaration
(#152) Opening brace should be on the same line as the declaration
(#161) Public method name "Url::getParts" must be in lower-case letters only
(#162) Opening brace should be on the same line as the declaration
(#184) Public method name "Url::setHost" must be in lower-case letters only
(#185) Opening brace should be on the same line as the declaration
(#202) Public method name "Url::getHost" must be in lower-case letters only
(#203) Opening brace should be on the same line as the declaration
(#214) Public method name "Url::setScheme" must be in lower-case letters only
(#215) Opening brace should be on the same line as the declaration
(#218) Usage of ELSEIF not allowed; use ELSE IF instead
(#232) Public method name "Url::getScheme" must be in lower-case letters only
(#233) Opening brace should be on the same line as the declaration
(#244) Public method name "Url::setPort" must be in lower-case letters only
(#245) Opening brace should be on the same line as the declaration
(#256) Public method name "Url::getPort" must be in lower-case letters only
(#257) Opening brace should be on the same line as the declaration
(#260) Usage of ELSEIF not allowed; use ELSE IF instead
(#262) Usage of ELSEIF not allowed; use ELSE IF instead
(#276) Public method name "Url::setPath" must be in lower-case letters only
(#277) Opening brace should be on the same line as the declaration
(#278) Variable "pathReplace" must be all lower-case
(#283) Variable "pathReplace" must be all lower-case
(#293) Public method name "Url::normalizePath" must be in lower-case letters only
(#294) Opening brace should be on the same line as the declaration
(#304) Usage of ELSEIF not allowed; use ELSE IF instead
(#309) Inline comments must end in full-stops, exclamation marks, or question marks
(#312) Inline comments must end in full-stops, exclamation marks, or question marks
(#327) Public method name "Url::addPath" must be in lower-case letters only
(#327) Variable "relativePath" must be all lower-case
(#328) Opening brace should be on the same line as the declaration
(#329) Variable "relativePath" must be all lower-case
(#329) Variable "relativePath" must be all lower-case
(#329) Variable "relativePath" must be all lower-case
(#330) Inline comments must end in full-stops, exclamation marks, or question marks
(#331) Variable "relativePath" must be all lower-case
(#332) Variable "relativePath" must be all lower-case
(#332) Variable "relativePath" must be all lower-case
(#334) Variable "relativePath" must be all lower-case
(#345) Public method name "Url::getPath" must be in lower-case letters only
(#346) Opening brace should be on the same line as the declaration
(#355) Public method name "Url::getPathSegments" must be in lower-case letters only
(#356) Opening brace should be on the same line as the declaration
(#367) Public method name "Url::setPassword" must be in lower-case letters only
(#368) Opening brace should be on the same line as the declaration
(#379) Public method name "Url::getPassword" must be in lower-case letters only
(#380) Opening brace should be on the same line as the declaration
(#391) Public method name "Url::setUsername" must be in lower-case letters only
(#392) Opening brace should be on the same line as the declaration
(#403) Public method name "Url::getUsername" must be in lower-case letters only
(#404) Opening brace should be on the same line as the declaration
(#413) Public method name "Url::getQuery" must be in lower-case letters only
(#414) Opening brace should be on the same line as the declaration
(#425) Public method name "Url::setQuery" must be in lower-case letters only
(#426) Opening brace should be on the same line as the declaration
(#431) Usage of ELSEIF not allowed; use ELSE IF instead
(#433) Usage of ELSEIF not allowed; use ELSE IF instead
(#445) Public method name "Url::getFragment" must be in lower-case letters only
(#446) Opening brace should be on the same line as the declaration
(#457) Public method name "Url::setFragment" must be in lower-case letters only
(#458) Opening brace should be on the same line as the declaration
(#469) Public method name "Url::isAbsolute" must be in lower-case letters only
(#470) Opening brace should be on the same line as the declaration
(#488) Variable "strictRfc3986" must be all lower-case
(#489) Opening brace should be on the same line as the declaration
(#492) Inline comments must end in full-stops, exclamation marks, or question marks
(#497) Inline comments must end in full-stops, exclamation marks, or question marks
(#510) Inline comments must end in full-stops, exclamation marks, or question marks
(#527) Variable "strictRfc3986" must be all lower-case
(#532) Usage of ELSEIF not allowed; use ELSE IF instead
(#532) Variable "strictRfc3986" must be all lower-case
(#538) Variable "strictRfc3986" must be all lower-case
(#546) Private method name "Url::addQuery" must be in lower-case letters only
(#546) Variable "strictRfc386" must be all lower-case
(#547) Opening brace should be on the same line as the declaration
(#548) Variable "strictRfc386" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Public method name "Inflector::getDefault" must be in lower-case letters only
(#19) Opening brace should be on the same line as the declaration
(#20) Inline comments must start with a capital letter, digit or 3-dots sequence
(#20) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) Inline comments must start with a capital letter, digit or 3-dots sequence
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#30) Opening brace should be on the same line as the declaration
(#35) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Member variable "maxCacheSize" must be all lower-case
(#20) Member variable "decoratedInflector" must be all lower-case
(#26) Variable "maxCacheSize" must be all lower-case
(#27) Opening brace should be on the same line as the declaration
(#29) Variable "maxCacheSize" must be all lower-case
(#33) Opening brace should be on the same line as the declaration
(#50) Opening brace should be on the same line as the declaration
(#64) Protected method name "MemoizingInflector::pruneCache" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Member variable "decoratedInflector" must be all lower-case
(#26) Opening brace should be on the same line as the declaration
(#40) Opening brace should be on the same line as the declaration
(#42) Expected 1 space before "?"; newline found
(#43) Expected 1 space before ":"; newline found
(#54) Opening brace should be on the same line as the declaration
(#56) Expected 1 space before "?"; newline found
(#57) Expected 1 space before ":"; newline found
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#11) Member variable "chunkSize" must be all lower-case
(#21) Variable "chunkSize" must be all lower-case
(#22) Opening brace should be on the same line as the declaration
(#23) Variable "chunkSize" must be all lower-case
(#23) Variable "chunkSize" must be all lower-case
(#24) Variable "chunkSize" must be all lower-case
(#25) Variable "chunkSize" must be all lower-case
(#29) Variable "chunkSize" must be all lower-case
(#33) Opening brace should be on the same line as the declaration
(#39) Opening brace should be on the same line as the declaration
(#48) Opening brace should be on the same line as the declaration
(#53) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Opening brace should be on the same line as the declaration
(#33) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Opening brace should be on the same line as the declaration
(#31) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#19) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "AbstractLogAdapter::getLogObject" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Opening brace should be on the same line as the declaration
(#22) Public method name "ArrayLogAdapter::getLogs" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
(#30) Public method name "ArrayLogAdapter::clearLogs" must be in lower-case letters only
(#31) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Variable "logObject" must be all lower-case
(#11) Opening brace should be on the same line as the declaration
(#12) Variable "logObject" must be all lower-case
(#16) Variable "logObject" must be all lower-case
(#20) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#39) Expected MOODLE_INTERNAL check or config.php inclusion
(#41) Line exceeds 132 characters; contains 153 characters
(#54) Opening brace should be on the same line as the declaration
(#65) Public method name "MessageFormatter::setTemplate" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
(#86) Variable "customData" must be all lower-case
(#88) Variable "customData" must be all lower-case
(#108) Expected 1 space before "?"; newline found
(#148) Expected 1 space before "?"; newline found
(#149) Expected 1 space before ":"; newline found
(#153) Expected 1 space before "?"; newline found
(#154) Expected 1 space before ":"; newline found
(#163) Expected 1 space after "="; 2 found
(#168) Usage of ELSEIF not allowed; use ELSE IF instead
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Variable "logObject" must be all lower-case
(#26) Opening brace should be on the same line as the declaration
(#27) Variable "logObject" must be all lower-case
(#31) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Variable "logObject" must be all lower-case
(#28) Opening brace should be on the same line as the declaration
(#29) Variable "logObject" must be all lower-case
(#33) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Variable "logObject" must be all lower-case
(#15) Opening brace should be on the same line as the declaration
(#16) Variable "logObject" must be all lower-case
(#21) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Variable "logObject" must be all lower-case
(#13) Opening brace should be on the same line as the declaration
(#14) Variable "logObject" must be all lower-case
(#18) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#11) Member variable "cookieParts" must be all lower-case
(#25) Public method name "CookieParser::parseCookie" must be in lower-case letters only
(#26) Opening brace should be on the same line as the declaration
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Variable "cookieParts" must be all lower-case
(#44) Variable "foundNonCookies" must be all lower-case
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Variable "cookieParts" must be all lower-case
(#50) Variable "cookieParts" must be all lower-case
(#52) Variable "cookieParts" must be all lower-case
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Variable "cookieParts" must be all lower-case
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Variable "cookieParts" must be all lower-case
(#65) Variable "mapValue" must be all lower-case
(#67) Variable "mapValue" must be all lower-case
(#67) Variable "mapValue" must be all lower-case
(#68) Variable "foundNonCookies" must be all lower-case
(#76) Variable "foundNonCookies" must be all lower-case
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#89) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#105) Protected method name "CookieParser::getDefaultPath" must be in lower-case letters only
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) Variable "rightSlashPos" must be all lower-case
(#122) Variable "rightSlashPos" must be all lower-case
(#126) Inline comments must start with a capital letter, digit or 3-dots sequence
(#128) Variable "rightSlashPos" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Public method name "CookieParserInterface::parseCookie" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Protected method name "AbstractMessageParser::getUrlPartsFromMessage" must be in lower-case letters only
(#18) Variable "requestUrl" must be all lower-case
(#19) Opening brace should be on the same line as the declaration
(#20) Inline comments must end in full-stops, exclamation marks, or question marks
(#21) Variable "urlParts" must be all lower-case
(#22) Variable "requestUrl" must be all lower-case
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) Variable "urlParts" must be all lower-case
(#29) Usage of ELSEIF not allowed; use ELSE IF instead
(#30) Variable "urlParts" must be all lower-case
(#32) Variable "urlParts" must be all lower-case
(#35) Variable "urlParts" must be all lower-case
(#36) Variable "urlParts" must be all lower-case
(#38) Variable "hostParts" must be all lower-case
(#38) Variable "urlParts" must be all lower-case
(#39) Variable "urlParts" must be all lower-case
(#39) Variable "hostParts" must be all lower-case
(#40) Variable "urlParts" must be all lower-case
(#40) Variable "hostParts" must be all lower-case
(#41) Variable "urlParts" must be all lower-case
(#42) Variable "urlParts" must be all lower-case
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Variable "urlParts" must be all lower-case
(#50) Variable "urlParts" must be all lower-case
(#51) Variable "urlParts" must be all lower-case
(#53) Variable "urlParts" must be all lower-case
(#56) Variable "urlParts" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Public method name "MessageParser::parseRequest" must be in lower-case letters only
(#11) Opening brace should be on the same line as the declaration
(#18) Inline comments must end in full-stops, exclamation marks, or question marks
(#20) Variable "startParts" must be all lower-case
(#21) Variable "startParts" must be all lower-case
(#22) Variable "startParts" must be all lower-case
(#22) Variable "startParts" must be all lower-case
(#36) Line exceeds 132 characters; contains 136 characters
(#41) Public method name "MessageParser::parseResponse" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#67) Protected method name "MessageParser::parseMessage" must be in lower-case letters only
(#68) Opening brace should be on the same line as the declaration
(#69) Variable "startLine" must be all lower-case
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Variable "totalLines" must be all lower-case
(#75) Variable "totalLines" must be all lower-case
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Variable "totalLines" must be all lower-case
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Variable "startLine" must be all lower-case
(#89) Variable "startLine" must be all lower-case
(#90) Usage of ELSEIF not allowed; use ELSE IF instead
(#96) Usage of ELSEIF not allowed; use ELSE IF instead
(#105) Variable "startLine" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Public method name "MessageParserInterface::parseRequest" must be in lower-case letters only
(#26) Public method name "MessageParserInterface::parseResponse" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Public method name "PeclHttpMessageParser::parseRequest" must be in lower-case letters only
(#11) Opening brace should be on the same line as the declaration
(#31) Public method name "PeclHttpMessageParser::parseResponse" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#28) Public method name "ParserRegistry::getInstance" must be in lower-case letters only
(#29) Opening brace should be on the same line as the declaration
(#38) Opening brace should be on the same line as the declaration
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Public method name "ParserRegistry::getParser" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#71) Public method name "ParserRegistry::registerParser" must be in lower-case letters only
(#72) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
(#23) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Member variable "operatorHash" must be all lower-case
(#34) Member variable "delimsPct" must be all lower-case
(#40) Opening brace should be on the same line as the declaration
(#56) Public method name "UriTemplate::setRegex" must be in lower-case letters only
(#56) Variable "regexPattern" must be all lower-case
(#57) Opening brace should be on the same line as the declaration
(#58) Variable "regexPattern" must be all lower-case
(#68) Private method name "UriTemplate::parseExpression" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Variable "operatorHash" must be all lower-case
(#82) Variable "substrPos" must be all lower-case
(#83) Variable "substrPos" must be all lower-case
(#84) Variable "substrPos" must be all lower-case
(#86) Variable "substrPos" must be all lower-case
(#87) Usage of ELSEIF not allowed; use ELSE IF instead
(#110) Private method name "UriTemplate::expandMatch" must be in lower-case letters only
(#111) Opening brace should be on the same line as the declaration
(#122) Variable "useQueryString" must be all lower-case
(#125) Variable "useQueryString" must be all lower-case
(#126) Usage of ELSEIF not allowed; use ELSE IF instead
(#127) Variable "useQueryString" must be all lower-case
(#128) Usage of ELSEIF not allowed; use ELSE IF instead
(#130) Usage of ELSEIF not allowed; use ELSE IF instead
(#131) Variable "useQueryString" must be all lower-case
(#132) Usage of ELSEIF not allowed; use ELSE IF instead
(#144) Variable "actuallyUseQueryString" must be all lower-case
(#144) Variable "useQueryString" must be all lower-case
(#149) Variable "isAssoc" must be all lower-case
(#153) Variable "isAssoc" must be all lower-case
(#155) Variable "isNestedArray" must be all lower-case
(#157) Variable "isNestedArray" must be all lower-case
(#160) Variable "isNestedArray" must be all lower-case
(#168) Variable "isAssoc" must be all lower-case
(#169) Variable "isNestedArray" must be all lower-case
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) Usage of ELSEIF not allowed; use ELSE IF instead
(#175) Variable "actuallyUseQueryString" must be all lower-case
(#184) Variable "actuallyUseQueryString" must be all lower-case
(#185) Usage of ELSEIF not allowed; use ELSE IF instead
(#187) Variable "isAssoc" must be all lower-case
(#188) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Variable "actuallyUseQueryString" must be all lower-case
(#192) Variable "isAssoc" must be all lower-case
(#212) Variable "actuallyUseQueryString" must be all lower-case
(#238) Private method name "UriTemplate::isAssoc" must be in lower-case letters only
(#239) Opening brace should be on the same line as the declaration
(#250) Private method name "UriTemplate::decodeReserved" must be in lower-case letters only
(#251) Opening brace should be on the same line as the declaration
(#252) Variable "delimsPct" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Public method name "UrlParser::setUtf8Support" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
(#27) Public method name "UrlParser::parseUrl" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Variable "queryPos" must be all lower-case
(#40) Variable "queryPos" must be all lower-case
(#40) Variable "queryPos" must be all lower-case
(#42) Variable "queryPos" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Public method name "UrlParserInterface::parseUrl" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Public method name "AsyncPlugin::getSubscribedEvents" must be in lower-case letters only
(#16) Opening brace should be on the same line as the declaration
(#30) Public method name "AsyncPlugin::onBeforeSend" must be in lower-case letters only
(#31) Opening brace should be on the same line as the declaration
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Public method name "AsyncPlugin::onCurlProgress" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Expected 1 space before comment text but found 3; use block comment if you need indentation
(#64) Public method name "AsyncPlugin::onRequestTimeout" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#79) Public method name "AsyncPlugin::onRequestSent" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Public method name "AbstractBackoffStrategy::setNext" must be in lower-case letters only
(#19) Opening brace should be on the same line as the declaration
(#28) Public method name "AbstractBackoffStrategy::getNext" must be in lower-case letters only
(#29) Opening brace should be on the same line as the declaration
(#33) Public method name "AbstractBackoffStrategy::getBackoffPeriod" must be in lower-case letters only
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Usage of ELSEIF not allowed; use ELSE IF instead
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Expected 1 space before "?"; newline found
(#47) Expected 1 space before ":"; newline found
(#48) Usage of ELSEIF not allowed; use ELSE IF instead
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Public method name "AbstractBackoffStrategy::makesDecision" must be in lower-case letters only
(#85) Protected method name "AbstractBackoffStrategy::getDelay" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#11) Member variable "defaultErrorCodes" must be all lower-case
(#14) Member variable "errorCodes" must be all lower-case
(#21) Opening brace should be on the same line as the declaration
(#22) Variable "defaultErrorCodes" must be all lower-case
(#31) Public method name "AbstractErrorCodeBackoffStrategy::getDefaultFailureCodes" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#33) Variable "defaultErrorCodes" must be all lower-case
(#36) Public method name "AbstractErrorCodeBackoffStrategy::makesDecision" must be in lower-case letters only
(#37) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Line exceeds 132 characters; contains 174 characters
(#35) Opening brace should be on the same line as the declaration
(#40) Public method name "BackoffLogger::getSubscribedEvents" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#52) Public method name "BackoffLogger::setTemplate" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#64) Public method name "BackoffLogger::onRequestRetry" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#16) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Opening brace should be on the same line as the declaration
(#43) Public method name "BackoffPlugin::getExponentialBackoff" must be in lower-case letters only
(#44) Variable "maxRetries" must be all lower-case
(#45) Variable "httpCodes" must be all lower-case
(#46) Variable "curlCodes" must be all lower-case
(#48) Variable "maxRetries" must be all lower-case
(#49) Variable "httpCodes" must be all lower-case
(#50) Variable "curlCodes" must be all lower-case
(#57) Public method name "BackoffPlugin::getAllEvents" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#62) Public method name "BackoffPlugin::getSubscribedEvents" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#76) Public method name "BackoffPlugin::onRequestSent" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Space found before object operator
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Public method name "BackoffPlugin::onRequestPoll" must be in lower-case letters only
(#108) Opening brace should be on the same line as the declaration
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Public method name "BackoffStrategyInterface::getBackoffPeriod" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Opening brace should be on the same line as the declaration
(#38) Public method name "CallbackBackoffStrategy::makesDecision" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#43) Protected method name "CallbackBackoffStrategy::getDelay" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Opening brace should be on the same line as the declaration
(#25) Public method name "ConstantBackoffStrategy::makesDecision" must be in lower-case letters only
(#26) Opening brace should be on the same line as the declaration
(#30) Protected method name "ConstantBackoffStrategy::getDelay" must be in lower-case letters only
(#31) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Member variable "defaultErrorCodes" must be all lower-case
(#22) Protected method name "CurlBackoffStrategy::getDelay" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Public method name "ExponentialBackoffStrategy::makesDecision" must be in lower-case letters only
(#17) Opening brace should be on the same line as the declaration
(#21) Protected method name "ExponentialBackoffStrategy::getDelay" must be in lower-case letters only
(#22) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Member variable "defaultErrorCodes" must be all lower-case
(#19) Protected method name "HttpBackoffStrategy::getDelay" must be in lower-case letters only
(#20) Opening brace should be on the same line as the declaration
(#22) Inline comments must end in full-stops, exclamation marks, or question marks
(#22) No space found before comment text; expected "// Short circuit the rest of the checks if it was successful" but found "//Short circuit the rest of the checks if it was successful"
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Opening brace should be on the same line as the declaration
(#27) Public method name "LinearBackoffStrategy::makesDecision" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
(#32) Protected method name "LinearBackoffStrategy::getDelay" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "ReasonPhraseBackoffStrategy::makesDecision" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
(#19) Protected method name "ReasonPhraseBackoffStrategy::getDelay" must be in lower-case letters only
(#20) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Variable "maxRetries" must be all lower-case
(#22) Opening brace should be on the same line as the declaration
(#23) Variable "maxRetries" must be all lower-case
(#27) Public method name "TruncatedBackoffStrategy::makesDecision" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
(#32) Protected method name "TruncatedBackoffStrategy::getDelay" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#11) Closing brace must be on a line by itself
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Member variable "canCache" must be all lower-case
(#39) Member variable "autoPurge" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#56) Usage of ELSEIF not allowed; use ELSE IF instead
(#58) Usage of ELSEIF not allowed; use ELSE IF instead
(#60) Usage of ELSEIF not allowed; use ELSE IF instead
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Expected 1 space before "?"; newline found
(#72) Expected 1 space before ":"; newline found
(#78) Expected 1 space before "?"; newline found
(#79) Expected 1 space before ":"; newline found
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Expected 1 space before "?"; newline found
(#85) Expected 1 space before ":"; newline found
(#88) Public method name "CachePlugin::getSubscribedEvents" must be in lower-case letters only
(#89) Opening brace should be on the same line as the declaration
(#103) Public method name "CachePlugin::onRequestBeforeSend" must be in lower-case letters only
(#104) Opening brace should be on the same line as the declaration
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) Public method name "CachePlugin::onRequestSent" must be in lower-case letters only
(#148) Opening brace should be on the same line as the declaration
(#167) Public method name "CachePlugin::onRequestError" must be in lower-case letters only
(#168) Opening brace should be on the same line as the declaration
(#197) Public method name "CachePlugin::onRequestException" must be in lower-case letters only
(#198) Opening brace should be on the same line as the declaration
(#228) Public method name "CachePlugin::canResponseSatisfyRequest" must be in lower-case letters only
(#229) Opening brace should be on the same line as the declaration
(#230) Variable "responseAge" must be all lower-case
(#234) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) Variable "responseAge" must be all lower-case
(#240) Inline comments must end in full-stops, exclamation marks, or question marks
(#242) Variable "maxStale" must be all lower-case
(#243) Variable "maxStale" must be all lower-case
(#244) Variable "maxStale" must be all lower-case
(#244) Variable "maxStale" must be all lower-case
(#247) Usage of ELSEIF not allowed; use ELSE IF instead
(#248) Variable "responseAge" must be all lower-case
(#274) Public method name "CachePlugin::canResponseSatisfyFailedRequest" must be in lower-case letters only
(#275) Opening brace should be on the same line as the declaration
(#278) Variable "requestStaleIfError" must be all lower-case
(#279) Variable "responseStaleIfError" must be all lower-case
(#281) Variable "requestStaleIfError" must be all lower-case
(#281) Variable "responseStaleIfError" must be all lower-case
(#285) Variable "requestStaleIfError" must be all lower-case
(#285) Variable "requestStaleIfError" must be all lower-case
(#289) Variable "responseStaleIfError" must be all lower-case
(#289) Variable "responseStaleIfError" must be all lower-case
(#302) Opening brace should be on the same line as the declaration
(#303) Inline comments must end in full-stops, exclamation marks, or question marks
(#314) Protected method name "CachePlugin::addResponseHeaders" must be in lower-case letters only
(#315) Opening brace should be on the same line as the declaration
(#321) Inline comments must end in full-stops, exclamation marks, or question marks
(#331) Usage of ELSEIF not allowed; use ELSE IF instead
(#338) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Member variable "requestCallback" must be all lower-case
(#18) Member variable "responseCallback" must be all lower-case
(#26) Variable "requestCallback" must be all lower-case
(#26) Variable "responseCallback" must be all lower-case
(#27) Opening brace should be on the same line as the declaration
(#28) Variable "requestCallback" must be all lower-case
(#28) Variable "requestCallback" must be all lower-case
(#32) Variable "responseCallback" must be all lower-case
(#32) Variable "responseCallback" must be all lower-case
(#36) Variable "requestCallback" must be all lower-case
(#37) Variable "responseCallback" must be all lower-case
(#40) Public method name "CallbackCanCacheStrategy::canCacheRequest" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#43) Expected 1 space before "?"; newline found
(#44) Expected 1 space before ":"; newline found
(#47) Public method name "CallbackCanCacheStrategy::canCacheResponse" must be in lower-case letters only
(#48) Opening brace should be on the same line as the declaration
(#50) Expected 1 space before "?"; newline found
(#51) Expected 1 space before ":"; newline found
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "CanCacheStrategyInterface::canCacheRequest" must be in lower-case letters only
(#29) Public method name "CanCacheStrategyInterface::canCacheResponse" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#15) Public method name "DefaultCacheKeyProvider::getCacheKey" must be in lower-case letters only
(#16) Opening brace should be on the same line as the declaration
(#17) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Usage of ELSEIF not allowed; use ELSE IF instead
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#16) Expected MOODLE_INTERNAL check or config.php inclusion
(#19) Member variable "keyPrefix" must be all lower-case
(#25) Member variable "defaultTtl" must be all lower-case
(#32) Variable "keyPrefix" must be all lower-case
(#32) Variable "defaultTtl" must be all lower-case
(#33) Opening brace should be on the same line as the declaration
(#35) Variable "defaultTtl" must be all lower-case
(#36) Variable "keyPrefix" must be all lower-case
(#40) Opening brace should be on the same line as the declaration
(#41) Variable "currentTime" must be all lower-case
(#43) Variable "overrideTtl" must be all lower-case
(#44) Variable "overrideTtl" must be all lower-case
(#45) Variable "overrideTtl" must be all lower-case
(#47) Variable "maxAge" must be all lower-case
(#48) Variable "maxAge" must be all lower-case
(#49) Variable "maxAge" must be all lower-case
(#55) Variable "cacheControl" must be all lower-case
(#56) Variable "cacheControl" must be all lower-case
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Variable "persistedRequest" must be all lower-case
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Variable "currentTime" must be all lower-case
(#78) Variable "persistedRequest" must be all lower-case
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Variable "bodyDigest" must be all lower-case
(#87) Variable "bodyDigest" must be all lower-case
(#88) Variable "bodyDigest" must be all lower-case
(#92) Variable "persistedRequest" must be all lower-case
(#95) Variable "bodyDigest" must be all lower-case
(#96) Variable "currentTime" must be all lower-case
(#103) Opening brace should be on the same line as the declaration
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Opening brace should be on the same line as the declaration
(#124) Opening brace should be on the same line as the declaration
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) Protected method name "DefaultCacheStorage::getCacheKey" must be in lower-case letters only
(#182) Opening brace should be on the same line as the declaration
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) Protected method name "DefaultCacheStorage::getBodyKey" must be in lower-case letters only
(#205) Opening brace should be on the same line as the declaration
(#218) Private method name "DefaultCacheStorage::requestsMatch" must be in lower-case letters only
(#219) Opening brace should be on the same line as the declaration
(#241) Private method name "DefaultCacheStorage::persistHeaders" must be in lower-case letters only
(#242) Opening brace should be on the same line as the declaration
(#243) Inline comments must end in full-stops, exclamation marks, or question marks
(#244) Variable "noCache" must be all lower-case
(#258) Inline comments must end in full-stops, exclamation marks, or question marks
(#260) Variable "noCache" must be all lower-case
(#261) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) Closing brace must be on a line by itself
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Public method name "DefaultCanCacheStrategy::canCacheRequest" must be in lower-case letters only
(#14) Opening brace should be on the same line as the declaration
(#15) Inline comments must end in full-stops, exclamation marks, or question marks
(#20) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) Public method name "DefaultCanCacheStrategy::canCacheResponse" must be in lower-case letters only
(#29) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Member variable "canCache" must be all lower-case
(#24) Variable "canCache" must be all lower-case
(#25) Opening brace should be on the same line as the declaration
(#27) Variable "canCache" must be all lower-case
(#31) Opening brace should be on the same line as the declaration
(#34) Variable "validateResponse" must be all lower-case
(#35) Variable "validateResponse" must be all lower-case
(#36) Variable "validateResponse" must be all lower-case
(#37) Usage of ELSEIF not allowed; use ELSE IF instead
(#37) Variable "validateResponse" must be all lower-case
(#38) Variable "validateResponse" must be all lower-case
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Public method name "DefaultRevalidation::shouldRevalidate" must be in lower-case letters only
(#50) Opening brace should be on the same line as the declaration
(#55) Variable "reqCache" must be all lower-case
(#56) Variable "resCache" must be all lower-case
(#59) Variable "reqCache" must be all lower-case
(#59) Variable "reqCache" must be all lower-case
(#59) Variable "reqCache" must be all lower-case
(#60) Variable "resCache" must be all lower-case
(#60) Variable "resCache" must be all lower-case
(#60) Variable "resCache" must be all lower-case
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Variable "resCache" must be all lower-case
(#77) Protected method name "DefaultRevalidation::handleBadResponse" must be in lower-case letters only
(#78) Opening brace should be on the same line as the declaration
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Protected method name "DefaultRevalidation::createRevalidationRequest" must be in lower-case letters only
(#96) Opening brace should be on the same line as the declaration
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Variable "eventName" must be all lower-case
(#113) Variable "eventName" must be all lower-case
(#129) Protected method name "DefaultRevalidation::handle200Response" must be in lower-case letters only
(#129) Variable "validateResponse" must be all lower-case
(#130) Opening brace should be on the same line as the declaration
(#131) Variable "validateResponse" must be all lower-case
(#132) Variable "validateResponse" must be all lower-case
(#133) Variable "validateResponse" must be all lower-case
(#148) Protected method name "DefaultRevalidation::handle304Response" must be in lower-case letters only
(#148) Variable "validateResponse" must be all lower-case
(#149) Opening brace should be on the same line as the declaration
(#150) Variable "replaceHeaders" must be all lower-case
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) Variable "validateResponse" must be all lower-case
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) Variable "replaceHeaders" must be all lower-case
(#161) Variable "validateResponse" must be all lower-case
(#163) Variable "validateResponse" must be all lower-case
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Closing brace must be on a line by itself
(#16) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Public method name "RevalidationInterface::shouldRevalidate" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Closing brace must be on a line by itself
(#16) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Member variable "invalidCharString" must be all lower-case
(#29) Protected method name "Cookie::getInvalidCharacters" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#31) Variable "invalidCharString" must be all lower-case
(#32) Variable "invalidCharString" must be all lower-case
(#39) Variable "invalidCharString" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Usage of ELSEIF not allowed; use ELSE IF instead
(#78) Public method name "Cookie::toArray" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
(#88) Public method name "Cookie::getName" must be in lower-case letters only
(#89) Opening brace should be on the same line as the declaration
(#100) Public method name "Cookie::setName" must be in lower-case letters only
(#101) Opening brace should be on the same line as the declaration
(#110) Public method name "Cookie::getValue" must be in lower-case letters only
(#111) Opening brace should be on the same line as the declaration
(#122) Public method name "Cookie::setValue" must be in lower-case letters only
(#123) Opening brace should be on the same line as the declaration
(#132) Public method name "Cookie::getDomain" must be in lower-case letters only
(#133) Opening brace should be on the same line as the declaration
(#144) Public method name "Cookie::setDomain" must be in lower-case letters only
(#145) Opening brace should be on the same line as the declaration
(#154) Public method name "Cookie::getPath" must be in lower-case letters only
(#155) Opening brace should be on the same line as the declaration
(#166) Public method name "Cookie::setPath" must be in lower-case letters only
(#167) Opening brace should be on the same line as the declaration
(#176) Public method name "Cookie::getMaxAge" must be in lower-case letters only
(#177) Opening brace should be on the same line as the declaration
(#188) Public method name "Cookie::setMaxAge" must be in lower-case letters only
(#188) Variable "maxAge" must be all lower-case
(#189) Opening brace should be on the same line as the declaration
(#190) Variable "maxAge" must be all lower-case
(#198) Public method name "Cookie::getExpires" must be in lower-case letters only
(#199) Opening brace should be on the same line as the declaration
(#210) Public method name "Cookie::setExpires" must be in lower-case letters only
(#211) Opening brace should be on the same line as the declaration
(#220) Public method name "Cookie::getVersion" must be in lower-case letters only
(#221) Opening brace should be on the same line as the declaration
(#232) Public method name "Cookie::setVersion" must be in lower-case letters only
(#233) Opening brace should be on the same line as the declaration
(#242) Public method name "Cookie::getSecure" must be in lower-case letters only
(#243) Opening brace should be on the same line as the declaration
(#254) Public method name "Cookie::setSecure" must be in lower-case letters only
(#255) Opening brace should be on the same line as the declaration
(#264) Public method name "Cookie::getDiscard" must be in lower-case letters only
(#265) Opening brace should be on the same line as the declaration
(#276) Public method name "Cookie::setDiscard" must be in lower-case letters only
(#277) Opening brace should be on the same line as the declaration
(#286) Public method name "Cookie::getComment" must be in lower-case letters only
(#287) Opening brace should be on the same line as the declaration
(#298) Public method name "Cookie::setComment" must be in lower-case letters only
(#299) Opening brace should be on the same line as the declaration
(#308) Public method name "Cookie::getCommentUrl" must be in lower-case letters only
(#309) Opening brace should be on the same line as the declaration
(#320) Public method name "Cookie::setCommentUrl" must be in lower-case letters only
(#320) Variable "commentUrl" must be all lower-case
(#321) Opening brace should be on the same line as the declaration
(#322) Variable "commentUrl" must be all lower-case
(#330) Public method name "Cookie::getPorts" must be in lower-case letters only
(#331) Opening brace should be on the same line as the declaration
(#342) Public method name "Cookie::setPorts" must be in lower-case letters only
(#343) Opening brace should be on the same line as the declaration
(#352) Public method name "Cookie::getHttpOnly" must be in lower-case letters only
(#353) Opening brace should be on the same line as the declaration
(#364) Public method name "Cookie::setHttpOnly" must be in lower-case letters only
(#364) Variable "httpOnly" must be all lower-case
(#365) Opening brace should be on the same line as the declaration
(#366) Variable "httpOnly" must be all lower-case
(#374) Public method name "Cookie::getAttributes" must be in lower-case letters only
(#375) Opening brace should be on the same line as the declaration
(#386) Public method name "Cookie::getAttribute" must be in lower-case letters only
(#387) Opening brace should be on the same line as the declaration
(#399) Public method name "Cookie::setAttribute" must be in lower-case letters only
(#400) Opening brace should be on the same line as the declaration
(#413) Public method name "Cookie::matchesPath" must be in lower-case letters only
(#414) Opening brace should be on the same line as the declaration
(#417) Inline comments must end in full-stops, exclamation marks, or question marks
(#419) Inline comments must start with a capital letter, digit or 3-dots sequence
(#426) Inline comments must start with a capital letter, digit or 3-dots sequence
(#432) Inline comments must start with a capital letter, digit or 3-dots sequence
(#450) Public method name "Cookie::matchesDomain" must be in lower-case letters only
(#451) Opening brace should be on the same line as the declaration
(#452) Inline comments must end in full-stops, exclamation marks, or question marks
(#453) Variable "cookieDomain" must be all lower-case
(#456) Variable "cookieDomain" must be all lower-case
(#456) Variable "cookieDomain" must be all lower-case
(#460) Inline comments must end in full-stops, exclamation marks, or question marks
(#465) Variable "cookieDomain" must be all lower-case
(#475) Public method name "Cookie::matchesPort" must be in lower-case letters only
(#476) Opening brace should be on the same line as the declaration
(#485) Public method name "Cookie::isExpired" must be in lower-case letters only
(#486) Opening brace should be on the same line as the declaration
(#496) Opening brace should be on the same line as the declaration
(#497) Inline comments must end in full-stops, exclamation marks, or question marks
(#503) Inline comments must end in full-stops, exclamation marks, or question marks
(#508) Inline comments must end in full-stops, exclamation marks, or question marks
(#515) Inline comments must end in full-stops, exclamation marks, or question marks
(#532) Private method name "Cookie::setData" must be in lower-case letters only
(#533) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Member variable "strictMode" must be all lower-case
(#25) Variable "strictMode" must be all lower-case
(#26) Opening brace should be on the same line as the declaration
(#27) Variable "strictMode" must be all lower-case
(#37) Public method name "ArrayCookieJar::setStrictMode" must be in lower-case letters only
(#37) Variable "strictMode" must be all lower-case
(#38) Opening brace should be on the same line as the declaration
(#39) Variable "strictMode" must be all lower-case
(#43) Opening brace should be on the same line as the declaration
(#52) Public method name "ArrayCookieJar::removeTemporary" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#61) Public method name "ArrayCookieJar::removeExpired" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#63) Variable "currentTime" must be all lower-case
(#64) Variable "currentTime" must be all lower-case
(#65) Variable "currentTime" must be all lower-case
(#71) Variable "skipDiscardable" must be all lower-case
(#71) Variable "skipExpired" must be all lower-case
(#72) Opening brace should be on the same line as the declaration
(#77) Variable "skipDiscardable" must be all lower-case
(#78) Variable "skipExpired" must be all lower-case
(#81) Variable "skipExpired" must be all lower-case
(#82) Variable "skipDiscardable" must be all lower-case
(#89) Opening brace should be on the same line as the declaration
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#146) Opening brace should be on the same line as the declaration
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) Opening brace should be on the same line as the declaration
(#174) Opening brace should be on the same line as the declaration
(#183) Public method name "ArrayCookieJar::getIterator" must be in lower-case letters only
(#184) Opening brace should be on the same line as the declaration
(#188) Public method name "ArrayCookieJar::addCookiesFromResponse" must be in lower-case letters only
(#189) Opening brace should be on the same line as the declaration
(#190) Variable "cookieHeader" must be all lower-case
(#192) Variable "cookieHeader" must be all lower-case
(#194) Expected 1 space before "?"; newline found
(#195) Expected 1 space before ":"; newline found
(#197) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) Public method name "ArrayCookieJar::getMatchingCookies" must be in lower-case letters only
(#211) Opening brace should be on the same line as the declaration
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#214) Inline comments must end in full-stops, exclamation marks, or question marks
(#230) Private method name "ArrayCookieJar::removeCookieIfEmpty" must be in lower-case letters only
(#231) Opening brace should be on the same line as the declaration
(#232) Variable "cookieValue" must be all lower-case
(#233) Variable "cookieValue" must be all lower-case
(#233) Variable "cookieValue" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#38) Public method name "CookieJarInterface::removeTemporary" must be in lower-case letters only
(#45) Public method name "CookieJarInterface::removeExpired" must be in lower-case letters only
(#62) Public method name "CookieJarInterface::addCookiesFromResponse" must be in lower-case letters only
(#71) Public method name "CookieJarInterface::getMatchingCookies" must be in lower-case letters only
(#84) Variable "skipDiscardable" must be all lower-case
(#84) Variable "skipExpired" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Variable "cookieFile" must be all lower-case
(#23) Opening brace should be on the same line as the declaration
(#24) Variable "cookieFile" must be all lower-case
(#32) Opening brace should be on the same line as the declaration
(#42) Opening brace should be on the same line as the declaration
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Opening brace should be on the same line as the declaration
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Member variable "cookieJar" must be all lower-case
(#21) Variable "cookieJar" must be all lower-case
(#22) Opening brace should be on the same line as the declaration
(#23) Variable "cookieJar" must be all lower-case
(#26) Public method name "CookiePlugin::getSubscribedEvents" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
(#39) Public method name "CookiePlugin::getCookieJar" must be in lower-case letters only
(#40) Opening brace should be on the same line as the declaration
(#49) Public method name "CookiePlugin::onRequestBeforeSend" must be in lower-case letters only
(#50) Opening brace should be on the same line as the declaration
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Public method name "CookiePlugin::onRequestSent" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#7) Closing brace must be on a line by itself
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Opening brace should be on the same line as the declaration
(#26) Line exceeds 132 characters; contains 151 characters
(#32) Public method name "CurlAuthPlugin::getSubscribedEvents" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
(#42) Public method name "CurlAuthPlugin::onRequestCreate" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Public method name "ErrorResponseExceptionInterface::fromCommand" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#15) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Public method name "ErrorResponsePlugin::getSubscribedEvents" must be in lower-case letters only
(#18) Opening brace should be on the same line as the declaration
(#27) Public method name "ErrorResponsePlugin::onCommandBeforeSend" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
(#34) Space found before object operator
(#47) Protected method name "ErrorResponsePlugin::getErrorClosure" must be in lower-case letters only
(#48) Opening brace should be on the same line as the declaration
(#61) Variable "className" must be all lower-case
(#62) Variable "errorClassInterface" must be all lower-case
(#63) Variable "className" must be all lower-case
(#64) Variable "className" must be all lower-case
(#65) Usage of ELSEIF not allowed; use ELSE IF instead
(#65) Variable "errorClassInterface" must be all lower-case
(#65) Variable "className" must be all lower-case
(#66) Variable "className" must be all lower-case
(#68) Variable "className" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#7) Closing brace must be on a line by itself
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Public method name "HistoryPlugin::getSubscribedEvents" must be in lower-case letters only
(#22) Opening brace should be on the same line as the declaration
(#32) Opening brace should be on the same line as the declaration
(#51) Opening brace should be on the same line as the declaration
(#71) Public method name "HistoryPlugin::setLimit" must be in lower-case letters only
(#72) Opening brace should be on the same line as the declaration
(#83) Public method name "HistoryPlugin::getLimit" must be in lower-case letters only
(#84) Opening brace should be on the same line as the declaration
(#94) Public method name "HistoryPlugin::getAll" must be in lower-case letters only
(#95) Opening brace should be on the same line as the declaration
(#104) Public method name "HistoryPlugin::getIterator" must be in lower-case letters only
(#105) Opening brace should be on the same line as the declaration
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Opening brace should be on the same line as the declaration
(#128) Public method name "HistoryPlugin::getLastRequest" must be in lower-case letters only
(#129) Opening brace should be on the same line as the declaration
(#140) Public method name "HistoryPlugin::getLastResponse" must be in lower-case letters only
(#141) Opening brace should be on the same line as the declaration
(#153) Opening brace should be on the same line as the declaration
(#159) Public method name "HistoryPlugin::onRequestSent" must be in lower-case letters only
(#160) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#20) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Member variable "logAdapter" must be all lower-case
(#29) Member variable "wireBodies" must be all lower-case
(#38) Variable "logAdapter" must be all lower-case
(#40) Variable "wireBodies" must be all lower-case
(#42) Variable "logAdapter" must be all lower-case
(#44) Variable "wireBodies" must be all lower-case
(#55) Public method name "LogPlugin::getDebugPlugin" must be in lower-case letters only
(#55) Variable "wireBodies" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#67) Variable "wireBodies" must be all lower-case
(#70) Public method name "LogPlugin::getSubscribedEvents" must be in lower-case letters only
(#71) Opening brace should be on the same line as the declaration
(#85) Public method name "LogPlugin::onCurlRead" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) Public method name "LogPlugin::onCurlWrite" must be in lower-case letters only
(#99) Opening brace should be on the same line as the declaration
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Public method name "LogPlugin::onRequestBeforeSend" must be in lower-case letters only
(#112) Opening brace should be on the same line as the declaration
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) Public method name "LogPlugin::onRequestSent" must be in lower-case letters only
(#137) Opening brace should be on the same line as the declaration
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Member variable "contentMd5Param" must be all lower-case
(#19) Member variable "validateMd5Param" must be all lower-case
(#25) Variable "contentMd5Param" must be all lower-case
(#25) Variable "validateMd5Param" must be all lower-case
(#26) Opening brace should be on the same line as the declaration
(#27) Variable "contentMd5Param" must be all lower-case
(#28) Variable "validateMd5Param" must be all lower-case
(#31) Public method name "CommandContentMd5Plugin::getSubscribedEvents" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#36) Public method name "CommandContentMd5Plugin::onCommandBeforeSend" must be in lower-case letters only
(#37) Opening brace should be on the same line as the declaration
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Member variable "contentLengthCutoff" must be all lower-case
(#20) Member variable "contentEncoded" must be all lower-case
(#31) Variable "contentEncoded" must be all lower-case
(#31) Variable "contentLengthCutoff" must be all lower-case
(#32) Opening brace should be on the same line as the declaration
(#33) Variable "contentLengthCutoff" must be all lower-case
(#34) Variable "contentEncoded" must be all lower-case
(#37) Public method name "Md5ValidatorPlugin::getSubscribedEvents" must be in lower-case letters only
(#38) Opening brace should be on the same line as the declaration
(#46) Public method name "Md5ValidatorPlugin::onRequestComplete" must be in lower-case letters only
(#47) Opening brace should be on the same line as the declaration
(#50) Variable "contentMd5" must be all lower-case
(#54) Variable "contentEncoding" must be all lower-case
(#55) Variable "contentEncoding" must be all lower-case
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Variable "contentEncoding" must be all lower-case
(#69) Usage of ELSEIF not allowed; use ELSE IF instead
(#69) Variable "contentEncoding" must be all lower-case
(#73) Usage of ELSEIF not allowed; use ELSE IF instead
(#73) Variable "contentEncoding" must be all lower-case
(#81) Variable "contentMd5" must be all lower-case
(#84) Variable "contentMd5" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Member variable "readBodies" must be all lower-case
(#36) Variable "readBodies" must be all lower-case
(#37) Opening brace should be on the same line as the declaration
(#38) Variable "readBodies" must be all lower-case
(#51) Public method name "MockPlugin::getSubscribedEvents" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Public method name "MockPlugin::getAllEvents" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#70) Public method name "MockPlugin::getMockFile" must be in lower-case letters only
(#71) Opening brace should be on the same line as the declaration
(#87) Public method name "MockPlugin::readBodies" must be in lower-case letters only
(#87) Variable "readBodies" must be all lower-case
(#88) Opening brace should be on the same line as the declaration
(#89) Variable "readBodies" must be all lower-case
(#100) Opening brace should be on the same line as the declaration
(#112) Public method name "MockPlugin::addResponse" must be in lower-case letters only
(#113) Opening brace should be on the same line as the declaration
(#133) Public method name "MockPlugin::addException" must be in lower-case letters only
(#134) Opening brace should be on the same line as the declaration
(#145) Public method name "MockPlugin::clearQueue" must be in lower-case letters only
(#146) Opening brace should be on the same line as the declaration
(#157) Public method name "MockPlugin::getQueue" must be in lower-case letters only
(#158) Opening brace should be on the same line as the declaration
(#167) Public method name "MockPlugin::isTemporary" must be in lower-case letters only
(#168) Opening brace should be on the same line as the declaration
(#181) Opening brace should be on the same line as the declaration
(#188) Inline control structures are not allowed
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#194) Usage of ELSEIF not allowed; use ELSE IF instead
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#211) Opening brace should be on the same line as the declaration
(#220) Public method name "MockPlugin::getReceivedRequests" must be in lower-case letters only
(#221) Opening brace should be on the same line as the declaration
(#231) Public method name "MockPlugin::onRequestBeforeSend" must be in lower-case letters only
(#232) Opening brace should be on the same line as the declaration
(#239) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
(#45) Opening brace should be on the same line as the declaration
(#52) Variable "stringToSign" must be all lower-case
(#53) Variable "stringToSign" must be all lower-case
(#61) Public method name "OauthPlugin::getSubscribedEvents" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#75) Public method name "OauthPlugin::onRequestBeforeSend" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
(#80) Variable "authorizationParams" must be all lower-case
(#81) Variable "authorizationParams" must be all lower-case
(#87) Variable "authorizationParams" must be all lower-case
(#91) Variable "authorizationParams" must be all lower-case
(#102) Variable "authorizationParams" must be all lower-case
(#112) Private method name "OauthPlugin::buildAuthorizationHeader" must be in lower-case letters only
(#112) Variable "authorizationParams" must be all lower-case
(#113) Opening brace should be on the same line as the declaration
(#114) Variable "authorizationString" must be all lower-case
(#115) Variable "authorizationParams" must be all lower-case
(#117) Variable "authorizationString" must be all lower-case
(#121) Variable "authorizationString" must be all lower-case
(#133) Public method name "OauthPlugin::getSignature" must be in lower-case letters only
(#134) Opening brace should be on the same line as the declaration
(#150) Public method name "OauthPlugin::getStringToSign" must be in lower-case letters only
(#151) Opening brace should be on the same line as the declaration
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) Variable "parameterString" must be all lower-case
(#159) Variable "parameterString" must be all lower-case
(#165) Variable "parameterString" must be all lower-case
(#175) Protected method name "OauthPlugin::getOauthParams" must be in lower-case letters only
(#176) Opening brace should be on the same line as the declaration
(#186) Variable "optionalParams" must be all lower-case
(#193) Variable "optionalParams" must be all lower-case
(#193) Variable "optionName" must be all lower-case
(#193) Variable "oauthName" must be all lower-case
(#194) Variable "optionName" must be all lower-case
(#195) Variable "oauthName" must be all lower-case
(#195) Variable "optionName" must be all lower-case
(#214) Public method name "OauthPlugin::getParamsToSign" must be in lower-case letters only
(#215) Opening brace should be on the same line as the declaration
(#218) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) Expected "if (...) {\n"; found "if (...)\n {\n"
(#227) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) Public method name "OauthPlugin::shouldPostFieldsBeSigned" must be in lower-case letters only
(#244) Opening brace should be on the same line as the declaration
(#245) Expected "if (...) {\n"; found "if (...)\n {\n"
(#263) Public method name "OauthPlugin::generateNonce" must be in lower-case letters only
(#264) Opening brace should be on the same line as the declaration
(#275) Public method name "OauthPlugin::getTimestamp" must be in lower-case letters only
(#276) Opening brace should be on the same line as the declaration
(#277) Line indented incorrectly; expected at least 8 spaces, found 7
(#287) Protected method name "OauthPlugin::prepareParameters" must be in lower-case letters only
(#288) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Member variable "loadedFiles" must be all lower-case
(#20) Member variable "jsonErrors" must be all lower-case
(#30) Opening brace should be on the same line as the declaration
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Usage of ELSEIF not allowed; use ELSE IF instead
(#53) Public method name "AbstractConfigLoader::addAlias" must be in lower-case letters only
(#54) Opening brace should be on the same line as the declaration
(#67) Public method name "AbstractConfigLoader::removeAlias" must be in lower-case letters only
(#68) Opening brace should be on the same line as the declaration
(#93) Protected method name "AbstractConfigLoader::loadFile" must be in lower-case letters only
(#94) Opening brace should be on the same line as the declaration
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) Variable "jsonErrors" must be all lower-case
(#114) Variable "jsonErrors" must be all lower-case
(#122) "require" must be immediately followed by an open parenthesis
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) Protected method name "AbstractConfigLoader::mergeIncludes" must be in lower-case letters only
(#148) Variable "basePath" must be all lower-case
(#149) Opening brace should be on the same line as the declaration
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) Variable "basePath" must be all lower-case
(#154) Variable "basePath" must be all lower-case
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) Protected method name "AbstractConfigLoader::mergeData" must be in lower-case letters only
(#174) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#16) Expected MOODLE_INTERNAL check or config.php inclusion
(#19) Member variable "builderConfig" must be all lower-case
(#25) Member variable "cachedFactory" must be all lower-case
(#41) Variable "globalParameters" must be all lower-case
(#42) Opening brace should be on the same line as the declaration
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Variable "cachedFactory" must be all lower-case
(#45) Variable "cachedFactory" must be all lower-case
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Variable "cachedFactory" must be all lower-case
(#49) Variable "globalParameters" must be all lower-case
(#58) Variable "serviceBuilderConfig" must be all lower-case
(#59) Opening brace should be on the same line as the declaration
(#60) Variable "serviceBuilderConfig" must be all lower-case
(#63) Public method name "ServiceBuilder::getAllEvents" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#69) Opening brace should be on the same line as the declaration
(#74) Opening brace should be on the same line as the declaration
(#85) Public method name "ServiceBuilder::addGlobalPlugin" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
(#99) Public method name "ServiceBuilder::getData" must be in lower-case letters only
(#100) Opening brace should be on the same line as the declaration
(#104) Variable "throwAway" must be all lower-case
(#105) Opening brace should be on the same line as the declaration
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) Variable "actualName" must be all lower-case
(#116) Variable "actualName" must be all lower-case
(#116) Variable "throwAway" must be all lower-case
(#122) Variable "throwAway" must be all lower-case
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) Variable "throwAway" must be all lower-case
(#138) Variable "throwAway" must be all lower-case
(#143) Variable "throwAway" must be all lower-case
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Opening brace should be on the same line as the declaration
(#170) Opening brace should be on the same line as the declaration
(#175) Opening brace should be on the same line as the declaration
(#181) Opening brace should be on the same line as the declaration
(#186) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#28) Variable "throwAway" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#15) Inline comments must end in full-stops, exclamation marks, or question marks
(#18) Inline comments must end in full-stops, exclamation marks, or question marks
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Variable "extendsParams" must be all lower-case
(#43) Variable "extendsParams" must be all lower-case
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Protected method name "ServiceBuilderLoader::mergeData" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Opening brace should be on the same line as the declaration
(#29) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Member variable "serviceDescription" must be all lower-case
(#33) Member variable "commandFactory" must be all lower-case
(#36) Member variable "resourceIteratorFactory" must be all lower-case
(#49) Opening brace should be on the same line as the declaration
(#53) Public method name "Client::getAllEvents" must be in lower-case letters only
(#54) Opening brace should be on the same line as the declaration
(#75) Opening brace should be on the same line as the declaration
(#79) Public method name "Client::getCommand" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Public method name "Client::setCommandFactory" must be in lower-case letters only
(#104) Opening brace should be on the same line as the declaration
(#117) Public method name "Client::setResourceIteratorFactory" must be in lower-case letters only
(#118) Opening brace should be on the same line as the declaration
(#124) Public method name "Client::getIterator" must be in lower-case letters only
(#124) Variable "commandOptions" must be all lower-case
(#124) Variable "iteratorOptions" must be all lower-case
(#125) Opening brace should be on the same line as the declaration
(#127) Variable "commandOptions" must be all lower-case
(#130) Variable "iteratorOptions" must be all lower-case
(#134) Opening brace should be on the same line as the declaration
(#139) Usage of ELSEIF not allowed; use ELSE IF instead
(#146) Public method name "Client::setDescription" must be in lower-case letters only
(#147) Opening brace should be on the same line as the declaration
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) Variable "baseUrl" must be all lower-case
(#156) Variable "baseUrl" must be all lower-case
(#162) Public method name "Client::getDescription" must be in lower-case letters only
(#163) Opening brace should be on the same line as the declaration
(#174) Public method name "Client::setInflector" must be in lower-case letters only
(#175) Opening brace should be on the same line as the declaration
(#186) Public method name "Client::getInflector" must be in lower-case letters only
(#187) Opening brace should be on the same line as the declaration
(#202) Protected method name "Client::prepareCommand" must be in lower-case letters only
(#203) Opening brace should be on the same line as the declaration
(#204) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Protected method name "Client::executeMultiple" must be in lower-case letters only
(#222) Opening brace should be on the same line as the declaration
(#224) Variable "commandRequests" must be all lower-case
(#228) Variable "commandRequests" must be all lower-case
(#238) Variable "failureException" must be all lower-case
(#239) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) Variable "failureException" must be all lower-case
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) Variable "failureException" must be all lower-case
(#244) Variable "commandRequests" must be all lower-case
(#245) Variable "commandRequests" must be all lower-case
(#246) Variable "commandRequests" must be all lower-case
(#250) Inline comments must end in full-stops, exclamation marks, or question marks
(#251) Variable "commandRequests" must be all lower-case
(#252) Variable "commandRequests" must be all lower-case
(#253) Variable "commandRequests" must be all lower-case
(#260) Protected method name "Client::getResourceIteratorFactory" must be in lower-case letters only
(#261) Opening brace should be on the same line as the declaration
(#263) Inline comments must end in full-stops, exclamation marks, or question marks
(#264) Variable "clientClass" must be all lower-case
(#265) Variable "clientClass" must be all lower-case
(#265) Variable "clientClass" must be all lower-case
(#280) Protected method name "Client::getCommandFactory" must be in lower-case letters only
(#281) Opening brace should be on the same line as the declaration
(#293) Public method name "Client::enableMagicMethods" must be in lower-case letters only
(#293) Variable "isEnabled" must be all lower-case
(#294) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#16) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Public method name "ClientInterface::getCommand" must be in lower-case letters only
(#34) Line exceeds 132 characters; contains 137 characters
(#49) Public method name "ClientInterface::setDescription" must be in lower-case letters only
(#56) Public method name "ClientInterface::getDescription" must be in lower-case letters only
(#67) Public method name "ClientInterface::getIterator" must be in lower-case letters only
(#67) Variable "commandOptions" must be all lower-case
(#67) Variable "iteratorOptions" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Inline comments must start with a capital letter, digit or 3-dots sequence
(#23) Inline comments must end in full-stops, exclamation marks, or question marks
(#25) Inline comments must start with a capital letter, digit or 3-dots sequence
(#25) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Member variable "onComplete" must be all lower-case
(#66) Opening brace should be on the same line as the declaration
(#70) Variable "currentValue" must be all lower-case
(#71) Variable "configValue" must be all lower-case
(#71) Variable "currentValue" must be all lower-case
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Variable "currentValue" must be all lower-case
(#73) Variable "configValue" must be all lower-case
(#74) Variable "configValue" must be all lower-case
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Variable "onComplete" must be all lower-case
(#86) Variable "onComplete" must be all lower-case
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Opening brace should be on the same line as the declaration
(#116) method name "AbstractCommand::__invoke" is invalid; only PHP magic methods should be prefixed with a double underscore
(#117) Opening brace should be on the same line as the declaration
(#121) Public method name "AbstractCommand::getName" must be in lower-case letters only
(#122) Opening brace should be on the same line as the declaration
(#131) Public method name "AbstractCommand::getOperation" must be in lower-case letters only
(#132) Opening brace should be on the same line as the declaration
(#136) Public method name "AbstractCommand::setOnComplete" must be in lower-case letters only
(#137) Opening brace should be on the same line as the declaration
(#148) Opening brace should be on the same line as the declaration
(#156) Public method name "AbstractCommand::getClient" must be in lower-case letters only
(#157) Opening brace should be on the same line as the declaration
(#161) Public method name "AbstractCommand::setClient" must be in lower-case letters only
(#162) Opening brace should be on the same line as the declaration
(#168) Public method name "AbstractCommand::getRequest" must be in lower-case letters only
(#169) Opening brace should be on the same line as the declaration
(#177) Public method name "AbstractCommand::getResponse" must be in lower-case letters only
(#178) Opening brace should be on the same line as the declaration
(#186) Public method name "AbstractCommand::getResult" must be in lower-case letters only
(#187) Opening brace should be on the same line as the declaration
(#194) Inline comments must end in full-stops, exclamation marks, or question marks
(#203) Public method name "AbstractCommand::setResult" must be in lower-case letters only
(#204) Opening brace should be on the same line as the declaration
(#210) Public method name "AbstractCommand::isPrepared" must be in lower-case letters only
(#211) Opening brace should be on the same line as the declaration
(#215) Public method name "AbstractCommand::isExecuted" must be in lower-case letters only
(#216) Opening brace should be on the same line as the declaration
(#221) Opening brace should be on the same line as the declaration
(#227) Inline comments must end in full-stops, exclamation marks, or question marks
(#232) Inline comments must end in full-stops, exclamation marks, or question marks
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#237) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) Inline comments must end in full-stops, exclamation marks, or question marks
(#247) Inline comments must end in full-stops, exclamation marks, or question marks
(#252) Inline comments must end in full-stops, exclamation marks, or question marks
(#253) Variable "responseBody" must be all lower-case
(#254) Variable "responseBody" must be all lower-case
(#271) Public method name "AbstractCommand::setValidator" must be in lower-case letters only
(#272) Opening brace should be on the same line as the declaration
(#278) Public method name "AbstractCommand::getRequestHeaders" must be in lower-case letters only
(#279) Opening brace should be on the same line as the declaration
(#286) Closing brace must be on a line by itself
(#298) Protected method name "AbstractCommand::createOperation" must be in lower-case letters only
(#299) Opening brace should be on the same line as the declaration
(#308) Opening brace should be on the same line as the declaration
(#310) Expected 1 space before "?"; newline found
(#311) Expected 1 space before ":"; newline found
(#320) Opening brace should be on the same line as the declaration
(#321) Inline comments must end in full-stops, exclamation marks, or question marks
(#332) Usage of ELSEIF not allowed; use ELSE IF instead
(#333) Inline comments must end in full-stops, exclamation marks, or question marks
(#338) Inline comments must end in full-stops, exclamation marks, or question marks
(#343) Inline comments must end in full-stops, exclamation marks, or question marks
(#345) Inline comments must end in full-stops, exclamation marks, or question marks
(#349) Usage of ELSEIF not allowed; use ELSE IF instead
(#369) Protected method name "AbstractCommand::getValidator" must be in lower-case letters only
(#370) Opening brace should be on the same line as the declaration
(#382) Public method name "AbstractCommand::getValidationErrors" must be in lower-case letters only
(#383) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Opening brace should be on the same line as the declaration
(#32) Opening brace should be on the same line as the declaration
(#34) Inline doc block comments are not allowed; use "// Comment." instead
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Public method name "CommandInterface::getName" must be in lower-case letters only
(#31) Public method name "CommandInterface::getOperation" must be in lower-case letters only
(#46) Public method name "CommandInterface::getClient" must be in lower-case letters only
(#55) Public method name "CommandInterface::setClient" must be in lower-case letters only
(#63) Public method name "CommandInterface::getRequest" must be in lower-case letters only
(#71) Public method name "CommandInterface::getResponse" must be in lower-case letters only
(#79) Public method name "CommandInterface::getResult" must be in lower-case letters only
(#88) Public method name "CommandInterface::setResult" must be in lower-case letters only
(#95) Public method name "CommandInterface::isPrepared" must be in lower-case letters only
(#102) Public method name "CommandInterface::isExecuted" must be in lower-case letters only
(#117) Public method name "CommandInterface::getRequestHeaders" must be in lower-case letters only
(#127) Public method name "CommandInterface::setOnComplete" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Public method name "CreateResponseClassEvent::setResult" must be in lower-case letters only
(#18) Opening brace should be on the same line as the declaration
(#28) Public method name "CreateResponseClassEvent::getResult" must be in lower-case letters only
(#29) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Public method name "DefaultRequestSerializer::getInstance" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
(#39) Opening brace should be on the same line as the declaration
(#51) Public method name "DefaultRequestSerializer::addVisitor" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#59) Opening brace should be on the same line as the declaration
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Variable "foundVisitors" must be all lower-case
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Inline doc block comments are not allowed; use "// Comment." instead
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Variable "foundVisitors" must be all lower-case
(#73) Variable "foundVisitors" must be all lower-case
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Variable "foundVisitors" must be all lower-case
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Variable "foundVisitors" must be all lower-case
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Variable "foundVisitors" must be all lower-case
(#109) Protected method name "DefaultRequestSerializer::prepareAdditionalParameters" must be in lower-case letters only
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Protected method name "DefaultRequestSerializer::createRequest" must be in lower-case letters only
(#144) Opening brace should be on the same line as the declaration
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#19) Public method name "DefaultResponseParser::getInstance" must be in lower-case letters only
(#20) Opening brace should be on the same line as the declaration
(#29) Opening brace should be on the same line as the declaration
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) Variable "contentType" must be all lower-case
(#34) Variable "contentType" must be all lower-case
(#36) Variable "contentType" must be all lower-case
(#39) Variable "contentType" must be all lower-case
(#42) Protected method name "DefaultResponseParser::handleParsing" must be in lower-case letters only
(#42) Variable "contentType" must be all lower-case
(#43) Opening brace should be on the same line as the declaration
(#46) Variable "contentType" must be all lower-case
(#48) Usage of ELSEIF not allowed; use ELSE IF instead
(#48) Variable "contentType" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Opening brace should be on the same line as the declaration
(#30) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Public method name "CompositeFactory::getDefaultChain" must be in lower-case letters only
(#24) Opening brace should be on the same line as the declaration
(#38) Opening brace should be on the same line as the declaration
(#51) Opening brace should be on the same line as the declaration
(#61) Usage of ELSEIF not allowed; use ELSE IF instead
(#87) Opening brace should be on the same line as the declaration
(#99) Opening brace should be on the same line as the declaration
(#119) Opening brace should be on the same line as the declaration
(#136) Opening brace should be on the same line as the declaration
(#146) Opening brace should be on the same line as the declaration
(#150) Public method name "CompositeFactory::getIterator" must be in lower-case letters only
(#151) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Opening brace should be on the same line as the declaration
(#31) Opening brace should be on the same line as the declaration
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Opening brace should be on the same line as the declaration
(#20) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Opening brace should be on the same line as the declaration
(#36) Public method name "ServiceDescriptionFactory::setServiceDescription" must be in lower-case letters only
(#37) Opening brace should be on the same line as the declaration
(#48) Public method name "ServiceDescriptionFactory::getServiceDescription" must be in lower-case letters only
(#49) Opening brace should be on the same line as the declaration
(#54) Opening brace should be on the same line as the declaration
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#9) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Closing brace must be on a line by itself
(#19) Closing brace must be on a line by itself
(#29) Protected method name "AbstractRequestVisitor::prepareValue" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#32) Expected 1 space before "?"; newline found
(#33) Expected 1 space before ":"; newline found
(#44) Protected method name "AbstractRequestVisitor::resolveRecursively" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#49) Variable "subParam" must be all lower-case
(#50) Variable "subParam" must be all lower-case
(#51) Variable "subParam" must be all lower-case
(#55) Usage of ELSEIF not allowed; use ELSE IF instead
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Opening brace should be on the same line as the declaration
(#24) Variable "entityBody" must be all lower-case
(#25) Variable "entityBody" must be all lower-case
(#26) Variable "entityBody" must be all lower-case
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) Variable "entityBody" must be all lower-case
(#40) Protected method name "BodyVisitor::addExpectHeader" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Usage of ELSEIF not allowed; use ELSE IF instead
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
(#34) Protected method name "HeaderVisitor::addPrefixedHeaders" must be in lower-case letters only
(#35) Opening brace should be on the same line as the declaration
(#40) Variable "headerName" must be all lower-case
(#40) Variable "headerValue" must be all lower-case
(#41) Variable "headerName" must be all lower-case
(#41) Variable "headerValue" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Member variable "jsonContentType" must be all lower-case
(#21) Opening brace should be on the same line as the declaration
(#33) Public method name "JsonVisitor::setContentTypeHeader" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#41) Opening brace should be on the same line as the declaration
(#52) Opening brace should be on the same line as the declaration
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#19) Member variable "contentType" must be all lower-case
(#22) Opening brace should be on the same line as the declaration
(#33) Public method name "XmlVisitor::setContentTypeHeader" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#41) Opening brace should be on the same line as the declaration
(#43) Expected 1 space before "?"; newline found
(#44) Expected 1 space before ":"; newline found
(#51) Opening brace should be on the same line as the declaration
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Variable "xmlWriter" must be all lower-case
(#63) Variable "xmlWriter" must be all lower-case
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Protected method name "XmlVisitor::createRootElement" must be in lower-case letters only
(#84) Opening brace should be on the same line as the declaration
(#85) Variable "defaultRoot" must be all lower-case
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Variable "defaultRoot" must be all lower-case
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Variable "xmlWriter" must be all lower-case
(#93) Variable "xmlWriter" must be all lower-case
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) Variable "nsLabel" must be all lower-case
(#100) Variable "nsLabel" must be all lower-case
(#102) Variable "xmlWriter" must be all lower-case
(#102) Variable "nsLabel" must be all lower-case
(#105) Variable "xmlWriter" must be all lower-case
(#115) Protected method name "XmlVisitor::addXml" must be in lower-case letters only
(#115) Variable "xmlWriter" must be all lower-case
(#116) Opening brace should be on the same line as the declaration
(#132) Variable "xmlWriter" must be all lower-case
(#135) Variable "xmlWriter" must be all lower-case
(#136) Usage of ELSEIF not allowed; use ELSE IF instead
(#137) Variable "xmlWriter" must be all lower-case
(#140) Variable "xmlWriter" must be all lower-case
(#145) Variable "xmlWriter" must be all lower-case
(#147) Variable "xmlWriter" must be all lower-case
(#160) Protected method name "XmlVisitor::writeAttribute" must be in lower-case letters only
(#160) Variable "xmlWriter" must be all lower-case
(#161) Opening brace should be on the same line as the declaration
(#163) Variable "xmlWriter" must be all lower-case
(#165) Variable "xmlWriter" must be all lower-case
(#178) Protected method name "XmlVisitor::writeElement" must be in lower-case letters only
(#178) Variable "xmlWriter" must be all lower-case
(#179) Opening brace should be on the same line as the declaration
(#180) Variable "xmlWriter" must be all lower-case
(#182) Variable "xmlWriter" must be all lower-case
(#184) Variable "xmlWriter" must be all lower-case
(#186) Variable "xmlWriter" must be all lower-case
(#196) Protected method name "XmlVisitor::startDocument" must be in lower-case letters only
(#197) Opening brace should be on the same line as the declaration
(#198) Variable "xmlWriter" must be all lower-case
(#199) Variable "xmlWriter" must be all lower-case
(#200) Variable "xmlWriter" must be all lower-case
(#202) Variable "xmlWriter" must be all lower-case
(#212) Protected method name "XmlVisitor::finishDocument" must be in lower-case letters only
(#212) Variable "xmlWriter" must be all lower-case
(#213) Opening brace should be on the same line as the declaration
(#214) Variable "xmlWriter" must be all lower-case
(#216) Variable "xmlWriter" must be all lower-case
(#222) Protected method name "XmlVisitor::addXmlArray" must be in lower-case letters only
(#222) Variable "xmlWriter" must be all lower-case
(#223) Opening brace should be on the same line as the declaration
(#226) Variable "xmlWriter" must be all lower-case
(#234) Protected method name "XmlVisitor::addXmlObject" must be in lower-case letters only
(#234) Variable "xmlWriter" must be all lower-case
(#235) Opening brace should be on the same line as the declaration
(#236) Variable "noAttributes" must be all lower-case
(#237) Inline comments must start with a capital letter, digit or 3-dots sequence
(#237) Inline comments must end in full-stops, exclamation marks, or question marks
(#241) Variable "xmlWriter" must be all lower-case
(#243) Variable "noAttributes" must be all lower-case
(#247) Inline comments must start with a capital letter, digit or 3-dots sequence
(#247) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) Variable "noAttributes" must be all lower-case
(#249) Variable "xmlWriter" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Closing brace must be on a line by itself
(#17) Closing brace must be on a line by itself
(#25) Closing brace must be on a line by itself
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#35) Protected method name "HeaderVisitor::processPrefixedHeaders" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Opening brace should be on the same line as the declaration
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Protected method name "JsonVisitor::recursiveProcess" must be in lower-case letters only
(#50) Opening brace should be on the same line as the declaration
(#61) Usage of ELSEIF not allowed; use ELSE IF instead
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Variable "knownProperties" must be all lower-case
(#68) Variable "knownProperties" must be all lower-case
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Variable "knownProperties" must be all lower-case
(#82) Usage of ELSEIF not allowed; use ELSE IF instead
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Opening brace should be on the same line as the declaration
(#16) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) Variable "sentAs" must be all lower-case
(#29) Variable "sentAs" must be all lower-case
(#30) Variable "sentAs" must be all lower-case
(#31) Variable "sentAs" must be all lower-case
(#32) Variable "sentAs" must be all lower-case
(#33) Variable "sentAs" must be all lower-case
(#44) Protected method name "XmlVisitor::recursiveProcess" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Usage of ELSEIF not allowed; use ELSE IF instead
(#56) Usage of ELSEIF not allowed; use ELSE IF instead
(#58) Usage of ELSEIF not allowed; use ELSE IF instead
(#73) Protected method name "XmlVisitor::processArray" must be in lower-case letters only
(#74) Opening brace should be on the same line as the declaration
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) This comment is 68% valid code; is this commented out code?
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) This comment is 60% valid code; is this commented out code?
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Usage of ELSEIF not allowed; use ELSE IF instead
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Protected method name "XmlVisitor::processObject" must be in lower-case letters only
(#108) Opening brace should be on the same line as the declaration
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Variable "knownProperties" must be all lower-case
(#114) Variable "sentAs" must be all lower-case
(#115) Variable "knownProperties" must be all lower-case
(#118) Usage of ELSEIF not allowed; use ELSE IF instead
(#118) Variable "sentAs" must be all lower-case
(#119) Variable "sentAs" must be all lower-case
(#120) Variable "sentAs" must be all lower-case
(#121) Variable "sentAs" must be all lower-case
(#122) Variable "sentAs" must be all lower-case
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) Variable "knownProperties" must be all lower-case
(#140) Protected method name "XmlVisitor::processXmlAttribute" must be in lower-case letters only
(#141) Opening brace should be on the same line as the declaration
(#142) Variable "sentAs" must be all lower-case
(#143) Variable "sentAs" must be all lower-case
(#144) Variable "sentAs" must be all lower-case
(#145) Variable "sentAs" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Member variable "defaultMappings" must be all lower-case
(#46) Public method name "VisitorFlyweight::getInstance" must be in lower-case letters only
(#47) Opening brace should be on the same line as the declaration
(#60) Opening brace should be on the same line as the declaration
(#61) Variable "defaultMappings" must be all lower-case
(#71) Public method name "VisitorFlyweight::getRequestVisitor" must be in lower-case letters only
(#72) Opening brace should be on the same line as the declaration
(#83) Public method name "VisitorFlyweight::getResponseVisitor" must be in lower-case letters only
(#84) Opening brace should be on the same line as the declaration
(#96) Public method name "VisitorFlyweight::addRequestVisitor" must be in lower-case letters only
(#97) Opening brace should be on the same line as the declaration
(#111) Public method name "VisitorFlyweight::addResponseVisitor" must be in lower-case letters only
(#112) Opening brace should be on the same line as the declaration
(#126) Private method name "VisitorFlyweight::getKey" must be in lower-case letters only
(#127) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Member variable "requestSerializer" must be all lower-case
(#16) Member variable "responseParser" must be all lower-case
(#25) Public method name "OperationCommand::setResponseParser" must be in lower-case letters only
(#26) Opening brace should be on the same line as the declaration
(#39) Public method name "OperationCommand::setRequestSerializer" must be in lower-case letters only
(#40) Opening brace should be on the same line as the declaration
(#51) Public method name "OperationCommand::getRequestSerializer" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Public method name "OperationCommand::getResponseParser" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Opening brace should be on the same line as the declaration
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Opening brace should be on the same line as the declaration
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Expected 1 space before "?"; newline found
(#87) Expected 1 space before ":"; newline found
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Member variable "schemaInModels" must be all lower-case
(#32) Public method name "OperationResponseParser::getInstance" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
(#45) Variable "schemaInModels" must be all lower-case
(#46) Opening brace should be on the same line as the declaration
(#48) Variable "schemaInModels" must be all lower-case
(#59) Public method name "OperationResponseParser::addVisitor" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#66) Protected method name "OperationResponseParser::handleParsing" must be in lower-case letters only
(#66) Variable "contentType" must be all lower-case
(#67) Opening brace should be on the same line as the declaration
(#74) Usage of ELSEIF not allowed; use ELSE IF instead
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Variable "contentType" must be all lower-case
(#81) Usage of ELSEIF not allowed; use ELSE IF instead
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Variable "contentType" must be all lower-case
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) Protected method name "OperationResponseParser::parseClass" must be in lower-case letters only
(#99) Opening brace should be on the same line as the declaration
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Variable "className" must be all lower-case
(#108) Variable "className" must be all lower-case
(#109) Variable "className" must be all lower-case
(#112) Variable "className" must be all lower-case
(#124) Protected method name "OperationResponseParser::visitResult" must be in lower-case letters only
(#125) Opening brace should be on the same line as the declaration
(#126) Variable "foundVisitors" must be all lower-case
(#126) Variable "knownProps" must be all lower-case
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Variable "foundVisitors" must be all lower-case
(#133) Variable "foundVisitors" must be all lower-case
(#134) Variable "foundVisitors" must be all lower-case
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#141) Variable "foundVisitors" must be all lower-case
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#146) Variable "knownProps" must be all lower-case
(#148) Variable "foundVisitors" must be all lower-case
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) Variable "knownProps" must be all lower-case
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) Variable "foundVisitors" must be all lower-case
(#165) Protected method name "OperationResponseParser::visitAdditionalProperties" must be in lower-case letters only
(#171) Variable "foundVisitors" must be all lower-case
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) Variable "foundVisitors" must be all lower-case
(#176) Variable "foundVisitors" must be all lower-case
(#177) Variable "foundVisitors" must be all lower-case
(#179) Inline comments must end in full-stops, exclamation marks, or question marks
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) Variable "foundVisitors" must be all lower-case
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Public method name "ResponseClassInterface::fromCommand" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Member variable "additionalParameters" must be all lower-case
(#33) Member variable "httpMethod" must be all lower-case
(#42) Member variable "documentationUrl" must be all lower-case
(#51) Member variable "responseClass" must be all lower-case
(#54) Member variable "responseType" must be all lower-case
(#57) Member variable "responseNotes" must be all lower-case
(#63) Member variable "errorResponses" must be all lower-case
(#100) Opening brace should be on the same line as the declaration
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Usage of ELSEIF not allowed; use ELSE IF instead
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) Usage of ELSEIF not allowed; use ELSE IF instead
(#139) Usage of ELSEIF not allowed; use ELSE IF instead
(#145) Public method name "Operation::toArray" must be in lower-case letters only
(#146) Opening brace should be on the same line as the declaration
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) Public method name "Operation::getServiceDescription" must be in lower-case letters only
(#170) Opening brace should be on the same line as the declaration
(#174) Public method name "Operation::setServiceDescription" must be in lower-case letters only
(#175) Opening brace should be on the same line as the declaration
(#181) Public method name "Operation::getParams" must be in lower-case letters only
(#182) Opening brace should be on the same line as the declaration
(#186) Public method name "Operation::getParamNames" must be in lower-case letters only
(#187) Opening brace should be on the same line as the declaration
(#191) Public method name "Operation::hasParam" must be in lower-case letters only
(#192) Opening brace should be on the same line as the declaration
(#196) Public method name "Operation::getParam" must be in lower-case letters only
(#197) Opening brace should be on the same line as the declaration
(#208) Public method name "Operation::addParam" must be in lower-case letters only
(#209) Opening brace should be on the same line as the declaration
(#223) Public method name "Operation::removeParam" must be in lower-case letters only
(#224) Opening brace should be on the same line as the declaration
(#230) Public method name "Operation::getHttpMethod" must be in lower-case letters only
(#231) Opening brace should be on the same line as the declaration
(#242) Public method name "Operation::setHttpMethod" must be in lower-case letters only
(#242) Variable "httpMethod" must be all lower-case
(#243) Opening brace should be on the same line as the declaration
(#244) Variable "httpMethod" must be all lower-case
(#249) Public method name "Operation::getClass" must be in lower-case letters only
(#250) Opening brace should be on the same line as the declaration
(#261) Public method name "Operation::setClass" must be in lower-case letters only
(#261) Variable "className" must be all lower-case
(#262) Opening brace should be on the same line as the declaration
(#263) Variable "className" must be all lower-case
(#268) Public method name "Operation::getName" must be in lower-case letters only
(#269) Opening brace should be on the same line as the declaration
(#280) Public method name "Operation::setName" must be in lower-case letters only
(#281) Opening brace should be on the same line as the declaration
(#287) Public method name "Operation::getSummary" must be in lower-case letters only
(#288) Opening brace should be on the same line as the declaration
(#299) Public method name "Operation::setSummary" must be in lower-case letters only
(#300) Opening brace should be on the same line as the declaration
(#306) Public method name "Operation::getNotes" must be in lower-case letters only
(#307) Opening brace should be on the same line as the declaration
(#318) Public method name "Operation::setNotes" must be in lower-case letters only
(#319) Opening brace should be on the same line as the declaration
(#325) Public method name "Operation::getDocumentationUrl" must be in lower-case letters only
(#326) Opening brace should be on the same line as the declaration
(#337) Public method name "Operation::setDocumentationUrl" must be in lower-case letters only
(#337) Variable "docUrl" must be all lower-case
(#338) Opening brace should be on the same line as the declaration
(#339) Variable "docUrl" must be all lower-case
(#344) Public method name "Operation::getResponseClass" must be in lower-case letters only
(#345) Opening brace should be on the same line as the declaration
(#357) Public method name "Operation::setResponseClass" must be in lower-case letters only
(#357) Variable "responseClass" must be all lower-case
(#358) Opening brace should be on the same line as the declaration
(#359) Variable "responseClass" must be all lower-case
(#365) Public method name "Operation::getResponseType" must be in lower-case letters only
(#366) Opening brace should be on the same line as the declaration
(#378) Public method name "Operation::setResponseType" must be in lower-case letters only
(#378) Variable "responseType" must be all lower-case
(#379) Opening brace should be on the same line as the declaration
(#386) Variable "responseType" must be all lower-case
(#390) Variable "responseType" must be all lower-case
(#395) Public method name "Operation::getResponseNotes" must be in lower-case letters only
(#396) Opening brace should be on the same line as the declaration
(#407) Public method name "Operation::setResponseNotes" must be in lower-case letters only
(#408) Opening brace should be on the same line as the declaration
(#414) Public method name "Operation::getDeprecated" must be in lower-case letters only
(#415) Opening brace should be on the same line as the declaration
(#426) Public method name "Operation::setDeprecated" must be in lower-case letters only
(#426) Variable "isDeprecated" must be all lower-case
(#427) Opening brace should be on the same line as the declaration
(#428) Variable "isDeprecated" must be all lower-case
(#433) Public method name "Operation::getUri" must be in lower-case letters only
(#434) Opening brace should be on the same line as the declaration
(#445) Public method name "Operation::setUri" must be in lower-case letters only
(#446) Opening brace should be on the same line as the declaration
(#452) Public method name "Operation::getErrorResponses" must be in lower-case letters only
(#453) Opening brace should be on the same line as the declaration
(#466) Public method name "Operation::addErrorResponse" must be in lower-case letters only
(#467) Opening brace should be on the same line as the declaration
(#480) Public method name "Operation::setErrorResponses" must be in lower-case letters only
(#480) Variable "errorResponses" must be all lower-case
(#481) Opening brace should be on the same line as the declaration
(#482) Variable "errorResponses" must be all lower-case
(#487) Public method name "Operation::getData" must be in lower-case letters only
(#488) Opening brace should be on the same line as the declaration
(#500) Public method name "Operation::setData" must be in lower-case letters only
(#501) Opening brace should be on the same line as the declaration
(#512) Public method name "Operation::getAdditionalParameters" must be in lower-case letters only
(#513) Opening brace should be on the same line as the declaration
(#524) Public method name "Operation::setAdditionalParameters" must be in lower-case letters only
(#525) Opening brace should be on the same line as the declaration
(#536) Protected method name "Operation::inferResponseType" must be in lower-case letters only
(#537) Opening brace should be on the same line as the declaration
(#541) Usage of ELSEIF not allowed; use ELSE IF instead
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Public method name "OperationInterface::getServiceDescription" must be in lower-case letters only
(#31) Public method name "OperationInterface::setServiceDescription" must be in lower-case letters only
(#38) Public method name "OperationInterface::getParams" must be in lower-case letters only
(#45) Public method name "OperationInterface::getParamNames" must be in lower-case letters only
(#54) Public method name "OperationInterface::hasParam" must be in lower-case letters only
(#63) Public method name "OperationInterface::getParam" must be in lower-case letters only
(#70) Public method name "OperationInterface::getHttpMethod" must be in lower-case letters only
(#77) Public method name "OperationInterface::getClass" must be in lower-case letters only
(#84) Public method name "OperationInterface::getName" must be in lower-case letters only
(#91) Public method name "OperationInterface::getSummary" must be in lower-case letters only
(#98) Public method name "OperationInterface::getNotes" must be in lower-case letters only
(#105) Public method name "OperationInterface::getDocumentationUrl" must be in lower-case letters only
(#114) Public method name "OperationInterface::getResponseClass" must be in lower-case letters only
(#121) Public method name "OperationInterface::getResponseType" must be in lower-case letters only
(#128) Public method name "OperationInterface::getResponseNotes" must be in lower-case letters only
(#135) Public method name "OperationInterface::getDeprecated" must be in lower-case letters only
(#142) Public method name "OperationInterface::getUri" must be in lower-case letters only
(#149) Public method name "OperationInterface::getErrorResponses" must be in lower-case letters only
(#158) Public method name "OperationInterface::getData" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Member variable "serviceDescription" must be all lower-case
(#21) Member variable "minLength" must be all lower-case
(#22) Member variable "maxLength" must be all lower-case
(#23) Member variable "minItems" must be all lower-case
(#24) Member variable "maxItems" must be all lower-case
(#27) Member variable "instanceOf" must be all lower-case
(#30) Member variable "sentAs" must be all lower-case
(#33) Member variable "additionalProperties" must be all lower-case
(#38) Member variable "propertiesCache" must be all lower-case
(#96) Opening brace should be on the same line as the declaration
(#102) Usage of ELSEIF not allowed; use ELSE IF instead
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Public method name "Parameter::toArray" must be in lower-case letters only
(#135) Opening brace should be on the same line as the declaration
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) Public method name "Parameter::getValue" must be in lower-case letters only
(#186) Opening brace should be on the same line as the declaration
(#202) Opening brace should be on the same line as the declaration
(#203) Inline comments must end in full-stops, exclamation marks, or question marks
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#213) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Usage of ELSEIF not allowed; use ELSE IF instead
(#240) Public method name "Parameter::getName" must be in lower-case letters only
(#241) Opening brace should be on the same line as the declaration
(#250) Public method name "Parameter::getWireName" must be in lower-case letters only
(#251) Opening brace should be on the same line as the declaration
(#262) Public method name "Parameter::setName" must be in lower-case letters only
(#263) Opening brace should be on the same line as the declaration
(#274) Public method name "Parameter::getType" must be in lower-case letters only
(#275) Opening brace should be on the same line as the declaration
(#286) Public method name "Parameter::setType" must be in lower-case letters only
(#287) Opening brace should be on the same line as the declaration
(#298) Public method name "Parameter::getRequired" must be in lower-case letters only
(#299) Opening brace should be on the same line as the declaration
(#310) Public method name "Parameter::setRequired" must be in lower-case letters only
(#310) Variable "isRequired" must be all lower-case
(#311) Opening brace should be on the same line as the declaration
(#312) Variable "isRequired" must be all lower-case
(#322) Public method name "Parameter::getDefault" must be in lower-case letters only
(#323) Opening brace should be on the same line as the declaration
(#334) Public method name "Parameter::setDefault" must be in lower-case letters only
(#335) Opening brace should be on the same line as the declaration
(#346) Public method name "Parameter::getDescription" must be in lower-case letters only
(#347) Opening brace should be on the same line as the declaration
(#358) Public method name "Parameter::setDescription" must be in lower-case letters only
(#359) Opening brace should be on the same line as the declaration
(#370) Public method name "Parameter::getMinimum" must be in lower-case letters only
(#371) Opening brace should be on the same line as the declaration
(#382) Public method name "Parameter::setMinimum" must be in lower-case letters only
(#383) Opening brace should be on the same line as the declaration
(#394) Public method name "Parameter::getMaximum" must be in lower-case letters only
(#395) Opening brace should be on the same line as the declaration
(#406) Public method name "Parameter::setMaximum" must be in lower-case letters only
(#407) Opening brace should be on the same line as the declaration
(#418) Public method name "Parameter::getMinLength" must be in lower-case letters only
(#419) Opening brace should be on the same line as the declaration
(#430) Public method name "Parameter::setMinLength" must be in lower-case letters only
(#431) Opening brace should be on the same line as the declaration
(#442) Public method name "Parameter::getMaxLength" must be in lower-case letters only
(#443) Opening brace should be on the same line as the declaration
(#454) Public method name "Parameter::setMaxLength" must be in lower-case letters only
(#455) Opening brace should be on the same line as the declaration
(#466) Public method name "Parameter::getMaxItems" must be in lower-case letters only
(#467) Opening brace should be on the same line as the declaration
(#478) Public method name "Parameter::setMaxItems" must be in lower-case letters only
(#479) Opening brace should be on the same line as the declaration
(#490) Public method name "Parameter::getMinItems" must be in lower-case letters only
(#491) Opening brace should be on the same line as the declaration
(#502) Public method name "Parameter::setMinItems" must be in lower-case letters only
(#503) Opening brace should be on the same line as the declaration
(#514) Public method name "Parameter::getLocation" must be in lower-case letters only
(#515) Opening brace should be on the same line as the declaration
(#526) Public method name "Parameter::setLocation" must be in lower-case letters only
(#527) Opening brace should be on the same line as the declaration
(#539) Public method name "Parameter::getSentAs" must be in lower-case letters only
(#540) Opening brace should be on the same line as the declaration
(#551) Public method name "Parameter::setSentAs" must be in lower-case letters only
(#552) Opening brace should be on the same line as the declaration
(#566) Public method name "Parameter::getData" must be in lower-case letters only
(#567) Opening brace should be on the same line as the declaration
(#574) Usage of ELSEIF not allowed; use ELSE IF instead
(#589) Public method name "Parameter::setData" must be in lower-case letters only
(#589) Variable "nameOrData" must be all lower-case
(#590) Opening brace should be on the same line as the declaration
(#591) Variable "nameOrData" must be all lower-case
(#592) Variable "nameOrData" must be all lower-case
(#594) Variable "nameOrData" must be all lower-case
(#605) Public method name "Parameter::getStatic" must be in lower-case letters only
(#606) Opening brace should be on the same line as the declaration
(#617) Public method name "Parameter::setStatic" must be in lower-case letters only
(#618) Opening brace should be on the same line as the declaration
(#629) Public method name "Parameter::getFilters" must be in lower-case letters only
(#630) Opening brace should be on the same line as the declaration
(#641) Public method name "Parameter::setFilters" must be in lower-case letters only
(#642) Opening brace should be on the same line as the declaration
(#659) Public method name "Parameter::addFilter" must be in lower-case letters only
(#660) Opening brace should be on the same line as the declaration
(#681) Public method name "Parameter::getParent" must be in lower-case letters only
(#682) Opening brace should be on the same line as the declaration
(#693) Public method name "Parameter::setParent" must be in lower-case letters only
(#694) Opening brace should be on the same line as the declaration
(#705) Public method name "Parameter::getProperties" must be in lower-case letters only
(#706) Opening brace should be on the same line as the declaration
(#724) Public method name "Parameter::getProperty" must be in lower-case letters only
(#725) Opening brace should be on the same line as the declaration
(#746) Public method name "Parameter::removeProperty" must be in lower-case letters only
(#747) Opening brace should be on the same line as the declaration
(#761) Public method name "Parameter::addProperty" must be in lower-case letters only
(#762) Opening brace should be on the same line as the declaration
(#775) Public method name "Parameter::getAdditionalProperties" must be in lower-case letters only
(#776) Opening brace should be on the same line as the declaration
(#792) Public method name "Parameter::setAdditionalProperties" must be in lower-case letters only
(#793) Opening brace should be on the same line as the declaration
(#806) Public method name "Parameter::setItems" must be in lower-case letters only
(#807) Opening brace should be on the same line as the declaration
(#820) Public method name "Parameter::getItems" must be in lower-case letters only
(#821) Opening brace should be on the same line as the declaration
(#835) Public method name "Parameter::getInstanceOf" must be in lower-case letters only
(#836) Opening brace should be on the same line as the declaration
(#847) Public method name "Parameter::setInstanceOf" must be in lower-case letters only
(#847) Variable "instanceOf" must be all lower-case
(#848) Opening brace should be on the same line as the declaration
(#849) Variable "instanceOf" must be all lower-case
(#859) Public method name "Parameter::getEnum" must be in lower-case letters only
(#860) Opening brace should be on the same line as the declaration
(#871) Public method name "Parameter::setEnum" must be in lower-case letters only
(#872) Opening brace should be on the same line as the declaration
(#883) Public method name "Parameter::getPattern" must be in lower-case letters only
(#884) Opening brace should be on the same line as the declaration
(#895) Public method name "Parameter::setPattern" must be in lower-case letters only
(#896) Opening brace should be on the same line as the declaration
(#907) Public method name "Parameter::getFormat" must be in lower-case letters only
(#908) Opening brace should be on the same line as the declaration
(#919) Public method name "Parameter::setFormat" must be in lower-case letters only
(#920) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Member variable "utcTimeZone" must be all lower-case
(#24) Opening brace should be on the same line as the declaration
(#50) Public method name "SchemaFormatter::formatDateTime" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#62) Public method name "SchemaFormatter::formatDateTimeHttp" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#74) Public method name "SchemaFormatter::formatDate" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#86) Public method name "SchemaFormatter::formatTime" must be in lower-case letters only
(#87) Opening brace should be on the same line as the declaration
(#98) Public method name "SchemaFormatter::formatBooleanAsString" must be in lower-case letters only
(#99) Opening brace should be on the same line as the declaration
(#110) Public method name "SchemaFormatter::formatTimestamp" must be in lower-case letters only
(#111) Opening brace should be on the same line as the declaration
(#120) Protected method name "SchemaFormatter::getUtcTimeZone" must be in lower-case letters only
(#121) Opening brace should be on the same line as the declaration
(#122) Inline comments must start with a capital letter, digit or 3-dots sequence
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) Variable "utcTimeZone" must be all lower-case
(#124) Variable "utcTimeZone" must be all lower-case
(#126) Inline comments must start with a capital letter, digit or 3-dots sequence
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Variable "utcTimeZone" must be all lower-case
(#140) Protected method name "SchemaFormatter::dateFormatter" must be in lower-case letters only
(#140) Variable "dateTime" must be all lower-case
(#141) Opening brace should be on the same line as the declaration
(#142) Variable "dateTime" must be all lower-case
(#143) Variable "dateTime" must be all lower-case
(#146) Variable "dateTime" must be all lower-case
(#147) Variable "dateTime" must be all lower-case
(#147) Variable "dateTime" must be all lower-case
(#150) Variable "dateTime" must be all lower-case
(#151) Variable "dateTime" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Member variable "castIntegerToStringType" must be all lower-case
(#25) Public method name "SchemaValidator::getInstance" must be in lower-case letters only
(#26) Opening brace should be on the same line as the declaration
(#38) Variable "castIntegerToStringType" must be all lower-case
(#39) Opening brace should be on the same line as the declaration
(#40) Variable "castIntegerToStringType" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#61) Public method name "SchemaValidator::getErrors" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#76) Protected method name "SchemaValidator::recursiveProcess" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Variable "valueIsArray" must be all lower-case
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Variable "temporaryValue" must be all lower-case
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Variable "valueIsArray" must be all lower-case
(#114) Variable "valueIsArray" must be all lower-case
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) Usage of ELSEIF not allowed; use ELSE IF instead
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) Variable "temporaryValue" must be all lower-case
(#124) Variable "valueIsArray" must be all lower-case
(#130) Inline comments must start with a capital letter, digit or 3-dots sequence
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) Variable "temporaryValue" must be all lower-case
(#172) Variable "valueIsArray" must be all lower-case
(#176) Usage of ELSEIF not allowed; use ELSE IF instead
(#176) Variable "valueIsArray" must be all lower-case
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) Line exceeds 132 characters; contains 135 characters
(#203) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) Variable "strLen" must be all lower-case
(#219) Variable "strLen" must be all lower-case
(#220) Variable "strLen" must be all lower-case
(#225) Variable "strLen" must be all lower-case
(#230) Usage of ELSEIF not allowed; use ELSE IF instead
(#245) Usage of ELSEIF not allowed; use ELSE IF instead
(#265) Protected method name "SchemaValidator::determineType" must be in lower-case letters only
(#266) Opening brace should be on the same line as the declaration
(#270) Usage of ELSEIF not allowed; use ELSE IF instead
(#272) Usage of ELSEIF not allowed; use ELSE IF instead
(#274) Usage of ELSEIF not allowed; use ELSE IF instead
(#276) Usage of ELSEIF not allowed; use ELSE IF instead
(#278) Usage of ELSEIF not allowed; use ELSE IF instead
(#280) Usage of ELSEIF not allowed; use ELSE IF instead
(#282) Usage of ELSEIF not allowed; use ELSE IF instead
(#284) Usage of ELSEIF not allowed; use ELSE IF instead
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Member variable "apiVersion" must be all lower-case
(#29) Member variable "extraData" must be all lower-case
(#32) Member variable "descriptionLoader" must be all lower-case
(#35) Member variable "baseUrl" must be all lower-case
(#45) Opening brace should be on the same line as the declaration
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Variable "descriptionLoader" must be all lower-case
(#48) Variable "descriptionLoader" must be all lower-case
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Variable "descriptionLoader" must be all lower-case
(#59) Opening brace should be on the same line as the declaration
(#64) Opening brace should be on the same line as the declaration
(#69) Opening brace should be on the same line as the declaration
(#74) Public method name "ServiceDescription::toArray" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#89) Expected 1 space before ":"; 0 found
(#96) Public method name "ServiceDescription::getBaseUrl" must be in lower-case letters only
(#97) Opening brace should be on the same line as the declaration
(#108) Public method name "ServiceDescription::setBaseUrl" must be in lower-case letters only
(#108) Variable "baseUrl" must be all lower-case
(#109) Opening brace should be on the same line as the declaration
(#110) Variable "baseUrl" must be all lower-case
(#115) Public method name "ServiceDescription::getOperations" must be in lower-case letters only
(#116) Opening brace should be on the same line as the declaration
(#124) Public method name "ServiceDescription::hasOperation" must be in lower-case letters only
(#125) Opening brace should be on the same line as the declaration
(#129) Public method name "ServiceDescription::getOperation" must be in lower-case letters only
(#130) Opening brace should be on the same line as the declaration
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) Public method name "ServiceDescription::addOperation" must be in lower-case letters only
(#151) Opening brace should be on the same line as the declaration
(#157) Public method name "ServiceDescription::getModel" must be in lower-case letters only
(#158) Opening brace should be on the same line as the declaration
(#170) Public method name "ServiceDescription::getModels" must be in lower-case letters only
(#171) Opening brace should be on the same line as the declaration
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#180) Public method name "ServiceDescription::hasModel" must be in lower-case letters only
(#181) Opening brace should be on the same line as the declaration
(#192) Public method name "ServiceDescription::addModel" must be in lower-case letters only
(#193) Opening brace should be on the same line as the declaration
(#199) Public method name "ServiceDescription::getApiVersion" must be in lower-case letters only
(#200) Opening brace should be on the same line as the declaration
(#204) Public method name "ServiceDescription::getName" must be in lower-case letters only
(#205) Opening brace should be on the same line as the declaration
(#209) Public method name "ServiceDescription::getDescription" must be in lower-case letters only
(#210) Opening brace should be on the same line as the declaration
(#214) Public method name "ServiceDescription::getData" must be in lower-case letters only
(#215) Opening brace should be on the same line as the declaration
(#219) Public method name "ServiceDescription::setData" must be in lower-case letters only
(#220) Opening brace should be on the same line as the declaration
(#232) Protected method name "ServiceDescription::fromArray" must be in lower-case letters only
(#233) Opening brace should be on the same line as the declaration
(#234) Inline comments must end in full-stops, exclamation marks, or question marks
(#235) Variable "defaultKeys" must be all lower-case
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#237) Variable "defaultKeys" must be all lower-case
(#243) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) Inline comments must end in full-stops, exclamation marks, or question marks
(#252) Inline comments must end in full-stops, exclamation marks, or question marks
(#253) Variable "defaultKeys" must be all lower-case
(#255) Inline comments must end in full-stops, exclamation marks, or question marks
(#266) Inline comments must end in full-stops, exclamation marks, or question marks
(#267) Variable "defaultKeys" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Public method name "ServiceDescriptionInterface::getBaseUrl" must be in lower-case letters only
(#22) Public method name "ServiceDescriptionInterface::getOperations" must be in lower-case letters only
(#31) Public method name "ServiceDescriptionInterface::hasOperation" must be in lower-case letters only
(#40) Public method name "ServiceDescriptionInterface::getOperation" must be in lower-case letters only
(#49) Public method name "ServiceDescriptionInterface::getModel" must be in lower-case letters only
(#56) Public method name "ServiceDescriptionInterface::getModels" must be in lower-case letters only
(#65) Public method name "ServiceDescriptionInterface::hasModel" must be in lower-case letters only
(#72) Public method name "ServiceDescriptionInterface::getApiVersion" must be in lower-case letters only
(#79) Public method name "ServiceDescriptionInterface::getName" must be in lower-case letters only
(#86) Public method name "ServiceDescriptionInterface::getDescription" must be in lower-case letters only
(#95) Public method name "ServiceDescriptionInterface::getData" must be in lower-case letters only
(#105) Public method name "ServiceDescriptionInterface::setData" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#19) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Protected method name "ServiceDescriptionLoader::resolveExtension" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#46) Expected 1 space before ":"; 0 found
(#47) Variable "hasClass" must be all lower-case
(#48) Variable "extendedCommand" must be all lower-case
(#49) Variable "extendedCommand" must be all lower-case
(#52) Variable "toArray" must be all lower-case
(#52) Variable "extendedCommand" must be all lower-case
(#54) Expected 1 space before "?"; newline found
(#54) Variable "toArray" must be all lower-case
(#55) Expected 1 space before ":"; newline found
(#55) Variable "toArray" must be all lower-case
(#57) Variable "toArray" must be all lower-case
(#58) Variable "hasClass" must be all lower-case
(#58) Variable "toArray" must be all lower-case
(#59) Variable "toArray" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Public method name "ValidatorInterface::getErrors" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#7) Closing brace must be on a line by itself
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Member variable "successfulCommands" must be all lower-case
(#14) Member variable "failedCommands" must be all lower-case
(#23) Public method name "CommandTransferException::fromMultiTransferException" must be in lower-case letters only
(#24) Opening brace should be on the same line as the declaration
(#28) Variable "alreadyAddedExceptions" must be all lower-case
(#31) Variable "alreadyAddedExceptions" must be all lower-case
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Variable "alreadyAddedExceptions" must be all lower-case
(#41) Variable "alreadyAddedExceptions" must be all lower-case
(#55) Public method name "CommandTransferException::getAllCommands" must be in lower-case letters only
(#56) Opening brace should be on the same line as the declaration
(#67) Public method name "CommandTransferException::addSuccessfulCommand" must be in lower-case letters only
(#68) Opening brace should be on the same line as the declaration
(#81) Public method name "CommandTransferException::addFailedCommand" must be in lower-case letters only
(#82) Opening brace should be on the same line as the declaration
(#93) Public method name "CommandTransferException::getSuccessfulCommands" must be in lower-case letters only
(#94) Opening brace should be on the same line as the declaration
(#103) Public method name "CommandTransferException::getFailedCommands" must be in lower-case letters only
(#104) Opening brace should be on the same line as the declaration
(#115) Public method name "CommandTransferException::getExceptionForFailedCommand" must be in lower-case letters only
(#116) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#7) Closing brace must be on a line by itself
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Member variable "invalidCommands" must be all lower-case
(#21) Opening brace should be on the same line as the declaration
(#34) Public method name "InconsistentClientTransferException::getCommands" must be in lower-case letters only
(#35) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#7) Closing brace must be on a line by itself
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#5) Closing brace must be on a line by itself
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Public method name "ValidationException::setErrors" must be in lower-case letters only
(#17) Opening brace should be on the same line as the declaration
(#26) Public method name "ValidationException::getErrors" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Opening brace should be on the same line as the declaration
(#19) Variable "className" must be all lower-case
(#21) Variable "className" must be all lower-case
(#24) Public method name "AbstractResourceIteratorFactory::canBuild" must be in lower-case letters only
(#25) Opening brace should be on the same line as the declaration
(#36) Protected method name "AbstractResourceIteratorFactory::getClassName" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Opening brace should be on the same line as the declaration
(#23) Opening brace should be on the same line as the declaration
(#31) Public method name "CompositeResourceIteratorFactory::canBuild" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#43) Public method name "CompositeResourceIteratorFactory::addFactory" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#57) Protected method name "CompositeResourceIteratorFactory::getFactory" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Opening brace should be on the same line as the declaration
(#21) Public method name "MapResourceIteratorFactory::getClassName" must be in lower-case letters only
(#22) Opening brace should be on the same line as the declaration
(#23) Variable "className" must be all lower-case
(#25) Variable "className" must be all lower-case
(#26) Variable "className" must be all lower-case
(#27) Usage of ELSEIF not allowed; use ELSE IF instead
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Opening brace should be on the same line as the declaration
(#31) Public method name "Model::getStructure" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#42) Opening brace should be on the same line as the declaration
(#52) The use of function print_r() is forbidden
(#53) Expected 1 space after ".="; 2 found
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Member variable "originalCommand" must be all lower-case
(#20) Member variable "retrievedCount" must be all lower-case
(#23) Member variable "iteratedCount" must be all lower-case
(#26) Member variable "nextToken" must be all lower-case
(#29) Member variable "pageSize" must be all lower-case
(#35) Member variable "requestCount" must be all lower-case
(#43) Public method name "ResourceIterator::getAllEvents" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Opening brace should be on the same line as the declaration
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Public method name "ResourceIterator::toArray" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#81) Public method name "ResourceIterator::setLimit" must be in lower-case letters only
(#82) Opening brace should be on the same line as the declaration
(#89) Public method name "ResourceIterator::setPageSize" must be in lower-case letters only
(#89) Variable "pageSize" must be all lower-case
(#90) Opening brace should be on the same line as the declaration
(#91) Variable "pageSize" must be all lower-case
(#105) Opening brace should be on the same line as the declaration
(#118) Opening brace should be on the same line as the declaration
(#125) Opening brace should be on the same line as the declaration
(#130) Opening brace should be on the same line as the declaration
(#135) Opening brace should be on the same line as the declaration
(#144) Public method name "ResourceIterator::getRequestCount" must be in lower-case letters only
(#145) Opening brace should be on the same line as the declaration
(#153) Opening brace should be on the same line as the declaration
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Opening brace should be on the same line as the declaration
(#167) Opening brace should be on the same line as the declaration
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) Variable "sendRequest" must be all lower-case
(#173) Variable "sendRequest" must be all lower-case
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) Variable "sendRequest" must be all lower-case
(#180) Variable "sendRequest" must be all lower-case
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#194) Inline comments must end in full-stops, exclamation marks, or question marks
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) Public method name "ResourceIterator::getNextToken" must be in lower-case letters only
(#217) Opening brace should be on the same line as the declaration
(#227) Protected method name "ResourceIterator::calculatePageSize" must be in lower-case letters only
(#228) Opening brace should be on the same line as the declaration
(#239) Protected method name "ResourceIterator::resetState" must be in lower-case letters only
(#240) Opening brace should be on the same line as the declaration
(#253) Protected method name "ResourceIterator::sendRequest" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#16) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Public method name "ResourceIteratorApplyBatched::getAllEvents" must be in lower-case letters only
(#31) Opening brace should be on the same line as the declaration
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Opening brace should be on the same line as the declaration
(#61) Variable "perBatch" must be all lower-case
(#62) Opening brace should be on the same line as the declaration
(#69) Space found before object operator
(#69) Variable "perBatch" must be all lower-case
(#70) Space found before object operator
(#76) Space found before object operator
(#76) Variable "perBatch" must be all lower-case
(#77) Space found before object operator
(#97) Public method name "ResourceIteratorApplyBatched::getBatchCount" must be in lower-case letters only
(#98) Opening brace should be on the same line as the declaration
(#107) Public method name "ResourceIteratorApplyBatched::getIteratedCount" must be in lower-case letters only
(#108) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Opening brace should be on the same line as the declaration
(#39) Public method name "ResourceIteratorClassFactory::registerNamespace" must be in lower-case letters only
(#40) Opening brace should be on the same line as the declaration
(#46) Protected method name "ResourceIteratorClassFactory::getClassName" must be in lower-case letters only
(#47) Opening brace should be on the same line as the declaration
(#48) Variable "iteratorName" must be all lower-case
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Variable "potentialClassName" must be all lower-case
(#52) Variable "iteratorName" must be all lower-case
(#53) Variable "potentialClassName" must be all lower-case
(#54) Variable "potentialClassName" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Public method name "ResourceIteratorFactoryInterface::canBuild" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Public method name "ResourceIteratorInterface::getNextToken" must be in lower-case letters only
(#29) Public method name "ResourceIteratorInterface::setLimit" must be in lower-case letters only
(#41) Public method name "ResourceIteratorInterface::setPageSize" must be in lower-case letters only
(#41) Variable "pageSize" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#16) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Member variable "contextOptions" must be all lower-case
(#28) Member variable "lastResponseHeaders" must be all lower-case
(#36) Public method name "PhpStreamRequestFactory::fromRequest" must be in lower-case letters only
(#37) Opening brace should be on the same line as the declaration
(#41) Usage of ELSEIF not allowed; use ELSE IF instead
(#44) Usage of ELSEIF not allowed; use ELSE IF instead
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Space found before object operator
(#64) Space found before object operator
(#75) Protected method name "PhpStreamRequestFactory::setContextValue" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
(#79) Usage of ELSEIF not allowed; use ELSE IF instead
(#91) Protected method name "PhpStreamRequestFactory::createContext" must be in lower-case letters only
(#92) Opening brace should be on the same line as the declaration
(#104) Public method name "PhpStreamRequestFactory::getLastResponseHeaders" must be in lower-case letters only
(#105) Opening brace should be on the same line as the declaration
(#114) Protected method name "PhpStreamRequestFactory::addDefaultContextOptions" must be in lower-case letters only
(#115) Opening brace should be on the same line as the declaration
(#119) Inline comments must start with a capital letter, digit or 3-dots sequence
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Protected method name "PhpStreamRequestFactory::setUrl" must be in lower-case letters only
(#135) Opening brace should be on the same line as the declaration
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) Protected method name "PhpStreamRequestFactory::addSslOptions" must be in lower-case letters only
(#155) Opening brace should be on the same line as the declaration
(#171) Protected method name "PhpStreamRequestFactory::addBodyOptions" must be in lower-case letters only
(#172) Opening brace should be on the same line as the declaration
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#180) Usage of ELSEIF not allowed; use ELSE IF instead
(#184) Inline comments must end in full-stops, exclamation marks, or question marks
(#197) Protected method name "PhpStreamRequestFactory::addProxyOptions" must be in lower-case letters only
(#198) Opening brace should be on the same line as the declaration
(#211) Protected method name "PhpStreamRequestFactory::createStream" must be in lower-case letters only
(#212) Opening brace should be on the same line as the declaration
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Variable "className" must be all lower-case
(#223) Inline doc block comments are not allowed; use "// Comment." instead
(#224) Variable "className" must be all lower-case
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) Protected method name "PhpStreamRequestFactory::processResponseHeaders" must be in lower-case letters only
(#241) Opening brace should be on the same line as the declaration
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#258) Protected method name "PhpStreamRequestFactory::createResource" must be in lower-case letters only
(#259) Opening brace should be on the same line as the declaration
(#261) Variable "_" must not contain underscores.
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Member variable "customData" must be all lower-case
(#32) Member variable "readWriteHash" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#60) Opening brace should be on the same line as the declaration
(#65) Opening brace should be on the same line as the declaration
(#70) Variable "originalPos" must be all lower-case
(#72) Variable "originalPos" must be all lower-case
(#78) Opening brace should be on the same line as the declaration
(#95) Public method name "Stream::getHash" must be in lower-case letters only
(#95) Variable "rawOutput" must be all lower-case
(#96) Opening brace should be on the same line as the declaration
(#107) Variable "rawOutput" must be all lower-case
(#113) Public method name "Stream::getMetaData" must be in lower-case letters only
(#114) Opening brace should be on the same line as the declaration
(#120) Public method name "Stream::getStream" must be in lower-case letters only
(#121) Opening brace should be on the same line as the declaration
(#125) Public method name "Stream::setStream" must be in lower-case letters only
(#126) Opening brace should be on the same line as the declaration
(#138) Public method name "Stream::detachStream" must be in lower-case letters only
(#139) Opening brace should be on the same line as the declaration
(#145) Public method name "Stream::getWrapper" must be in lower-case letters only
(#146) Opening brace should be on the same line as the declaration
(#150) Public method name "Stream::getWrapperData" must be in lower-case letters only
(#151) Opening brace should be on the same line as the declaration
(#155) Public method name "Stream::getStreamType" must be in lower-case letters only
(#156) Opening brace should be on the same line as the declaration
(#160) Public method name "Stream::getUri" must be in lower-case letters only
(#161) Opening brace should be on the same line as the declaration
(#165) Public method name "Stream::getSize" must be in lower-case letters only
(#166) Opening brace should be on the same line as the declaration
(#171) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) Usage of ELSEIF not allowed; use ELSE IF instead
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#188) Public method name "Stream::isReadable" must be in lower-case letters only
(#189) Opening brace should be on the same line as the declaration
(#193) Public method name "Stream::isRepeatable" must be in lower-case letters only
(#194) Opening brace should be on the same line as the declaration
(#198) Public method name "Stream::isWritable" must be in lower-case letters only
(#199) Opening brace should be on the same line as the declaration
(#203) Public method name "Stream::isConsumed" must be in lower-case letters only
(#204) Opening brace should be on the same line as the declaration
(#209) Opening brace should be on the same line as the declaration
(#213) Public method name "Stream::isLocal" must be in lower-case letters only
(#214) Opening brace should be on the same line as the declaration
(#218) Public method name "Stream::isSeekable" must be in lower-case letters only
(#219) Opening brace should be on the same line as the declaration
(#223) Public method name "Stream::setSize" must be in lower-case letters only
(#224) Opening brace should be on the same line as the declaration
(#231) Opening brace should be on the same line as the declaration
(#236) Opening brace should be on the same line as the declaration
(#241) Opening brace should be on the same line as the declaration
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) Opening brace should be on the same line as the declaration
(#254) Opening brace should be on the same line as the declaration
(#258) Public method name "Stream::readLine" must be in lower-case letters only
(#258) Variable "maxLength" must be all lower-case
(#259) Opening brace should be on the same line as the declaration
(#263) Variable "maxLength" must be all lower-case
(#263) Variable "maxLength" must be all lower-case
(#267) Public method name "Stream::setCustomData" must be in lower-case letters only
(#268) Opening brace should be on the same line as the declaration
(#274) Public method name "Stream::getCustomData" must be in lower-case letters only
(#275) Opening brace should be on the same line as the declaration
(#282) Protected method name "Stream::rebuildCache" must be in lower-case letters only
(#283) Opening brace should be on the same line as the declaration
(#286) Variable "readWriteHash" must be all lower-case
(#287) Variable "readWriteHash" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Public method name "StreamInterface::getMetaData" must be in lower-case letters only
(#36) Public method name "StreamInterface::getStream" must be in lower-case letters only
(#46) Public method name "StreamInterface::setStream" must be in lower-case letters only
(#53) Public method name "StreamInterface::detachStream" must be in lower-case letters only
(#60) Public method name "StreamInterface::getWrapper" must be in lower-case letters only
(#67) Public method name "StreamInterface::getWrapperData" must be in lower-case letters only
(#74) Public method name "StreamInterface::getStreamType" must be in lower-case letters only
(#81) Public method name "StreamInterface::getUri" must be in lower-case letters only
(#88) Public method name "StreamInterface::getSize" must be in lower-case letters only
(#95) Public method name "StreamInterface::isReadable" must be in lower-case letters only
(#102) Public method name "StreamInterface::isRepeatable" must be in lower-case letters only
(#109) Public method name "StreamInterface::isWritable" must be in lower-case letters only
(#116) Public method name "StreamInterface::isConsumed" must be in lower-case letters only
(#130) Public method name "StreamInterface::isLocal" must be in lower-case letters only
(#137) Public method name "StreamInterface::isSeekable" must be in lower-case letters only
(#146) Public method name "StreamInterface::setSize" must be in lower-case letters only
(#198) Public method name "StreamInterface::readLine" must be in lower-case letters only
(#198) Variable "maxLength" must be all lower-case
(#208) Public method name "StreamInterface::setCustomData" must be in lower-case letters only
(#217) Public method name "StreamInterface::getCustomData" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Public method name "StreamRequestFactoryInterface::fromRequest" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/AbstractBatchDecoratorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "AbstractBatchDecoratorTest::testProxiesToWrappedObject" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
(#19) Variable "decoratorA" must be all lower-case
(#20) Space found before object operator
(#21) Space found before object operator
(#23) Variable "decoratorB" must be all lower-case
(#24) Space found before object operator
(#24) Variable "decoratorA" must be all lower-case
(#25) Space found before object operator
(#27) Variable "decoratorA" must be all lower-case
(#28) Variable "decoratorB" must be all lower-case
(#30) Variable "decoratorB" must be all lower-case
(#30) Variable "decoratorA" must be all lower-case
(#30) Variable "decoratorB" must be all lower-case
(#31) Variable "decoratorB" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchBuilderTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Private method name "BatchBuilderTest::getMockTransfer" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
(#17) Private method name "BatchBuilderTest::getMockDivisor" must be in lower-case letters only
(#18) Opening brace should be on the same line as the declaration
(#22) Private method name "BatchBuilderTest::getMockBatchBuilder" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
(#25) Space found before object operator
(#26) Space found before object operator
(#29) Public method name "BatchBuilderTest::testFactoryCreatesInstance" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#35) Public method name "BatchBuilderTest::testAddsAutoFlush" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
(#41) Public method name "BatchBuilderTest::testAddsExceptionBuffering" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#47) Public method name "BatchBuilderTest::testAddHistory" must be in lower-case letters only
(#48) Opening brace should be on the same line as the declaration
(#53) Public method name "BatchBuilderTest::testAddsNotify" must be in lower-case letters only
(#54) Opening brace should be on the same line as the declaration
(#55) Closing brace must be on a line by itself
(#62) Public method name "BatchBuilderTest::testTransferStrategyMustBeSet" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#70) Public method name "BatchBuilderTest::testDivisorStrategyMustBeSet" must be in lower-case letters only
(#71) Opening brace should be on the same line as the declaration
(#75) Public method name "BatchBuilderTest::testTransfersRequests" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
(#81) Public method name "BatchBuilderTest::testTransfersCommands" must be in lower-case letters only
(#82) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchClosureDivisorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Public method name "BatchClosureDivisorTest::testEnsuresCallableIsCallable" must be in lower-case letters only
(#16) Opening brace should be on the same line as the declaration
(#20) Public method name "BatchClosureDivisorTest::testDividesBatch" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchClosureTransferTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Member variable "transferStrategy" must be all lower-case
(#16) Member variable "itemsTransferred" must be all lower-case
(#19) Opening brace should be on the same line as the declaration
(#21) Variable "itemsTransferred" must be all lower-case
(#23) Variable "itemsTransferred" must be all lower-case
(#24) Variable "itemsTransferred" must be all lower-case
(#29) Public method name "BatchClosureTransferTest::testTransfersBatch" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#31) Variable "batchedItems" must be all lower-case
(#32) Variable "batchedItems" must be all lower-case
(#34) Variable "batchedItems" must be all lower-case
(#37) Public method name "BatchClosureTransferTest::testTransferBailsOnEmptyBatch" must be in lower-case letters only
(#38) Opening brace should be on the same line as the declaration
(#39) Variable "batchedItems" must be all lower-case
(#40) Variable "batchedItems" must be all lower-case
(#48) Public method name "BatchClosureTransferTest::testEnsuresCallableIsCallable" must be in lower-case letters only
(#49) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchCommandTransferTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "BatchCommandTransferTest::testCreatesBatchesBasedOnClient" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
(#42) Public method name "BatchCommandTransferTest::testEnsuresAllItemsAreCommands" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#50) Public method name "BatchCommandTransferTest::testTransfersBatches" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#53) Space found before object operator
(#54) Space found before object operator
(#56) Space found before object operator
(#63) Public method name "BatchCommandTransferTest::testDoesNotTransfersEmptyBatches" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#72) Public method name "BatchCommandTransferTest::testEnsuresAllCommandsUseTheSameClient" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchRequestTransferTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "BatchRequestTransferTest::testCreatesBatchesBasedOnCurlMultiHandles" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
(#46) Public method name "BatchRequestTransferTest::testEnsuresAllItemsAreRequests" must be in lower-case letters only
(#47) Opening brace should be on the same line as the declaration
(#54) Public method name "BatchRequestTransferTest::testTransfersBatches" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#66) Space found before object operator
(#67) Space found before object operator
(#69) Space found before object operator
(#75) Public method name "BatchRequestTransferTest::testDoesNotTransfersEmptyBatches" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchSizeDivisorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "BatchSizeDivisorTest::testDividesBatch" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Private method name "BatchTest::getMockTransfer" must be in lower-case letters only
(#14) Opening brace should be on the same line as the declaration
(#18) Private method name "BatchTest::getMockDivisor" must be in lower-case letters only
(#19) Opening brace should be on the same line as the declaration
(#23) Public method name "BatchTest::testAddsItemsToQueue" must be in lower-case letters only
(#24) Opening brace should be on the same line as the declaration
(#30) Public method name "BatchTest::testFlushReturnsItems" must be in lower-case letters only
(#31) Opening brace should be on the same line as the declaration
(#34) Space found before object operator
(#38) Space found before object operator
(#39) Space found before object operator
(#49) Public method name "BatchTest::testThrowsExceptionContainingTheFailedBatch" must be in lower-case letters only
(#50) Opening brace should be on the same line as the declaration
(#52) Variable "originalException" must be all lower-case
(#56) Space found before object operator
(#57) Space found before object operator
(#57) Variable "originalException" must be all lower-case
(#59) Variable "originalException" must be all lower-case
(#71) Space found before object operator
(#72) Space found before object operator
(#86) Variable "originalException" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/ExceptionBufferingBatchTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "ExceptionBufferingBatchTest::testFlushesEntireBatchWhileBufferingErroredBatches" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
(#17) Space found before object operator
(#18) Space found before object operator
(#25) Space found before object operator
(#26) Space found before object operator
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/FlushingBatchTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Public method name "FlushingBatchTest::testFlushesWhenSizeMeetsThreshold" must be in lower-case letters only
(#14) Opening brace should be on the same line as the declaration
(#22) Space found before object operator
(#23) Space found before object operator
(#32) Space found before object operator
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/HistoryBatchTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Public method name "HistoryBatchTest::testMaintainsHistoryOfItemsAddedToBatch" must be in lower-case letters only
(#14) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/NotifyingBatchTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Public method name "NotifyingBatchTest::testNotifiesAfterFlush" must be in lower-case letters only
(#14) Opening brace should be on the same line as the declaration
(#21) Space found before object operator
(#22) Space found before object operator
(#37) Public method name "NotifyingBatchTest::testEnsuresCallableIsValid" must be in lower-case letters only
(#38) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Cache/CacheAdapterFactoryTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Opening brace should be on the same line as the declaration
(#34) Public method name "CacheAdapterFactoryTest::testEnsuresConfigIsObject" must be in lower-case letters only
(#35) Opening brace should be on the same line as the declaration
(#42) Public method name "CacheAdapterFactoryTest::testEnsuresKnownType" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#47) Public method name "CacheAdapterFactoryTest::cacheProvider" must be in lower-case letters only
(#48) Opening brace should be on the same line as the declaration
(#59) Public method name "CacheAdapterFactoryTest::testCreatesNullCacheAdapterByDefault" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Cache/CacheAdapterTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Opening brace should be on the same line as the declaration
(#34) Opening brace should be on the same line as the declaration
(#40) Public method name "CacheAdapterTest::testGetCacheObject" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#45) Public method name "CacheAdapterTest::testSave" must be in lower-case letters only
(#46) Opening brace should be on the same line as the declaration
(#50) Public method name "CacheAdapterTest::testFetch" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#56) Public method name "CacheAdapterTest::testContains" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
(#62) Public method name "CacheAdapterTest::testDelete" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Cache/ClosureCacheAdapterTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Opening brace should be on the same line as the declaration
(#40) Variable "lifeTime" must be all lower-case
(#53) Opening brace should be on the same line as the declaration
(#62) Public method name "ClosureCacheAdapterTest::testEnsuresCallablesArePresent" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#69) Public method name "ClosureCacheAdapterTest::testAllCallablesMustBePresent" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#74) Public method name "ClosureCacheAdapterTest::testCachesDataUsingCallables" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#80) Public method name "ClosureCacheAdapterTest::testChecksIfCacheContainsKeys" must be in lower-case letters only
(#81) Opening brace should be on the same line as the declaration
(#87) Public method name "ClosureCacheAdapterTest::testDeletesFromCacheByKey" must be in lower-case letters only
(#88) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Cache/NullCacheAdapterTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "NullCacheAdapterTest::testNullCacheAdapter" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Cache/Zf2CacheAdapterTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Opening brace should be on the same line as the declaration
(#32) Opening brace should be on the same line as the declaration
(#38) Public method name "Zf2CacheAdapterTest::testCachesDataUsingCallables" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#44) Public method name "Zf2CacheAdapterTest::testChecksIfCacheContainsKeys" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#51) Public method name "Zf2CacheAdapterTest::testDeletesFromCacheByKey" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Common/AbstractHasDispatcherTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "AbstractHasAdapterTest::testDoesNotRequireRegisteredEvents" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
(#19) Public method name "AbstractHasAdapterTest::testAllowsDispatcherToBeInjected" must be in lower-case letters only
(#20) Opening brace should be on the same line as the declaration
(#27) Public method name "AbstractHasAdapterTest::testCreatesDefaultEventDispatcherIfNeeded" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
(#33) Public method name "AbstractHasAdapterTest::testHelperDispatchesEvents" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#48) Public method name "AbstractHasAdapterTest::testHelperAttachesSubscribers" must be in lower-case letters only
(#49) Opening brace should be on the same line as the declaration
(#54) Space found before object operator
(#55) Space found before object operator
(#58) Space found before object operator
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Common/CollectionTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Opening brace should be on the same line as the declaration
(#22) Public method name "CollectionTest::testConstructorCanBeCalledWithNoParams" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
(#29) Public method name "CollectionTest::testConstructorCanBeCalledWithParams" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#31) Variable "testData" must be all lower-case
(#35) Variable "testData" must be all lower-case
(#36) Variable "testData" must be all lower-case
(#40) Public method name "CollectionTest::testImplementsIteratorAggregate" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#54) Public method name "CollectionTest::testCanAddValuesToExistingKeysByUsingArray" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#64) Public method name "CollectionTest::testHandlesMergingInDisparateDataSources" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Public method name "CollectionTest::testCanClearAllDataOrSpecificKeys" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) Public method name "CollectionTest::testGetsValuesByKey" must be in lower-case letters only
(#99) Opening brace should be on the same line as the declaration
(#111) Public method name "CollectionTest::testProvidesKeys" must be in lower-case letters only
(#112) Opening brace should be on the same line as the declaration
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) Public method name "CollectionTest::testChecksIfHasKey" must be in lower-case letters only
(#128) Opening brace should be on the same line as the declaration
(#139) Public method name "CollectionTest::testChecksIfHasValue" must be in lower-case letters only
(#140) Opening brace should be on the same line as the declaration
(#150) Public method name "CollectionTest::testCanGetAllValuesByArray" must be in lower-case letters only
(#151) Opening brace should be on the same line as the declaration
(#166) Public method name "CollectionTest::testImplementsCount" must be in lower-case letters only
(#167) Opening brace should be on the same line as the declaration
(#178) Public method name "CollectionTest::testAddParamsByMerging" must be in lower-case letters only
(#179) Opening brace should be on the same line as the declaration
(#186) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#203) Public method name "CollectionTest::testAllowsFunctionalFilter" must be in lower-case letters only
(#204) Opening brace should be on the same line as the declaration
(#224) Public method name "CollectionTest::testAllowsFunctionalMapping" must be in lower-case letters only
(#225) Opening brace should be on the same line as the declaration
(#245) Public method name "CollectionTest::testImplementsArrayAccess" must be in lower-case letters only
(#246) Opening brace should be on the same line as the declaration
(#263) Public method name "CollectionTest::testUsesStaticWhenCreatingNew" must be in lower-case letters only
(#264) Opening brace should be on the same line as the declaration
(#270) Closing brace must be on a line by itself
(#271) Closing brace must be on a line by itself
(#273) Closing brace must be on a line by itself
(#274) Closing brace must be on a line by itself
(#277) Public method name "CollectionTest::testCanReplaceAllData" must be in lower-case letters only
(#278) Opening brace should be on the same line as the declaration
(#288) Public method name "CollectionTest::dataProvider" must be in lower-case letters only
(#289) Opening brace should be on the same line as the declaration
(#313) Public method name "CollectionTest::testInjectsConfigData" must be in lower-case letters only
(#314) Opening brace should be on the same line as the declaration
(#319) Public method name "CollectionTest::testCanSearchByKey" must be in lower-case letters only
(#320) Opening brace should be on the same line as the declaration
(#331) Public method name "CollectionTest::testPreparesFromConfig" must be in lower-case letters only
(#332) Opening brace should be on the same line as the declaration
(#351) Empty CATCH statement detected
(#351) Empty CATCH statement must have a comment to explain why the exception is not handled
(#355) method name "CollectionTest::falseyDataProvider" must be in lower-case letters only
(#355) Visibility must be declared on method "falseyDataProvider"
(#356) Opening brace should be on the same line as the declaration
(#369) Public method name "CollectionTest::testReturnsCorrectData" must be in lower-case letters only
(#370) Opening brace should be on the same line as the declaration
(#375) Public method name "CollectionTest::testRetrievesNestedKeysUsingPath" must be in lower-case letters only
(#376) Opening brace should be on the same line as the declaration
(#392) Public method name "CollectionTest::testFalseyKeysStillDescend" must be in lower-case letters only
(#393) Opening brace should be on the same line as the declaration
(#404) Public method name "CollectionTest::getPathProvider" must be in lower-case letters only
(#405) Opening brace should be on the same line as the declaration
(#427) Inline comments must end in full-stops, exclamation marks, or question marks
(#433) Inline comments must end in full-stops, exclamation marks, or question marks
(#439) Inline comments must end in full-stops, exclamation marks, or question marks
(#441) Inline comments must end in full-stops, exclamation marks, or question marks
(#443) Inline comments must end in full-stops, exclamation marks, or question marks
(#445) Inline comments must end in full-stops, exclamation marks, or question marks
(#447) Inline comments must end in full-stops, exclamation marks, or question marks
(#450) Inline comments must end in full-stops, exclamation marks, or question marks
(#452) Inline comments must end in full-stops, exclamation marks, or question marks
(#454) Inline comments must end in full-stops, exclamation marks, or question marks
(#461) Inline comments must end in full-stops, exclamation marks, or question marks
(#469) Public method name "CollectionTest::testGetPath" must be in lower-case letters only
(#470) Opening brace should be on the same line as the declaration
(#474) Public method name "CollectionTest::testOverridesSettings" must be in lower-case letters only
(#475) Opening brace should be on the same line as the declaration
(#481) Public method name "CollectionTest::testOverwriteWithCollection" must be in lower-case letters only
(#482) Opening brace should be on the same line as the declaration
(#489) Public method name "CollectionTest::testOverwriteWithTraversable" must be in lower-case letters only
(#490) Opening brace should be on the same line as the declaration
(#497) Public method name "CollectionTest::testCanSetNestedPathValueThatDoesNotExist" must be in lower-case letters only
(#498) Opening brace should be on the same line as the declaration
(#504) Public method name "CollectionTest::testCanSetNestedPathValueThatExists" must be in lower-case letters only
(#505) Opening brace should be on the same line as the declaration
(#514) Public method name "CollectionTest::testVerifiesNestedPathIsValidAtExactLevel" must be in lower-case letters only
(#515) Opening brace should be on the same line as the declaration
(#524) Public method name "CollectionTest::testVerifiesThatNestedPathIsValidAtAnyLevel" must be in lower-case letters only
(#525) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Common/EventTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Private method name "EventTest::getEvent" must be in lower-case letters only
(#16) Opening brace should be on the same line as the declaration
(#24) Public method name "EventTest::testAllowsParameterInjection" must be in lower-case letters only
(#25) Opening brace should be on the same line as the declaration
(#32) Public method name "EventTest::testImplementsArrayAccess" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
(#48) Public method name "EventTest::testImplementsIteratorAggregate" must be in lower-case letters only
(#49) Opening brace should be on the same line as the declaration
(#54) Public method name "EventTest::testConvertsToArray" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Common/Exception/BatchTransferExceptionTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#9) Public method name "BatchTransferExceptionTest::testContainsBatch" must be in lower-case letters only
(#10) Opening brace should be on the same line as the declaration
(#14) Variable "transferException" must be all lower-case
(#15) Variable "transferException" must be all lower-case
(#16) Variable "transferException" must be all lower-case
(#17) Variable "transferException" must be all lower-case
(#18) Variable "transferException" must be all lower-case
(#19) Variable "transferException" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Common/Exception/ExceptionCollectionTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#9) Private method name "ExceptionCollectionTest::getExceptions" must be in lower-case letters only
(#10) Opening brace should be on the same line as the declaration
(#17) Public method name "ExceptionCollectionTest::testAggregatesExceptions" must be in lower-case letters only
(#18) Opening brace should be on the same line as the declaration
(#23) Line exceeds 132 characters; contains 135 characters
(#28) Public method name "ExceptionCollectionTest::testCanSetExceptions" must be in lower-case letters only
(#29) Opening brace should be on the same line as the declaration
(#36) Public method name "ExceptionCollectionTest::testActsAsArray" must be in lower-case letters only
(#37) Opening brace should be on the same line as the declaration
(#46) Public method name "ExceptionCollectionTest::testCanAddSelf" must be in lower-case letters only
(#47) Opening brace should be on the same line as the declaration
(#59) Line exceeds 132 characters; contains 168 characters
(#63) Line exceeds 132 characters; contains 135 characters
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Common/VersionTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Public method name "VersionTest::testEmitsWarnings" must be in lower-case letters only
(#16) Opening brace should be on the same line as the declaration
(#17) Variable "emitWarnings" must be all lower-case
(#21) Public method name "VersionTest::testCanSilenceWarnings" must be in lower-case letters only
(#22) Opening brace should be on the same line as the declaration
(#23) Variable "emitWarnings" must be all lower-case
(#25) Variable "emitWarnings" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/GuzzleTestCase.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Member variable "mockBasePath" must be all lower-case
(#25) Member variable "serviceBuilder" must be all lower-case
(#29) Member variable "mockObserver" must be all lower-case
(#36) Public method name "GuzzleTestCase::getServer" must be in lower-case letters only
(#37) Opening brace should be on the same line as the declaration
(#55) Public method name "GuzzleTestCase::setServiceBuilder" must be in lower-case letters only
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "serviceBuilder" must be all lower-case
(#65) Public method name "GuzzleTestCase::getServiceBuilder" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
(#67) Variable "serviceBuilder" must be all lower-case
(#71) Variable "serviceBuilder" must be all lower-case
(#82) Protected method name "GuzzleTestCase::hasSubscriber" must be in lower-case letters only
(#83) Opening brace should be on the same line as the declaration
(#106) Public method name "GuzzleTestCase::getWildcardObserver" must be in lower-case letters only
(#106) Variable "hasDispatcher" must be all lower-case
(#107) Opening brace should be on the same line as the declaration
(#108) Variable "hasDispatcher" must be all lower-case
(#112) Variable "hasDispatcher" must be all lower-case
(#125) Public method name "GuzzleTestCase::setMockBasePath" must be in lower-case letters only
(#126) Opening brace should be on the same line as the declaration
(#127) Variable "mockBasePath" must be all lower-case
(#137) Public method name "GuzzleTestCase::addMockedRequest" must be in lower-case letters only
(#138) Opening brace should be on the same line as the declaration
(#149) Public method name "GuzzleTestCase::getMockedRequests" must be in lower-case letters only
(#150) Opening brace should be on the same line as the declaration
(#161) Public method name "GuzzleTestCase::getMockResponse" must be in lower-case letters only
(#162) Opening brace should be on the same line as the declaration
(#164) Expected 1 space before "?"; newline found
(#165) Expected 1 space before ":"; newline found
(#165) Variable "mockBasePath" must be all lower-case
(#181) Public method name "GuzzleTestCase::setMockResponse" must be in lower-case letters only
(#182) Opening brace should be on the same line as the declaration
(#193) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) Public method name "GuzzleTestCase::compareHeaders" must be in lower-case letters only
(#217) Variable "filteredHeaders" must be all lower-case
(#217) Variable "actualHeaders" must be all lower-case
(#218) Opening brace should be on the same line as the declaration
(#221) Variable "filteredHeaders" must be all lower-case
(#221) Variable "actualHeaders" must be all lower-case
(#231) Public method name "GuzzleTestCase::assertContainsIns" must be in lower-case letters only
(#232) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/AbstractEntityBodyDecoratorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "AbstractEntityBodyDecoratorTest::testDecoratesEntityBody" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/CachingEntityBodyTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Opening brace should be on the same line as the declaration
(#25) Public method name "CachingEntityBodyTest::testUsesRemoteSizeIfPossible" must be in lower-case letters only
(#26) Opening brace should be on the same line as the declaration
(#37) Public method name "CachingEntityBodyTest::testDoesNotAllowRewindFunction" must be in lower-case letters only
(#38) Opening brace should be on the same line as the declaration
(#46) Public method name "CachingEntityBodyTest::testCannotSeekPastWhatHasBeenRead" must be in lower-case letters only
(#47) Opening brace should be on the same line as the declaration
(#55) Public method name "CachingEntityBodyTest::testCannotUseSeekEnd" must be in lower-case letters only
(#56) Opening brace should be on the same line as the declaration
(#60) Public method name "CachingEntityBodyTest::testChangingUnderlyingStreamUpdatesSizeAndStream" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#71) Public method name "CachingEntityBodyTest::testRewindUsesSeek" must be in lower-case letters only
(#72) Opening brace should be on the same line as the declaration
(#75) Space found before object operator
(#76) Space found before object operator
(#77) Space found before object operator
(#79) Space found before object operator
(#80) Space found before object operator
(#81) Space found before object operator
(#85) Public method name "CachingEntityBodyTest::testCanSeekToReadBytes" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
(#98) Public method name "CachingEntityBodyTest::testWritesToBufferStream" must be in lower-case letters only
(#99) Opening brace should be on the same line as the declaration
(#106) Public method name "CachingEntityBodyTest::testReadLinesFromBothStreams" must be in lower-case letters only
(#107) Opening brace should be on the same line as the declaration
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Public method name "CachingEntityBodyTest::testSkipsOverwrittenBytes" must be in lower-case letters only
(#121) Opening brace should be on the same line as the declaration
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Public method name "CachingEntityBodyTest::testWrapsContentType" must be in lower-case letters only
(#162) Opening brace should be on the same line as the declaration
(#164) Space found before object operator
(#165) Space found before object operator
(#166) Space found before object operator
(#168) Space found before object operator
(#169) Space found before object operator
(#174) Public method name "CachingEntityBodyTest::testWrapsContentEncoding" must be in lower-case letters only
(#175) Opening brace should be on the same line as the declaration
(#177) Space found before object operator
(#178) Space found before object operator
(#179) Space found before object operator
(#181) Space found before object operator
(#182) Space found before object operator
(#187) Public method name "CachingEntityBodyTest::testWrapsMetadata" must be in lower-case letters only
(#188) Opening brace should be on the same line as the declaration
(#190) Space found before object operator
(#191) Space found before object operator
(#192) Space found before object operator
(#195) Space found before object operator
(#196) Space found before object operator
(#197) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) Space found before object operator
(#200) Space found before object operator
(#202) Space found before object operator
(#203) Space found before object operator
(#205) Space found before object operator
(#206) Space found before object operator
(#208) Space found before object operator
(#209) Space found before object operator
(#219) Public method name "CachingEntityBodyTest::testWrapsCustomData" must be in lower-case letters only
(#220) Opening brace should be on the same line as the declaration
(#222) Space found before object operator
(#223) Space found before object operator
(#224) Space found before object operator
(#227) Space found before object operator
(#228) Space found before object operator
(#229) Space found before object operator
(#232) Space found before object operator
(#233) Space found before object operator
(#234) Space found before object operator
(#241) Public method name "CachingEntityBodyTest::testClosesBothStreams" must be in lower-case letters only
(#242) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/ClientTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Private method name "ClientTest::getLogPlugin" must be in lower-case letters only
(#25) Opening brace should be on the same line as the declaration
(#33) Public method name "ClientTest::testAcceptsConfig" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#48) Empty CATCH statement detected
(#48) Empty CATCH statement must have a comment to explain why the exception is not handled
(#52) Public method name "ClientTest::testDescribesEvents" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#57) Public method name "ClientTest::testConstructorCanAcceptConfig" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#65) Public method name "ClientTest::testCanUseCollectionAsConfig" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
(#76) Public method name "ClientTest::testExpandsUriTemplatesUsingConfig" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#85) Public method name "ClientTest::testClientAttachersObserversToRequests" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
(#91) Variable "logPlugin" must be all lower-case
(#92) Variable "logPlugin" must be all lower-case
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) Variable "logPlugin" must be all lower-case
(#100) Public method name "ClientTest::testClientReturnsValidBaseUrls" must be in lower-case letters only
(#101) Opening brace should be on the same line as the declaration
(#111) Public method name "ClientTest::testClientAddsCurlOptionsToRequests" must be in lower-case letters only
(#112) Opening brace should be on the same line as the declaration
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Public method name "ClientTest::testClientAllowsFineGrainedSslControlButIsSecureByDefault" must be in lower-case letters only
(#132) Opening brace should be on the same line as the declaration
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Inline comments must start with a capital letter, digit or 3-dots sequence
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) Public method name "ClientTest::testConfigSettingsControlSslConfiguration" must be in lower-case letters only
(#149) Opening brace should be on the same line as the declaration
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Public method name "ClientTest::testClientAllowsUnsafeOperationIfRequested" must be in lower-case letters only
(#162) Opening brace should be on the same line as the declaration
(#163) Inline comments must start with a capital letter, digit or 3-dots sequence
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#178) Public method name "ClientTest::testThrowsExceptionForInvalidCertificate" must be in lower-case letters only
(#179) Opening brace should be on the same line as the declaration
(#184) Public method name "ClientTest::testClientAllowsSettingSpecificSslCaInfo" must be in lower-case letters only
(#185) Opening brace should be on the same line as the declaration
(#186) Inline comments must start with a capital letter, digit or 3-dots sequence
(#186) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) Public method name "ClientTest::testClientPreventsInadvertentInsecureVerifyHostSetting" must be in lower-case letters only
(#201) Opening brace should be on the same line as the declaration
(#202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#212) Public method name "ClientTest::testClientPreventsInvalidVerifyPeerSetting" must be in lower-case letters only
(#213) Opening brace should be on the same line as the declaration
(#214) Inline comments must start with a capital letter, digit or 3-dots sequence
(#214) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Public method name "ClientTest::testClientAddsParamsToRequests" must be in lower-case letters only
(#222) Opening brace should be on the same line as the declaration
(#223) Variable "emitWarnings" must be all lower-case
(#234) Variable "emitWarnings" must be all lower-case
(#237) Public method name "ClientTest::urlProvider" must be in lower-case letters only
(#238) Opening brace should be on the same line as the declaration
(#247) Line exceeds 132 characters; contains 134 characters
(#249) Line exceeds 132 characters; contains 148 characters
(#256) Public method name "ClientTest::testBuildsRelativeUrls" must be in lower-case letters only
(#256) Variable "baseUrl" must be all lower-case
(#257) Opening brace should be on the same line as the declaration
(#258) Variable "baseUrl" must be all lower-case
(#262) Public method name "ClientTest::testAllowsConfigsToBeChangedAndInjectedInBaseUrl" must be in lower-case letters only
(#263) Opening brace should be on the same line as the declaration
(#274) Public method name "ClientTest::testCreatesRequestsWithDefaultValues" must be in lower-case letters only
(#275) Opening brace should be on the same line as the declaration
(#278) Inline comments must end in full-stops, exclamation marks, or question marks
(#283) Inline comments must end in full-stops, exclamation marks, or question marks
(#288) Inline comments must end in full-stops, exclamation marks, or question marks
(#293) Inline comments must end in full-stops, exclamation marks, or question marks
(#297) Inline comments must end in full-stops, exclamation marks, or question marks
(#303) Public method name "ClientTest::testClientHasHelperMethodsForCreatingRequests" must be in lower-case letters only
(#304) Opening brace should be on the same line as the declaration
(#321) Public method name "ClientTest::testClientInjectsConfigsIntoUrls" must be in lower-case letters only
(#322) Opening brace should be on the same line as the declaration
(#330) Public method name "ClientTest::testAllowsEmptyBaseUrl" must be in lower-case letters only
(#331) Opening brace should be on the same line as the declaration
(#339) Public method name "ClientTest::testAllowsCustomCurlMultiObjects" must be in lower-case letters only
(#340) Opening brace should be on the same line as the declaration
(#343) Space found before object operator
(#344) Space found before object operator
(#346) Space found before object operator
(#347) Space found before object operator
(#357) Public method name "ClientTest::testClientSendsMultipleRequests" must be in lower-case letters only
(#358) Opening brace should be on the same line as the declaration
(#387) Public method name "ClientTest::testClientSendsSingleRequest" must be in lower-case letters only
(#388) Opening brace should be on the same line as the declaration
(#400) Public method name "ClientTest::testClientThrowsExceptionForSingleRequest" must be in lower-case letters only
(#401) Opening brace should be on the same line as the declaration
(#413) Public method name "ClientTest::testClientThrowsExceptionForMultipleRequests" must be in lower-case letters only
(#414) Opening brace should be on the same line as the declaration
(#423) Public method name "ClientTest::testQueryStringsAreNotDoubleEncoded" must be in lower-case letters only
(#424) Opening brace should be on the same line as the declaration
(#439) Public method name "ClientTest::testQueryStringsAreNotDoubleEncodedUsingAbsolutePaths" must be in lower-case letters only
(#440) Opening brace should be on the same line as the declaration
(#450) Public method name "ClientTest::testAllowsUriTemplateInjection" must be in lower-case letters only
(#451) Opening brace should be on the same line as the declaration
(#461) Public method name "ClientTest::testAllowsCustomVariablesWhenExpandingTemplates" must be in lower-case letters only
(#462) Opening brace should be on the same line as the declaration
(#470) Public method name "ClientTest::testUriArrayAllowsCustomTemplateVariables" must be in lower-case letters only
(#471) Opening brace should be on the same line as the declaration
(#484) Public method name "ClientTest::testAllowsDefaultHeaders" must be in lower-case letters only
(#485) Opening brace should be on the same line as the declaration
(#486) Variable "emitWarnings" must be all lower-case
(#506) Variable "emitWarnings" must be all lower-case
(#509) Public method name "ClientTest::testDontReuseCurlMulti" must be in lower-case letters only
(#510) Opening brace should be on the same line as the declaration
(#516) Public method name "ClientTest::testGetDefaultUserAgent" must be in lower-case letters only
(#517) Opening brace should be on the same line as the declaration
(#521) Variable "testAgent" must be all lower-case
(#522) Variable "testAgent" must be all lower-case
(#528) Public method name "ClientTest::testOverwritesUserAgent" must be in lower-case letters only
(#529) Opening brace should be on the same line as the declaration
(#535) Public method name "ClientTest::testUsesDefaultUserAgent" must be in lower-case letters only
(#536) Opening brace should be on the same line as the declaration
(#542) Public method name "ClientTest::testCanSetDefaultRequestOptions" must be in lower-case letters only
(#543) Opening brace should be on the same line as the declaration
(#550) Inline comments must end in full-stops, exclamation marks, or question marks
(#553) Inline comments must end in full-stops, exclamation marks, or question marks
(#558) Public method name "ClientTest::testCanSetSetOptionsOnRequests" must be in lower-case letters only
(#559) Opening brace should be on the same line as the declaration
(#567) Public method name "ClientTest::testHasDefaultOptionsHelperMethods" must be in lower-case letters only
(#568) Opening brace should be on the same line as the declaration
(#570) Inline comments must end in full-stops, exclamation marks, or question marks
(#573) Inline comments must end in full-stops, exclamation marks, or question marks
(#586) Public method name "ClientTest::testHeadCanUseOptions" must be in lower-case letters only
(#587) Opening brace should be on the same line as the declaration
(#593) Public method name "ClientTest::testCanSetRelativeUrlStartingWithHttp" must be in lower-case letters only
(#594) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlHandleTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Member variable "requestHandle" must be all lower-case
(#22) Protected method name "CurlHandleTest::updateForHandle" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
(#33) Opening brace should be on the same line as the declaration
(#40) Public method name "CurlHandleTest::testConstructorExpectsCurlResource" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#45) Public method name "CurlHandleTest::testConstructorExpectsProperOptions" must be in lower-case letters only
(#46) Opening brace should be on the same line as the declaration
(#51) Empty CATCH statement detected
(#51) Empty CATCH statement must have a comment to explain why the exception is not handled
(#54) Line indented incorrectly; expected at least 8 spaces, found 7
(#56) Line indented incorrectly; expected at least 8 spaces, found 7
(#57) Line indented incorrectly; expected at least 8 spaces, found 7
(#59) Line indented incorrectly; expected at least 8 spaces, found 7
(#61) Line indented incorrectly; expected at least 8 spaces, found 7
(#62) Line indented incorrectly; expected at least 8 spaces, found 7
(#65) Public method name "CurlHandleTest::testConstructorInitializesObject" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
(#77) Public method name "CurlHandleTest::testStoresStdErr" must be in lower-case letters only
(#78) Opening brace should be on the same line as the declaration
(#90) Public method name "CurlHandleTest::testStoresCurlErrorNumber" must be in lower-case letters only
(#91) Opening brace should be on the same line as the declaration
(#98) Public method name "CurlHandleTest::testAccountsForMissingStdErr" must be in lower-case letters only
(#99) Opening brace should be on the same line as the declaration
(#107) Public method name "CurlHandleTest::testDeterminesIfResourceIsAvailable" must be in lower-case letters only
(#108) Opening brace should be on the same line as the declaration
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Public method name "CurlHandleTest::testWrapsErrorsAndInfo" must be in lower-case letters only
(#123) Opening brace should be on the same line as the declaration
(#158) Public method name "CurlHandleTest::testGetInfoWithoutDebugMode" must be in lower-case letters only
(#159) Opening brace should be on the same line as the declaration
(#170) Public method name "CurlHandleTest::testWrapsCurlOptions" must be in lower-case letters only
(#171) Opening brace should be on the same line as the declaration
(#187) Public method name "CurlHandleTest::dataProvider" must be in lower-case letters only
(#188) Opening brace should be on the same line as the declaration
(#189) Variable "testFile" must be all lower-case
(#191) Variable "postBody" must be all lower-case
(#191) Variable "testFile" must be all lower-case
(#198) Variable "userAgent" must be all lower-case
(#200) Variable "testFileSize" must be all lower-case
(#200) Variable "testFile" must be all lower-case
(#203) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) Variable "userAgent" must be all lower-case
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#224) Variable "userAgent" must be all lower-case
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#232) Variable "userAgent" must be all lower-case
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#246) Variable "userAgent" must be all lower-case
(#250) Inline comments must end in full-stops, exclamation marks, or question marks
(#259) Variable "userAgent" must be all lower-case
(#266) Inline comments must end in full-stops, exclamation marks, or question marks
(#279) Variable "userAgent" must be all lower-case
(#289) Inline comments must end in full-stops, exclamation marks, or question marks
(#290) Variable "testFile" must be all lower-case
(#297) Variable "testFile" must be all lower-case
(#302) Variable "userAgent" must be all lower-case
(#308) Variable "testFileSize" must be all lower-case
(#311) Inline comments must end in full-stops, exclamation marks, or question marks
(#328) Variable "userAgent" must be all lower-case
(#338) Inline comments must end in full-stops, exclamation marks, or question marks
(#355) Variable "userAgent" must be all lower-case
(#365) Inline comments must end in full-stops, exclamation marks, or question marks
(#383) Variable "userAgent" must be all lower-case
(#393) Inline comments must end in full-stops, exclamation marks, or question marks
(#400) Variable "userAgent" must be all lower-case
(#408) Inline comments must end in full-stops, exclamation marks, or question marks
(#415) Variable "userAgent" must be all lower-case
(#423) Inline comments must end in full-stops, exclamation marks, or question marks
(#430) Variable "userAgent" must be all lower-case
(#433) Inline comments must end in full-stops, exclamation marks, or question marks
(#441) Variable "userAgent" must be all lower-case
(#451) Inline doc block comments are not allowed; use "// Comment." instead
(#464) Variable "userAgent" must be all lower-case
(#468) Variable "postTest" must be all lower-case
(#468) Variable "postBody" must be all lower-case
(#476) Variable "testFile" must be all lower-case
(#483) Variable "userAgent" must be all lower-case
(#495) Variable "postTest" must be all lower-case
(#496) Variable "testFile" must be all lower-case
(#500) Variable "postTest" must be all lower-case
(#508) Public method name "CurlHandleTest::testFactoryCreatesCurlBasedOnRequest" must be in lower-case letters only
(#508) Variable "expectedHeaders" must be all lower-case
(#509) Opening brace should be on the same line as the declaration
(#514) Variable "originalRequest" must be all lower-case
(#515) Variable "curlTest" must be all lower-case
(#516) Variable "curlTest" must be all lower-case
(#521) Inline comments must end in full-stops, exclamation marks, or question marks
(#536) Line exceeds 132 characters; contains 156 characters
(#540) Inline comments must end in full-stops, exclamation marks, or question marks
(#541) Variable "expectedHeaders" must be all lower-case
(#543) Inline comments must end in full-stops, exclamation marks, or question marks
(#550) Inline comments must end in full-stops, exclamation marks, or question marks
(#554) Variable "expectedHeaders" must be all lower-case
(#557) Inline comments must end in full-stops, exclamation marks, or question marks
(#559) Line exceeds 132 characters; contains 136 characters
(#564) Public method name "CurlHandleTest::testFactoryUsesSpecifiedProtocol" must be in lower-case letters only
(#565) Opening brace should be on the same line as the declaration
(#573) Public method name "CurlHandleTest::testUploadsPutData" must be in lower-case letters only
(#574) Opening brace should be on the same line as the declaration
(#587) Inline comments must end in full-stops, exclamation marks, or question marks
(#590) Inline comments must end in full-stops, exclamation marks, or question marks
(#601) Public method name "CurlHandleTest::testUploadsPutDataUsingChunkedEncodingWhenLengthCannotBeDetermined" must be in lower-case letters only
(#602) Opening brace should be on the same line as the declaration
(#618) Public method name "CurlHandleTest::testUploadsPutDataUsingChunkedEncodingWhenForced" must be in lower-case letters only
(#619) Opening brace should be on the same line as the declaration
(#633) Public method name "CurlHandleTest::testSendsPostRequestsWithFields" must be in lower-case letters only
(#634) Opening brace should be on the same line as the declaration
(#647) Inline comments must end in full-stops, exclamation marks, or question marks
(#657) Public method name "CurlHandleTest::testSendsPostRequestsWithFiles" must be in lower-case letters only
(#658) Opening brace should be on the same line as the declaration
(#675) Inline comments must end in full-stops, exclamation marks, or question marks
(#678) Line exceeds 132 characters; contains 133 characters
(#679) Expected "} else {\n"; found "} else{\n"
(#685) Inline comments must end in full-stops, exclamation marks, or question marks
(#689) Public method name "CurlHandleTest::testCurlConfigurationOptionsAreSet" must be in lower-case letters only
(#690) Opening brace should be on the same line as the declaration
(#703) Public method name "CurlHandleTest::testEnsuresRequestsHaveResponsesWhenUpdatingFromTransfer" must be in lower-case letters only
(#704) Opening brace should be on the same line as the declaration
(#710) Public method name "CurlHandleTest::testCanSendBodyAsString" must be in lower-case letters only
(#711) Opening brace should be on the same line as the declaration
(#725) Public method name "CurlHandleTest::testCanSendPostBodyAsString" must be in lower-case letters only
(#726) Opening brace should be on the same line as the declaration
(#740) Public method name "CurlHandleTest::testAllowsWireTransferInfoToBeEnabled" must be in lower-case letters only
(#741) Opening brace should be on the same line as the declaration
(#749) Public method name "CurlHandleTest::testAddsCustomCurlOptions" must be in lower-case letters only
(#750) Opening brace should be on the same line as the declaration
(#757) Public method name "CurlHandleTest::testSendsPostUploadsWithContentDispositionHeaders" must be in lower-case letters only
(#758) Opening brace should be on the same line as the declaration
(#762) Variable "fileToUpload" must be all lower-case
(#766) Variable "fileToUpload" must be all lower-case
(#779) Public method name "CurlHandleTest::requestMethodProvider" must be in lower-case letters only
(#780) Opening brace should be on the same line as the declaration
(#787) Public method name "CurlHandleTest::testSendsRequestsWithNoBodyUsingContentLengthZero" must be in lower-case letters only
(#788) Opening brace should be on the same line as the declaration
(#802) Public method name "CurlHandleTest::testParseCurlConfigConvertsStringKeysToConstantKeys" must be in lower-case letters only
(#803) Opening brace should be on the same line as the declaration
(#813) Public method name "CurlHandleTest::provideCurlConfig" must be in lower-case letters only
(#814) Opening brace should be on the same line as the declaration
(#816) Inline comments must end in full-stops, exclamation marks, or question marks
(#827) Inline comments must end in full-stops, exclamation marks, or question marks
(#832) Inline comments must end in full-stops, exclamation marks, or question marks
(#840) Public method name "CurlHandleTest::testSeeksToBeginningOfStreamWhenSending" must be in lower-case letters only
(#841) Opening brace should be on the same line as the declaration
(#859) Public method name "CurlHandleTest::testAllowsCurloptEncodingToBeSet" must be in lower-case letters only
(#860) Opening brace should be on the same line as the declaration
(#876) Public method name "CurlHandleTest::testSendsExpectHeaderWhenSizeIsGreaterThanCutoff" must be in lower-case letters only
(#877) Opening brace should be on the same line as the declaration
(#882) Inline comments must end in full-stops, exclamation marks, or question marks
(#891) Public method name "CurlHandleTest::testSetsCurloptEncodingWhenAcceptEncodingHeaderIsSet" must be in lower-case letters only
(#892) Opening brace should be on the same line as the declaration
(#909) Public method name "CurlHandleTest::testSendsPostFieldsForNonPostRequests" must be in lower-case letters only
(#910) Opening brace should be on the same line as the declaration
(#931) Public method name "CurlHandleTest::testSendsPostFilesForNonPostRequests" must be in lower-case letters only
(#932) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlMultiProxyTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Opening brace should be on the same line as the declaration
(#29) Opening brace should be on the same line as the declaration
(#33) Public method name "CurlMultiProxyTest::testConstructorSetsMaxHandles" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#39) Public method name "CurlMultiProxyTest::testConstructorSetsSelectTimeout" must be in lower-case letters only
(#40) Opening brace should be on the same line as the declaration
(#45) Public method name "CurlMultiProxyTest::testAddingRequestsAddsToQueue" must be in lower-case letters only
(#46) Opening brace should be on the same line as the declaration
(#57) Public method name "CurlMultiProxyTest::testResetClearsState" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#65) Public method name "CurlMultiProxyTest::testSendWillSendQueuedRequestsFirst" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
(#92) Public method name "CurlMultiProxyTest::testTrimsDownMaxHandleCount" must be in lower-case letters only
(#93) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlMultiTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#20) Expected MOODLE_INTERNAL check or config.php inclusion
(#29) Opening brace should be on the same line as the declaration
(#35) Opening brace should be on the same line as the declaration
(#39) Public method name "CurlMultiTest::testConstructorCreateMultiHandle" must be in lower-case letters only
(#40) Opening brace should be on the same line as the declaration
(#45) Public method name "CurlMultiTest::testDestructorClosesMultiHandle" must be in lower-case letters only
(#46) Opening brace should be on the same line as the declaration
(#52) Public method name "CurlMultiTest::testRequestsCanBeAddedAndCounted" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#64) Public method name "CurlMultiTest::testRequestsCanBeRemoved" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#76) Public method name "CurlMultiTest::testsResetRemovesRequestsAndResetsState" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#83) Public method name "CurlMultiTest::testSendsRequestsThroughCurl" must be in lower-case letters only
(#84) Opening brace should be on the same line as the declaration
(#113) Public method name "CurlMultiTest::testSendsThroughCurlAndAggregatesRequestExceptions" must be in lower-case letters only
(#114) Opening brace should be on the same line as the declaration
(#164) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) Public method name "CurlMultiTest::testCurlErrorsAreCaught" must be in lower-case letters only
(#176) Opening brace should be on the same line as the declaration
(#194) Public method name "CurlMultiTest::testRemovesQueuedRequests" must be in lower-case letters only
(#195) Opening brace should be on the same line as the declaration
(#205) Public method name "CurlMultiTest::testRemovesQueuedRequestsAddedInTransit" must be in lower-case letters only
(#206) Opening brace should be on the same line as the declaration
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#220) Public method name "CurlMultiTest::testCatchesExceptionsBeforeSendingSingleRequest" must be in lower-case letters only
(#221) Opening brace should be on the same line as the declaration
(#233) Inline comments must end in full-stops, exclamation marks, or question marks
(#242) Public method name "CurlMultiTest::testCatchesExceptionsBeforeSendingMultipleRequests" must be in lower-case letters only
(#243) Opening brace should be on the same line as the declaration
(#252) Public method name "CurlMultiTest::testCatchesExceptionsWhenRemovingQueuedRequests" must be in lower-case letters only
(#253) Opening brace should be on the same line as the declaration
(#258) Inline comments must end in full-stops, exclamation marks, or question marks
(#269) Public method name "CurlMultiTest::testCatchesExceptionsWhenRemovingQueuedRequestsBeforeSending" must be in lower-case letters only
(#270) Opening brace should be on the same line as the declaration
(#275) Inline comments must end in full-stops, exclamation marks, or question marks
(#290) Public method name "CurlMultiTest::testDoesNotCatchRandomExceptionsThrownDuringPerform" must be in lower-case letters only
(#291) Opening brace should be on the same line as the declaration
(#295) Space found before object operator
(#296) Space found before object operator
(#301) Public method name "CurlMultiTest::testDoesNotSendRequestsDecliningToBeSent" must be in lower-case letters only
(#302) Opening brace should be on the same line as the declaration
(#307) Inline comments must end in full-stops, exclamation marks, or question marks
(#319) Inline comments must end in full-stops, exclamation marks, or question marks
(#322) Inline comments must end in full-stops, exclamation marks, or question marks
(#326) Inline comments must end in full-stops, exclamation marks, or question marks
(#340) Public method name "CurlMultiTest::testDoesNotThrowExceptionsWhenRequestsRecoverWithRetry" must be in lower-case letters only
(#341) Opening brace should be on the same line as the declaration
(#355) Public method name "CurlMultiTest::testDoesNotThrowExceptionsWhenRequestsRecoverWithSuccess" must be in lower-case letters only
(#356) Opening brace should be on the same line as the declaration
(#357) Inline comments must end in full-stops, exclamation marks, or question marks
(#360) Inline comments must end in full-stops, exclamation marks, or question marks
(#371) Inline comments must end in full-stops, exclamation marks, or question marks
(#375) Public method name "CurlMultiTest::testHardResetReopensMultiHandle" must be in lower-case letters only
(#376) Opening brace should be on the same line as the declaration
(#398) Public method name "CurlMultiTest::testThrowsMeaningfulExceptionsForCurlMultiErrors" must be in lower-case letters only
(#399) Opening brace should be on the same line as the declaration
(#402) Inline comments must end in full-stops, exclamation marks, or question marks
(#406) Inline comments must end in full-stops, exclamation marks, or question marks
(#409) Inline comments must end in full-stops, exclamation marks, or question marks
(#419) Inline comments must end in full-stops, exclamation marks, or question marks
(#428) Public method name "CurlMultiTest::testRequestBeforeSendIncludesContentLengthHeaderIfEmptyBody" must be in lower-case letters only
(#429) Opening brace should be on the same line as the declaration
(#440) Public method name "CurlMultiTest::testRemovesConflictingTransferEncodingHeader" must be in lower-case letters only
(#441) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlVersionTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "CurlVersionTest::testCachesCurlInfo" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
(#17) Inline comments must end in full-stops, exclamation marks, or question marks
(#18) Variable "refObject" must be all lower-case
(#19) Variable "refProperty" must be all lower-case
(#19) Variable "refObject" must be all lower-case
(#20) Variable "refProperty" must be all lower-case
(#21) Variable "refProperty" must be all lower-case
(#30) Public method name "CurlVersionTest::testIsSingleton" must be in lower-case letters only
(#31) Opening brace should be on the same line as the declaration
(#32) Variable "refObject" must be all lower-case
(#33) Variable "refProperty" must be all lower-case
(#33) Variable "refObject" must be all lower-case
(#34) Variable "refProperty" must be all lower-case
(#35) Variable "refProperty" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/RequestMediatorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Opening brace should be on the same line as the declaration
(#22) Public method name "RequestMediatorTest::testEmitsEvents" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Public method name "RequestMediatorTest::testDoesNotUseRequestResponseBodyWhenNotCustom" must be in lower-case letters only
(#56) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/EntityBodyTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Public method name "EntityBodyTest::testFactoryThrowsException" must be in lower-case letters only
(#18) Opening brace should be on the same line as the declaration
(#22) Public method name "EntityBodyTest::testFactory" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Public method name "EntityBodyTest::testFactoryCreatesTempStreamByDefault" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#54) Public method name "EntityBodyTest::testFactoryCanCreateFromObject" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#63) Public method name "EntityBodyTest::testFactoryEnsuresObjectsHaveToStringMethod" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#68) Public method name "EntityBodyTest::testHandlesCompression" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#74) Line exceeds 132 characters; contains 143 characters
(#83) Line exceeds 132 characters; contains 136 characters
(#86) Line exceeds 132 characters; contains 137 characters
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Variable "largeString" must be all lower-case
(#102) Variable "largeString" must be all lower-case
(#104) Variable "largeString" must be all lower-case
(#105) Variable "largeString" must be all lower-case
(#107) Variable "largeString" must be all lower-case
(#110) Variable "largeString" must be all lower-case
(#111) Variable "largeString" must be all lower-case
(#120) Public method name "EntityBodyTest::testDeterminesContentType" must be in lower-case letters only
(#121) Opening brace should be on the same line as the declaration
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Public method name "EntityBodyTest::testCreatesMd5Checksum" must be in lower-case letters only
(#132) Opening brace should be on the same line as the declaration
(#146) Public method name "EntityBodyTest::testSeeksToOriginalPosAfterMd5" must be in lower-case letters only
(#147) Opening brace should be on the same line as the declaration
(#155) Public method name "EntityBodyTest::testGetTypeFormBodyFactoring" must be in lower-case letters only
(#156) Opening brace should be on the same line as the declaration
(#161) Public method name "EntityBodyTest::testAllowsCustomRewind" must be in lower-case letters only
(#162) Opening brace should be on the same line as the declaration
(#177) Public method name "EntityBodyTest::testCustomRewindFunctionMustBeCallable" must be in lower-case letters only
(#178) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/CurlExceptionTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Public method name "CurlExceptionTest::testStoresCurlError" must be in lower-case letters only
(#14) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/ExceptionTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Public method name "ExceptionTest::testRequestException" must be in lower-case letters only
(#16) Opening brace should be on the same line as the declaration
(#26) Public method name "ExceptionTest::testBadResponseException" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
(#37) Public method name "ExceptionTest::testCreatesGenericErrorExceptionOnError" must be in lower-case letters only
(#38) Opening brace should be on the same line as the declaration
(#48) Public method name "ExceptionTest::testCreatesClientErrorExceptionOnClientError" must be in lower-case letters only
(#49) Opening brace should be on the same line as the declaration
(#59) Public method name "ExceptionTest::testCreatesServerErrorExceptionOnServerError" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/MultiTransferExceptionTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "MultiTransferExceptionTest::testHasRequests" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
(#29) Public method name "MultiTransferExceptionTest::testCanSetRequests" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#40) Public method name "MultiTransferExceptionTest::testAssociatesExceptionsWithRequests" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/IoEmittingEntityBodyTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Opening brace should be on the same line as the declaration
(#22) Public method name "IoEmittingEntityBodyTest::testEmitsReadEvents" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
(#34) Public method name "IoEmittingEntityBodyTest::testEmitsWriteEvents" must be in lower-case letters only
(#35) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/AbstractMessageTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Opening brace should be on the same line as the declaration
(#27) Opening brace should be on the same line as the declaration
(#31) Public method name "AbstractMessageTest::testGetParams" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#37) Public method name "AbstractMessageTest::testAddHeaders" must be in lower-case letters only
(#38) Opening brace should be on the same line as the declaration
(#49) Public method name "AbstractMessageTest::testAllowsHeaderToSetAsHeader" must be in lower-case letters only
(#50) Opening brace should be on the same line as the declaration
(#56) Public method name "AbstractMessageTest::testGetHeader" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
(#62) Public method name "AbstractMessageTest::testGetHeaders" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#72) Public method name "AbstractMessageTest::testGetHeaderLinesUsesGlue" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#83) Public method name "AbstractMessageTest::testHasHeader" must be in lower-case letters only
(#84) Opening brace should be on the same line as the declaration
(#94) Public method name "AbstractMessageTest::testRemoveHeader" must be in lower-case letters only
(#95) Opening brace should be on the same line as the declaration
(#102) Public method name "AbstractMessageTest::testReturnsNullWhenHeaderIsNotFound" must be in lower-case letters only
(#103) Opening brace should be on the same line as the declaration
(#107) Public method name "AbstractMessageTest::testAddingHeadersPreservesOriginalHeaderCase" must be in lower-case letters only
(#108) Opening brace should be on the same line as the declaration
(#123) Public method name "AbstractMessageTest::testCanStoreEmptyHeaders" must be in lower-case letters only
(#124) Opening brace should be on the same line as the declaration
(#130) Public method name "AbstractMessageTest::testCanSetCustomHeaderFactory" must be in lower-case letters only
(#131) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/EntityEnclosingRequestTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Opening brace should be on the same line as the declaration
(#28) Opening brace should be on the same line as the declaration
(#32) Public method name "EntityEnclosingRequestTest::testConstructorConfiguresRequest" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
(#42) Public method name "EntityEnclosingRequestTest::testCanSetBodyWithoutOverridingContentType" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#49) Public method name "EntityEnclosingRequestTest::testRequestIncludesBodyInMessage" must be in lower-case letters only
(#50) Opening brace should be on the same line as the declaration
(#59) Public method name "EntityEnclosingRequestTest::testRequestIncludesPostBodyInMessageOnlyWhenNoPostFiles" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#78) Public method name "EntityEnclosingRequestTest::testAddsPostFieldsAndSetsContentLength" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
(#89) Public method name "EntityEnclosingRequestTest::testAddsPostFilesAndSetsContentType" must be in lower-case letters only
(#90) Opening brace should be on the same line as the declaration
(#92) Space found before object operator
(#102) Public method name "EntityEnclosingRequestTest::testRequestBodyContainsPostFiles" must be in lower-case letters only
(#103) Opening brace should be on the same line as the declaration
(#111) Public method name "EntityEnclosingRequestTest::testRequestBodyAddsContentLength" must be in lower-case letters only
(#112) Opening brace should be on the same line as the declaration
(#119) Public method name "EntityEnclosingRequestTest::testRequestBodyDoesNotUseContentLengthWhenChunked" must be in lower-case letters only
(#120) Opening brace should be on the same line as the declaration
(#128) Public method name "EntityEnclosingRequestTest::testRequestHasMutableBody" must be in lower-case letters only
(#129) Opening brace should be on the same line as the declaration
(#135) Variable "newBody" must be all lower-case
(#136) Variable "newBody" must be all lower-case
(#138) Variable "newBody" must be all lower-case
(#141) Public method name "EntityEnclosingRequestTest::testSetPostFields" must be in lower-case letters only
(#142) Opening brace should be on the same line as the declaration
(#154) Public method name "EntityEnclosingRequestTest::testSetPostFiles" must be in lower-case letters only
(#155) Opening brace should be on the same line as the declaration
(#157) Space found before object operator
(#158) Space found before object operator
(#159) Space found before object operator
(#179) Line exceeds 132 characters; contains 143 characters
(#185) Public method name "EntityEnclosingRequestTest::testSetPostFilesThrowsExceptionWhenFileIsNotFound" must be in lower-case letters only
(#186) Opening brace should be on the same line as the declaration
(#188) Space found before object operator
(#196) Public method name "EntityEnclosingRequestTest::testThrowsExceptionWhenNonStringsAreAddedToPost" must be in lower-case letters only
(#197) Opening brace should be on the same line as the declaration
(#199) Space found before object operator
(#202) Public method name "EntityEnclosingRequestTest::testAllowsContentTypeInPostUploads" must be in lower-case letters only
(#203) Opening brace should be on the same line as the declaration
(#205) Space found before object operator
(#212) Public method name "EntityEnclosingRequestTest::testGuessesContentTypeOfPostUpload" must be in lower-case letters only
(#213) Opening brace should be on the same line as the declaration
(#215) Space found before object operator
(#220) Public method name "EntityEnclosingRequestTest::testAllowsContentDispositionFieldsInPostUploadsWhenSettingInBulk" must be in lower-case letters only
(#221) Opening brace should be on the same line as the declaration
(#222) Variable "postFile" must be all lower-case
(#224) Space found before object operator
(#224) Variable "postFile" must be all lower-case
(#226) Variable "postFile" must be all lower-case
(#229) Public method name "EntityEnclosingRequestTest::testPostRequestsUseApplicationXwwwForUrlEncodedForArrays" must be in lower-case letters only
(#230) Opening brace should be on the same line as the declaration
(#237) Public method name "EntityEnclosingRequestTest::testProcessMethodAddsContentType" must be in lower-case letters only
(#238) Opening brace should be on the same line as the declaration
(#244) Public method name "EntityEnclosingRequestTest::testPostRequestsUseMultipartFormDataWithFiles" must be in lower-case letters only
(#245) Opening brace should be on the same line as the declaration
(#251) Public method name "EntityEnclosingRequestTest::testCanSendMultipleRequestsUsingASingleRequestObject" must be in lower-case letters only
(#252) Opening brace should be on the same line as the declaration
(#259) Inline comments must end in full-stops, exclamation marks, or question marks
(#261) Space found before object operator
(#262) Space found before object operator
(#266) Inline comments must end in full-stops, exclamation marks, or question marks
(#271) Inline comments must end in full-stops, exclamation marks, or question marks
(#278) Public method name "EntityEnclosingRequestTest::testRemovingPostFieldRebuildsPostFields" must be in lower-case letters only
(#279) Opening brace should be on the same line as the declaration
(#286) Public method name "EntityEnclosingRequestTest::testUsesChunkedTransferWhenBodyLengthCannotBeDetermined" must be in lower-case letters only
(#287) Opening brace should be on the same line as the declaration
(#298) Public method name "EntityEnclosingRequestTest::testThrowsExceptionWhenContentLengthCannotBeDeterminedAndUsingHttp1" must be in lower-case letters only
(#299) Opening brace should be on the same line as the declaration
(#306) Public method name "EntityEnclosingRequestTest::testAllowsNestedPostData" must be in lower-case letters only
(#307) Opening brace should be on the same line as the declaration
(#317) Public method name "EntityEnclosingRequestTest::testAllowsEmptyFields" must be in lower-case letters only
(#318) Opening brace should be on the same line as the declaration
(#331) Public method name "EntityEnclosingRequestTest::testFailsOnInvalidFiles" must be in lower-case letters only
(#332) Opening brace should be on the same line as the declaration
(#339) Public method name "EntityEnclosingRequestTest::testHandlesEmptyStrings" must be in lower-case letters only
(#340) Opening brace should be on the same line as the declaration
(#354) Public method name "EntityEnclosingRequestTest::testHoldsPostFiles" must be in lower-case letters only
(#355) Opening brace should be on the same line as the declaration
(#370) Public method name "EntityEnclosingRequestTest::testAllowsAtPrefixWhenAddingPostFiles" must be in lower-case letters only
(#371) Opening brace should be on the same line as the declaration
(#380) Public method name "EntityEnclosingRequestTest::testSetStateToTransferWithEmptyBodySetsContentLengthToZero" must be in lower-case letters only
(#381) Opening brace should be on the same line as the declaration
(#387) Public method name "EntityEnclosingRequestTest::testSettingExpectHeaderCutoffChangesRequest" must be in lower-case letters only
(#388) Opening brace should be on the same line as the declaration
(#393) Inline comments must end in full-stops, exclamation marks, or question marks
(#397) Inline comments must end in full-stops, exclamation marks, or question marks
(#400) Inline comments must end in full-stops, exclamation marks, or question marks
(#405) Public method name "EntityEnclosingRequestTest::testStrictRedirectsCanBeSpecifiedOnEntityEnclosingRequests" must be in lower-case letters only
(#406) Opening brace should be on the same line as the declaration
(#412) Public method name "EntityEnclosingRequestTest::testCanDisableRedirects" must be in lower-case letters only
(#413) Opening brace should be on the same line as the declaration
(#419) Public method name "EntityEnclosingRequestTest::testSetsContentTypeWhenSettingBodyByGuessingFromEntityBody" must be in lower-case letters only
(#420) Opening brace should be on the same line as the declaration
(#426) Public method name "EntityEnclosingRequestTest::testDoesNotCloneBody" must be in lower-case letters only
(#427) Opening brace should be on the same line as the declaration
(#430) Variable "newRequest" must be all lower-case
(#431) Variable "newRequest" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/Header/HeaderFactoryTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "HeaderFactoryTest::testCreatesBasicHeaders" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
(#21) Public method name "HeaderFactoryTest::testCreatesSpecificHeaders" must be in lower-case letters only
(#22) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/Header/LinkTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Public method name "LinkTest::testParsesLinks" must be in lower-case letters only
(#11) Opening brace should be on the same line as the declaration
(#12) Line exceeds maximum limit of 180 characters; contains 202 characters
(#42) Public method name "LinkTest::testCanAddLink" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#52) Public method name "LinkTest::testCanParseLinksWithCommas" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/HeaderComparison.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Variable "filteredHeaders" must be all lower-case
(#24) Variable "actualHeaders" must be all lower-case
(#25) Opening brace should be on the same line as the declaration
(#30) Variable "actualHeaders" must be all lower-case
(#31) Variable "actualHeaders" must be all lower-case
(#31) Variable "actualHeaders" must be all lower-case
(#34) Variable "filteredHeaders" must be all lower-case
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Usage of ELSEIF not allowed; use ELSE IF instead
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Variable "actualHeaders" must be all lower-case
(#59) Public method name "HeaderComparison::compareArray" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Line exceeds 132 characters; contains 137 characters
(#119) Protected method name "HeaderComparison::hasKey" must be in lower-case letters only
(#120) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/HeaderComparisonTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Public method name "HeaderComparisonTest::filterProvider" must be in lower-case letters only
(#11) Opening brace should be on the same line as the declaration
(#14) Inline comments must end in full-stops, exclamation marks, or question marks
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Public method name "HeaderComparisonTest::testComparesHeaders" must be in lower-case letters only
(#111) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/HeaderTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Public method name "HeaderTest::testStoresHeaderName" must be in lower-case letters only
(#19) Opening brace should be on the same line as the declaration
(#24) Public method name "HeaderTest::testConvertsToString" must be in lower-case letters only
(#25) Opening brace should be on the same line as the declaration
(#32) Public method name "HeaderTest::testNormalizesGluedHeaders" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
(#40) Public method name "HeaderTest::testCanSearchForValues" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#50) Public method name "HeaderTest::testIsCountable" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#56) Public method name "HeaderTest::testCanBeIterated" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
(#68) Public method name "HeaderTest::testAllowsFalseyValues" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Public method name "HeaderTest::testCanRemoveValues" must be in lower-case letters only
(#93) Opening brace should be on the same line as the declaration
(#101) Public method name "HeaderTest::testAllowsArrayInConstructor" must be in lower-case letters only
(#102) Opening brace should be on the same line as the declaration
(#107) Public method name "HeaderTest::parseParamsProvider" must be in lower-case letters only
(#108) Opening brace should be on the same line as the declaration
(#141) Line exceeds 132 characters; contains 138 characters
(#157) Public method name "HeaderTest::testParseParams" must be in lower-case letters only
(#158) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/PostFileTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "PostFileTest::testConstructorConfiguresPostFile" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
(#23) Public method name "PostFileTest::testRemovesLeadingAtSymbolFromPath" must be in lower-case letters only
(#24) Opening brace should be on the same line as the declaration
(#32) Public method name "PostFileTest::testEnsuresFileIsReadable" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
(#37) Public method name "PostFileTest::testCanChangeContentType" must be in lower-case letters only
(#38) Opening brace should be on the same line as the declaration
(#44) Public method name "PostFileTest::testCanChangeFieldName" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#51) Public method name "PostFileTest::testReturnsCurlValueString" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#64) Public method name "PostFileTest::testReturnsCurlValueStringAndPostname" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#77) Public method name "PostFileTest::testContentDispositionFilePathIsStripped" must be in lower-case letters only
(#78) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/RequestFactoryTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Public method name "HttpRequestFactoryTest::testCachesSingletonInstance" must be in lower-case letters only
(#24) Opening brace should be on the same line as the declaration
(#29) Public method name "HttpRequestFactoryTest::testCreatesNewGetRequests" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Public method name "HttpRequestFactoryTest::testCreatesPutRequests" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Line exceeds 132 characters; contains 137 characters
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Line exceeds 132 characters; contains 149 characters
(#84) Public method name "HttpRequestFactoryTest::testCreatesHeadAndDeleteRequests" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#92) Public method name "HttpRequestFactoryTest::testCreatesOptionsRequests" must be in lower-case letters only
(#93) Opening brace should be on the same line as the declaration
(#99) Public method name "HttpRequestFactoryTest::testCreatesNewPutRequestWithBody" must be in lower-case letters only
(#100) Opening brace should be on the same line as the declaration
(#105) Public method name "HttpRequestFactoryTest::testCreatesNewPostRequestWithFields" must be in lower-case letters only
(#106) Opening brace should be on the same line as the declaration
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Public method name "HttpRequestFactoryTest::testCreatesFromParts" must be in lower-case letters only
(#140) Opening brace should be on the same line as the declaration
(#166) Public method name "HttpRequestFactoryTest::testCreatesFromMessage" must be in lower-case letters only
(#167) Opening brace should be on the same line as the declaration
(#169) Line exceeds 132 characters; contains 142 characters
(#184) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#188) Line exceeds 132 characters; contains 137 characters
(#203) Public method name "HttpRequestFactoryTest::testCreatesNewTraceRequest" must be in lower-case letters only
(#204) Opening brace should be on the same line as the declaration
(#210) Public method name "HttpRequestFactoryTest::testCreatesProperTransferEncodingRequests" must be in lower-case letters only
(#211) Opening brace should be on the same line as the declaration
(#219) Public method name "HttpRequestFactoryTest::testProperlyDealsWithDuplicateHeaders" must be in lower-case letters only
(#220) Opening brace should be on the same line as the declaration
(#246) Public method name "HttpRequestFactoryTest::testCreatesHttpMessagesWithBodiesAndNormalizesLineEndings" must be in lower-case letters only
(#247) Opening brace should be on the same line as the declaration
(#272) Public method name "HttpRequestFactoryTest::testBugPathIncorrectlyHandled" must be in lower-case letters only
(#273) Opening brace should be on the same line as the declaration
(#281) Public method name "HttpRequestFactoryTest::testHandlesChunkedTransferEncoding" must be in lower-case letters only
(#282) Opening brace should be on the same line as the declaration
(#299) Public method name "HttpRequestFactoryTest::testClonesRequestsWithMethodWithoutClient" must be in lower-case letters only
(#300) Opening brace should be on the same line as the declaration
(#309) Inline comments must end in full-stops, exclamation marks, or question marks
(#312) Inline comments must end in full-stops, exclamation marks, or question marks
(#314) Inline comments must end in full-stops, exclamation marks, or question marks
(#318) Public method name "HttpRequestFactoryTest::testClonesRequestsWithMethodWithClient" must be in lower-case letters only
(#319) Opening brace should be on the same line as the declaration
(#330) Public method name "HttpRequestFactoryTest::testClonesRequestsWithMethodWithClientWithEntityEnclosingChange" must be in lower-case letters only
(#331) Opening brace should be on the same line as the declaration
(#340) Public method name "HttpRequestFactoryTest::testCanDisableRedirects" must be in lower-case letters only
(#341) Opening brace should be on the same line as the declaration
(#350) Public method name "HttpRequestFactoryTest::testCanAddCookies" must be in lower-case letters only
(#351) Opening brace should be on the same line as the declaration
(#357) Public method name "HttpRequestFactoryTest::testCanAddQueryString" must be in lower-case letters only
(#358) Opening brace should be on the same line as the declaration
(#365) Public method name "HttpRequestFactoryTest::testCanSetDefaultQueryString" must be in lower-case letters only
(#366) Opening brace should be on the same line as the declaration
(#375) Public method name "HttpRequestFactoryTest::testCanAddBasicAuth" must be in lower-case letters only
(#376) Opening brace should be on the same line as the declaration
(#384) Public method name "HttpRequestFactoryTest::testCanAddDigestAuth" must be in lower-case letters only
(#385) Opening brace should be on the same line as the declaration
(#394) Public method name "HttpRequestFactoryTest::testCanAddEvents" must be in lower-case letters only
(#395) Opening brace should be on the same line as the declaration
(#401) Closing brace must be on a line by itself
(#408) Public method name "HttpRequestFactoryTest::testCanAddEventsWithPriority" must be in lower-case letters only
(#409) Opening brace should be on the same line as the declaration
(#415) Closing brace must be on a line by itself
(#422) Public method name "HttpRequestFactoryTest::testCanAddPlugins" must be in lower-case letters only
(#423) Opening brace should be on the same line as the declaration
(#436) Public method name "HttpRequestFactoryTest::testCanDisableExceptions" must be in lower-case letters only
(#437) Opening brace should be on the same line as the declaration
(#446) Public method name "HttpRequestFactoryTest::testCanDisableExceptionsWithErrorListener" must be in lower-case letters only
(#447) Opening brace should be on the same line as the declaration
(#449) Closing brace must be on a line by itself
(#457) Public method name "HttpRequestFactoryTest::testCanChangeSaveToLocation" must be in lower-case letters only
(#458) Opening brace should be on the same line as the declaration
(#469) Public method name "HttpRequestFactoryTest::testCanSetProxy" must be in lower-case letters only
(#470) Opening brace should be on the same line as the declaration
(#476) Public method name "HttpRequestFactoryTest::testCanSetHeadersOption" must be in lower-case letters only
(#477) Opening brace should be on the same line as the declaration
(#483) Public method name "HttpRequestFactoryTest::testCanSetDefaultHeadersOptions" must be in lower-case letters only
(#484) Opening brace should be on the same line as the declaration
(#493) Public method name "HttpRequestFactoryTest::testCanSetBodyOption" must be in lower-case letters only
(#494) Opening brace should be on the same line as the declaration
(#503) Public method name "HttpRequestFactoryTest::testValidatesBodyOption" must be in lower-case letters only
(#504) Opening brace should be on the same line as the declaration
(#509) Public method name "HttpRequestFactoryTest::testCanSetTimeoutOption" must be in lower-case letters only
(#510) Opening brace should be on the same line as the declaration
(#516) Public method name "HttpRequestFactoryTest::testCanSetConnectTimeoutOption" must be in lower-case letters only
(#517) Opening brace should be on the same line as the declaration
(#523) Public method name "HttpRequestFactoryTest::testCanSetDebug" must be in lower-case letters only
(#524) Opening brace should be on the same line as the declaration
(#530) Public method name "HttpRequestFactoryTest::testCanSetVerifyToOff" must be in lower-case letters only
(#531) Opening brace should be on the same line as the declaration
(#539) Public method name "HttpRequestFactoryTest::testCanSetVerifyToOn" must be in lower-case letters only
(#540) Opening brace should be on the same line as the declaration
(#548) Public method name "HttpRequestFactoryTest::testCanSetVerifyToPath" must be in lower-case letters only
(#549) Opening brace should be on the same line as the declaration
(#557) Public method name "HttpRequestFactoryTest::inputValidation" must be in lower-case letters only
(#558) Opening brace should be on the same line as the declaration
(#559) Closing brace must be on a line by itself
(#568) Public method name "HttpRequestFactoryTest::testValidatesInput" must be in lower-case letters only
(#569) Opening brace should be on the same line as the declaration
(#574) Public method name "HttpRequestFactoryTest::testCanAddRequestParams" must be in lower-case letters only
(#575) Opening brace should be on the same line as the declaration
(#581) Public method name "HttpRequestFactoryTest::testCanAddSslKey" must be in lower-case letters only
(#582) Opening brace should be on the same line as the declaration
(#588) Public method name "HttpRequestFactoryTest::testCanAddSslKeyPassword" must be in lower-case letters only
(#589) Opening brace should be on the same line as the declaration
(#596) Public method name "HttpRequestFactoryTest::testCanAddSslCert" must be in lower-case letters only
(#597) Opening brace should be on the same line as the declaration
(#603) Public method name "HttpRequestFactoryTest::testCanAddSslCertPassword" must be in lower-case letters only
(#604) Opening brace should be on the same line as the declaration
(#611) Public method name "HttpRequestFactoryTest::testCreatesBodyWithoutZeroString" must be in lower-case letters only
(#612) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/RequestTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#22) Expected MOODLE_INTERNAL check or config.php inclusion
(#31) Opening brace should be on the same line as the declaration
(#37) Opening brace should be on the same line as the declaration
(#42) Public method name "RequestTest::testConstructorBuildsRequestWithArrayHeaders" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Public method name "RequestTest::testDescribesEvents" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#59) Public method name "RequestTest::testConstructorBuildsRequestWithCollectionHeaders" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#67) Public method name "RequestTest::testConstructorBuildsRequestWithNoHeaders" must be in lower-case letters only
(#68) Opening brace should be on the same line as the declaration
(#73) Public method name "RequestTest::testConstructorHandlesNonBasicAuth" must be in lower-case letters only
(#74) Opening brace should be on the same line as the declaration
(#83) Public method name "RequestTest::testRequestsCanBeConvertedToRawMessageStrings" must be in lower-case letters only
(#84) Opening brace should be on the same line as the declaration
(#101) Public method name "RequestTest::testRequestStringsIncludeAuth" must be in lower-case letters only
(#102) Opening brace should be on the same line as the declaration
(#106) Space found before object operator
(#107) Space found before object operator
(#113) Public method name "RequestTest::testGetEventDispatcher" must be in lower-case letters only
(#114) Opening brace should be on the same line as the declaration
(#120) Public method name "RequestTest::testRequestsManageClients" must be in lower-case letters only
(#121) Opening brace should be on the same line as the declaration
(#132) Public method name "RequestTest::testRequestsRequireClients" must be in lower-case letters only
(#133) Opening brace should be on the same line as the declaration
(#138) Public method name "RequestTest::testSend" must be in lower-case letters only
(#139) Opening brace should be on the same line as the declaration
(#152) Public method name "RequestTest::testGetResponse" must be in lower-case letters only
(#153) Opening brace should be on the same line as the declaration
(#164) Variable "requestResponse" must be all lower-case
(#165) Variable "requestResponse" must be all lower-case
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) Variable "requestResponse" must be all lower-case
(#174) Variable "requestResponse" must be all lower-case
(#175) Variable "requestResponse" must be all lower-case
(#179) Public method name "RequestTest::testRequestThrowsExceptionOnBadResponse" must be in lower-case letters only
(#180) Opening brace should be on the same line as the declaration
(#192) Public method name "RequestTest::testManagesQuery" must be in lower-case letters only
(#193) Opening brace should be on the same line as the declaration
(#199) Public method name "RequestTest::testRequestHasMethod" must be in lower-case letters only
(#200) Opening brace should be on the same line as the declaration
(#204) Public method name "RequestTest::testRequestHasScheme" must be in lower-case letters only
(#205) Opening brace should be on the same line as the declaration
(#211) Public method name "RequestTest::testRequestHasHost" must be in lower-case letters only
(#212) Opening brace should be on the same line as the declaration
(#225) Public method name "RequestTest::testRequestHasProtocol" must be in lower-case letters only
(#226) Opening brace should be on the same line as the declaration
(#234) Public method name "RequestTest::testRequestHasPath" must be in lower-case letters only
(#235) Opening brace should be on the same line as the declaration
(#243) Public method name "RequestTest::testPermitsFalsyComponents" must be in lower-case letters only
(#244) Opening brace should be on the same line as the declaration
(#254) Public method name "RequestTest::testRequestHasPort" must be in lower-case letters only
(#255) Opening brace should be on the same line as the declaration
(#267) Public method name "RequestTest::testRequestHandlesAuthorization" must be in lower-case letters only
(#268) Opening brace should be on the same line as the declaration
(#269) Inline comments must end in full-stops, exclamation marks, or question marks
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#278) Inline comments must end in full-stops, exclamation marks, or question marks
(#283) Inline comments must end in full-stops, exclamation marks, or question marks
(#288) Inline comments must end in full-stops, exclamation marks, or question marks
(#298) Public method name "RequestTest::testValidatesAuth" must be in lower-case letters only
(#299) Opening brace should be on the same line as the declaration
(#303) Public method name "RequestTest::testGetResourceUri" must be in lower-case letters only
(#304) Opening brace should be on the same line as the declaration
(#312) Public method name "RequestTest::testRequestHasMutableUrl" must be in lower-case letters only
(#313) Opening brace should be on the same line as the declaration
(#323) Public method name "RequestTest::testRequestHasState" must be in lower-case letters only
(#324) Opening brace should be on the same line as the declaration
(#330) Public method name "RequestTest::testSetManualResponse" must be in lower-case letters only
(#331) Opening brace should be on the same line as the declaration
(#340) Line exceeds 132 characters; contains 137 characters
(#341) Line exceeds 132 characters; contains 146 characters
(#344) Public method name "RequestTest::testRequestCanHaveManuallySetResponseBody" must be in lower-case letters only
(#345) Opening brace should be on the same line as the declaration
(#354) Variable "entityBody" must be all lower-case
(#355) Variable "entityBody" must be all lower-case
(#357) Variable "entityBody" must be all lower-case
(#366) Public method name "RequestTest::testHoldsCookies" must be in lower-case letters only
(#367) Opening brace should be on the same line as the declaration
(#370) Inline comments must end in full-stops, exclamation marks, or question marks
(#374) Inline comments must end in full-stops, exclamation marks, or question marks
(#375) Line exceeds maximum limit of 180 characters; contains 217 characters
(#381) Inline comments must end in full-stops, exclamation marks, or question marks
(#386) Inline comments must end in full-stops, exclamation marks, or question marks
(#392) Inline comments must end in full-stops, exclamation marks, or question marks
(#397) Inline comments must end in full-stops, exclamation marks, or question marks
(#412) Public method name "RequestTest::testRequestThrowsExceptionWhenSetToCompleteWithNoResponse" must be in lower-case letters only
(#413) Opening brace should be on the same line as the declaration
(#417) Public method name "RequestTest::testClonedRequestsUseNewInternalState" must be in lower-case letters only
(#418) Opening brace should be on the same line as the declaration
(#434) Public method name "RequestTest::testRecognizesBasicAuthCredentialsInUrls" must be in lower-case letters only
(#435) Opening brace should be on the same line as the declaration
(#441) Public method name "RequestTest::testRequestCanBeSentUsingCurl" must be in lower-case letters only
(#442) Opening brace should be on the same line as the declaration
(#447) Line exceeds 132 characters; contains 150 characters
(#460) Inline comments must end in full-stops, exclamation marks, or question marks
(#469) Empty CATCH statement detected
(#469) Empty CATCH statement must have a comment to explain why the exception is not handled
(#476) Variable "userAgent" must be all lower-case
(#496) Public method name "RequestTest::testThrowsExceptionsWhenUnsuccessfulResponseIsReceivedByDefault" must be in lower-case letters only
(#497) Opening brace should be on the same line as the declaration
(#512) Public method name "RequestTest::testCanShortCircuitErrorHandling" must be in lower-case letters only
(#513) Opening brace should be on the same line as the declaration
(#529) Public method name "RequestTest::testCanOverrideUnsuccessfulResponses" must be in lower-case letters only
(#530) Opening brace should be on the same line as the declaration
(#541) Variable "newResponse" must be all lower-case
(#544) Variable "newResponse" must be all lower-case
(#546) Variable "newRequest" must be all lower-case
(#547) Variable "newResponse" must be all lower-case
(#547) Variable "newRequest" must be all lower-case
(#548) Inline comments must end in full-stops, exclamation marks, or question marks
(#549) Variable "newResponse" must be all lower-case
(#550) Inline comments must end in full-stops, exclamation marks, or question marks
(#550) This comment is 43% valid code; is this commented out code?
(#558) Variable "newResponse" must be all lower-case
(#562) Public method name "RequestTest::testCanRetrieveUrlObject" must be in lower-case letters only
(#563) Opening brace should be on the same line as the declaration
(#570) Public method name "RequestTest::testUnresolvedRedirectsReturnResponse" must be in lower-case letters only
(#571) Opening brace should be on the same line as the declaration
(#583) Public method name "RequestTest::testCanSendCustomRequests" must be in lower-case letters only
(#584) Opening brace should be on the same line as the declaration
(#600) Public method name "RequestTest::testEnsuresFileCanBeCreated" must be in lower-case letters only
(#601) Opening brace should be on the same line as the declaration
(#607) Public method name "RequestTest::testAllowsFilenameForDownloadingContent" must be in lower-case letters only
(#608) Opening brace should be on the same line as the declaration
(#617) Public method name "RequestTest::testUsesCustomResponseBodyWhenItIsCustom" must be in lower-case letters only
(#618) Opening brace should be on the same line as the declaration
(#626) Public method name "RequestTest::testCanChangePortThroughScheme" must be in lower-case letters only
(#627) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/ResponseTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#16) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Opening brace should be on the same line as the declaration
(#56) Opening brace should be on the same line as the declaration
(#60) Public method name "ResponseTest::testConstructor" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Empty TRY statement detected
(#85) This comment is 63% valid code; is this commented out code?
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) No space found before comment text; expected "// $response = new Response(200, null, array('foo' => 'bar'));" but found "//$response = new Response(200, null, array('foo' => 'bar'));"
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) This comment is 86% valid code; is this commented out code?
(#86) No space found before comment text; expected "// $this->fail('Response did not throw exception when passing invalid body');" but found "//$this->fail('Response did not throw exception when passing invalid body');"
(#87) Empty CATCH statement detected
(#87) Empty CATCH statement must have a comment to explain why the exception is not handled
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) Empty CATCH statement detected
(#99) Empty CATCH statement must have a comment to explain why the exception is not handled
(#103) Public method name "ResponseTest::test__toString" must be in lower-case letters only
(#104) Opening brace should be on the same line as the declaration
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Public method name "ResponseTest::testFactory" must be in lower-case letters only
(#121) Opening brace should be on the same line as the declaration
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Public method name "ResponseTest::testFactoryCanCreateHeadResponses" must be in lower-case letters only
(#135) Opening brace should be on the same line as the declaration
(#143) Public method name "ResponseTest::testFactoryRequiresMessage" must be in lower-case letters only
(#144) Opening brace should be on the same line as the declaration
(#148) Public method name "ResponseTest::testGetBody" must be in lower-case letters only
(#149) Opening brace should be on the same line as the declaration
(#157) Public method name "ResponseTest::testManagesStatusCode" must be in lower-case letters only
(#158) Opening brace should be on the same line as the declaration
(#163) Public method name "ResponseTest::testGetMessage" must be in lower-case letters only
(#164) Opening brace should be on the same line as the declaration
(#172) Public method name "ResponseTest::testGetRawHeaders" must be in lower-case letters only
(#173) Opening brace should be on the same line as the declaration
(#180) Line exceeds 132 characters; contains 145 characters
(#183) Public method name "ResponseTest::testHandlesStatusAndStatusCodes" must be in lower-case letters only
(#184) Opening brace should be on the same line as the declaration
(#205) Public method name "ResponseTest::testIsClientError" must be in lower-case letters only
(#206) Opening brace should be on the same line as the declaration
(#213) Public method name "ResponseTest::testIsError" must be in lower-case letters only
(#214) Opening brace should be on the same line as the declaration
(#223) Public method name "ResponseTest::testIsInformational" must be in lower-case letters only
(#224) Opening brace should be on the same line as the declaration
(#231) Public method name "ResponseTest::testIsRedirect" must be in lower-case letters only
(#232) Opening brace should be on the same line as the declaration
(#239) Public method name "ResponseTest::testIsServerError" must be in lower-case letters only
(#240) Opening brace should be on the same line as the declaration
(#247) Public method name "ResponseTest::testIsSuccessful" must be in lower-case letters only
(#248) Opening brace should be on the same line as the declaration
(#255) Public method name "ResponseTest::testGetAcceptRanges" must be in lower-case letters only
(#256) Opening brace should be on the same line as the declaration
(#260) Public method name "ResponseTest::testCalculatesAge" must be in lower-case letters only
(#261) Opening brace should be on the same line as the declaration
(#269) Inline comments must end in full-stops, exclamation marks, or question marks
(#273) Public method name "ResponseTest::testGetAllow" must be in lower-case letters only
(#274) Opening brace should be on the same line as the declaration
(#278) Public method name "ResponseTest::testGetCacheControl" must be in lower-case letters only
(#279) Opening brace should be on the same line as the declaration
(#283) Public method name "ResponseTest::testGetContentEncoding" must be in lower-case letters only
(#284) Opening brace should be on the same line as the declaration
(#288) Public method name "ResponseTest::testGetContentLanguage" must be in lower-case letters only
(#289) Opening brace should be on the same line as the declaration
(#293) Public method name "ResponseTest::testGetContentLength" must be in lower-case letters only
(#294) Opening brace should be on the same line as the declaration
(#298) Public method name "ResponseTest::testGetContentLocation" must be in lower-case letters only
(#299) Opening brace should be on the same line as the declaration
(#303) Public method name "ResponseTest::testGetContentDisposition" must be in lower-case letters only
(#304) Opening brace should be on the same line as the declaration
(#308) Public method name "ResponseTest::testGetContentMd5" must be in lower-case letters only
(#309) Opening brace should be on the same line as the declaration
(#313) Public method name "ResponseTest::testGetContentRange" must be in lower-case letters only
(#314) Opening brace should be on the same line as the declaration
(#318) Public method name "ResponseTest::testGetContentType" must be in lower-case letters only
(#319) Opening brace should be on the same line as the declaration
(#323) Public method name "ResponseTest::testGetDate" must be in lower-case letters only
(#324) Opening brace should be on the same line as the declaration
(#328) Public method name "ResponseTest::testGetEtag" must be in lower-case letters only
(#329) Opening brace should be on the same line as the declaration
(#333) Public method name "ResponseTest::testGetExpires" must be in lower-case letters only
(#334) Opening brace should be on the same line as the declaration
(#338) Public method name "ResponseTest::testGetLastModified" must be in lower-case letters only
(#339) Opening brace should be on the same line as the declaration
(#343) Public method name "ResponseTest::testGetLocation" must be in lower-case letters only
(#344) Opening brace should be on the same line as the declaration
(#348) Public method name "ResponseTest::testGetPragma" must be in lower-case letters only
(#349) Opening brace should be on the same line as the declaration
(#353) Public method name "ResponseTest::testGetProxyAuthenticate" must be in lower-case letters only
(#354) Opening brace should be on the same line as the declaration
(#358) Public method name "ResponseTest::testGetServer" must be in lower-case letters only
(#359) Opening brace should be on the same line as the declaration
(#363) Public method name "ResponseTest::testGetSetCookie" must be in lower-case letters only
(#364) Opening brace should be on the same line as the declaration
(#368) Public method name "ResponseTest::testGetMultipleSetCookie" must be in lower-case letters only
(#369) Opening brace should be on the same line as the declaration
(#377) Public method name "ResponseTest::testGetSetCookieNormalizesHeaders" must be in lower-case letters only
(#378) Opening brace should be on the same line as the declaration
(#398) Public method name "ResponseTest::testGetTrailer" must be in lower-case letters only
(#399) Opening brace should be on the same line as the declaration
(#403) Public method name "ResponseTest::testGetTransferEncoding" must be in lower-case letters only
(#404) Opening brace should be on the same line as the declaration
(#408) Public method name "ResponseTest::testGetVary" must be in lower-case letters only
(#409) Opening brace should be on the same line as the declaration
(#413) Public method name "ResponseTest::testReturnsViaHeader" must be in lower-case letters only
(#414) Opening brace should be on the same line as the declaration
(#417) Public method name "ResponseTest::testGetWarning" must be in lower-case letters only
(#418) Opening brace should be on the same line as the declaration
(#422) Public method name "ResponseTest::testReturnsWwwAuthenticateHeader" must be in lower-case letters only
(#423) Opening brace should be on the same line as the declaration
(#427) Public method name "ResponseTest::testReturnsConnectionHeader" must be in lower-case letters only
(#428) Opening brace should be on the same line as the declaration
(#434) Public method name "ResponseTest::testReturnsHeaders" must be in lower-case letters only
(#435) Opening brace should be on the same line as the declaration
(#440) Public method name "ResponseTest::testHasTransferInfo" must be in lower-case letters only
(#441) Opening brace should be on the same line as the declaration
(#465) Inline comments must end in full-stops, exclamation marks, or question marks
(#469) Inline comments must end in full-stops, exclamation marks, or question marks
(#479) Private method name "ResponseTest::getResponse" must be in lower-case letters only
(#480) Opening brace should be on the same line as the declaration
(#484) Public method name "ResponseTest::testDeterminesIfItCanBeCached" must be in lower-case letters only
(#485) Opening brace should be on the same line as the declaration
(#493) Inline comments must end in full-stops, exclamation marks, or question marks
(#498) Inline comments must end in full-stops, exclamation marks, or question marks
(#506) Inline comments must end in full-stops, exclamation marks, or question marks
(#515) Public method name "ResponseTest::testDeterminesResponseMaxAge" must be in lower-case letters only
(#516) Opening brace should be on the same line as the declaration
(#519) Inline comments must end in full-stops, exclamation marks, or question marks
(#524) Inline comments must end in full-stops, exclamation marks, or question marks
(#529) Inline comments must end in full-stops, exclamation marks, or question marks
(#535) Inline comments must end in full-stops, exclamation marks, or question marks
(#540) Inline comments must end in full-stops, exclamation marks, or question marks
(#546) Public method name "ResponseTest::testDeterminesIfItCanValidate" must be in lower-case letters only
(#547) Opening brace should be on the same line as the declaration
(#558) Public method name "ResponseTest::testCalculatesFreshness" must be in lower-case letters only
(#559) Opening brace should be on the same line as the declaration
(#578) Public method name "ResponseTest::testHandlesProtocols" must be in lower-case letters only
(#579) Opening brace should be on the same line as the declaration
(#585) Public method name "ResponseTest::testComparesContentType" must be in lower-case letters only
(#586) Opening brace should be on the same line as the declaration
(#597) Public method name "ResponseTest::testResponseDeterminesIfMethodIsAllowedBaseOnAllowHeader" must be in lower-case letters only
(#598) Opening brace should be on the same line as the declaration
(#615) Public method name "ResponseTest::testParsesJsonResponses" must be in lower-case letters only
(#616) Opening brace should be on the same line as the declaration
(#619) Inline comments must end in full-stops, exclamation marks, or question marks
(#628) Public method name "ResponseTest::testThrowsExceptionWhenFailsToParseJsonResponse" must be in lower-case letters only
(#629) Opening brace should be on the same line as the declaration
(#634) Public method name "ResponseTest::testParsesXmlResponses" must be in lower-case letters only
(#635) Opening brace should be on the same line as the declaration
(#638) Inline comments must end in full-stops, exclamation marks, or question marks
(#647) Public method name "ResponseTest::testThrowsExceptionWhenFailsToParseXmlResponse" must be in lower-case letters only
(#648) Opening brace should be on the same line as the declaration
(#653) Public method name "ResponseTest::testResponseIsSerializable" must be in lower-case letters only
(#654) Opening brace should be on the same line as the declaration
(#662) Public method name "ResponseTest::testPreventsComplexExternalEntities" must be in lower-case letters only
(#663) Opening brace should be on the same line as the declaration
(#664) Line exceeds 132 characters; contains 164 characters
(#667) Variable "oldCwd" must be all lower-case
(#671) Variable "oldCwd" must be all lower-case
(#674) Variable "oldCwd" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/MimetypesTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "MimetypesTest::testGetsFromExtension" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
(#17) Public method name "MimetypesTest::testGetsFromFilename" must be in lower-case letters only
(#18) Opening brace should be on the same line as the declaration
(#22) Public method name "MimetypesTest::testGetsFromCaseInsensitiveFilename" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
(#27) Public method name "MimetypesTest::testReturnsNullWhenNoMatchFound" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/QueryAggregator/CommaAggregatorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Public method name "CommaAggregatorTest::testAggregates" must be in lower-case letters only
(#11) Opening brace should be on the same line as the declaration
(#20) Public method name "CommaAggregatorTest::testEncodes" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/QueryAggregator/DuplicateAggregatorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Public method name "DuplicateAggregatorTest::testAggregates" must be in lower-case letters only
(#11) Opening brace should be on the same line as the declaration
(#20) Public method name "DuplicateAggregatorTest::testEncodes" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/QueryAggregator/PhpAggregatorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Public method name "PhpAggregatorTest::testEncodes" must be in lower-case letters only
(#11) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/QueryStringTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#9) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Opening brace should be on the same line as the declaration
(#19) Public method name "QueryStringTest::testGetFieldSeparator" must be in lower-case letters only
(#20) Opening brace should be on the same line as the declaration
(#24) Public method name "QueryStringTest::testGetValueSeparator" must be in lower-case letters only
(#25) Opening brace should be on the same line as the declaration
(#29) Public method name "QueryStringTest::testIsUrlEncoding" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#45) Public method name "QueryStringTest::testSetFieldSeparator" must be in lower-case letters only
(#46) Opening brace should be on the same line as the declaration
(#51) Public method name "QueryStringTest::testSetValueSeparator" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#57) Public method name "QueryStringTest::testUrlEncode" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Variable "testData" must be all lower-case
(#78) Variable "testData" must be all lower-case
(#80) Variable "testData" must be all lower-case
(#83) Public method name "QueryStringTest::testToString" must be in lower-case letters only
(#84) Opening brace should be on the same line as the declaration
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Line exceeds 132 characters; contains 153 characters
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) Public method name "QueryStringTest::testAllowsMultipleValuesPerKey" must be in lower-case letters only
(#105) Opening brace should be on the same line as the declaration
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Public method name "QueryStringTest::testAllowsNestedQueryData" must be in lower-case letters only
(#116) Opening brace should be on the same line as the declaration
(#133) Public method name "QueryStringTest::parseQueryProvider" must be in lower-case letters only
(#134) Opening brace should be on the same line as the declaration
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) Public method name "QueryStringTest::testParsesQueryStrings" must be in lower-case letters only
(#158) Opening brace should be on the same line as the declaration
(#163) Public method name "QueryStringTest::testProperlyDealsWithDuplicateQueryStringValues" must be in lower-case letters only
(#164) Opening brace should be on the same line as the declaration
(#170) Public method name "QueryStringTest::testAllowsBlankQueryStringValues" must be in lower-case letters only
(#171) Opening brace should be on the same line as the declaration
(#178) Public method name "QueryStringTest::testAllowsFalsyQueryStringValues" must be in lower-case letters only
(#179) Opening brace should be on the same line as the declaration
(#186) Public method name "QueryStringTest::testFromStringIgnoresQuestionMark" must be in lower-case letters only
(#187) Opening brace should be on the same line as the declaration
(#192) Public method name "QueryStringTest::testConvertsPlusSymbolsToSpaces" must be in lower-case letters only
(#193) Opening brace should be on the same line as the declaration
(#198) Public method name "QueryStringTest::testFromStringDoesntMangleZeroes" must be in lower-case letters only
(#199) Opening brace should be on the same line as the declaration
(#204) Public method name "QueryStringTest::testAllowsZeroValues" must be in lower-case letters only
(#205) Opening brace should be on the same line as the declaration
(#216) Public method name "QueryStringTest::testFromStringDoesntStripTrailingEquals" must be in lower-case letters only
(#217) Opening brace should be on the same line as the declaration
(#222) Public method name "QueryStringTest::testGuessesIfDuplicateAggregatorShouldBeUsed" must be in lower-case letters only
(#223) Opening brace should be on the same line as the declaration
(#228) Public method name "QueryStringTest::testGuessesIfDuplicateAggregatorShouldBeUsedAndChecksForPhpStyle" must be in lower-case letters only
(#229) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/ReadLimitEntityBodyTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Opening brace should be on the same line as the declaration
(#25) Public method name "ReadLimitEntityBodyTest::testReturnsSubsetWhenCastToString" must be in lower-case letters only
(#26) Opening brace should be on the same line as the declaration
(#32) Public method name "ReadLimitEntityBodyTest::testReturnsSubsetOfEmptyBodyWhenCastToString" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
(#39) Public method name "ReadLimitEntityBodyTest::testSeeksWhenConstructed" must be in lower-case letters only
(#40) Opening brace should be on the same line as the declaration
(#44) Public method name "ReadLimitEntityBodyTest::testAllowsBoundedSeek" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#53) Public method name "ReadLimitEntityBodyTest::testReadsOnlySubsetOfData" must be in lower-case letters only
(#54) Opening brace should be on the same line as the declaration
(#60) Variable "newData" must be all lower-case
(#61) Variable "newData" must be all lower-case
(#62) Variable "newData" must be all lower-case
(#65) Public method name "ReadLimitEntityBodyTest::testClaimsConsumedWhenReadLimitIsReached" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
(#72) Public method name "ReadLimitEntityBodyTest::testContentLengthIsBounded" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#77) Public method name "ReadLimitEntityBodyTest::testContentMd5IsBasedOnSubsection" must be in lower-case letters only
(#78) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/RedirectPluginTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Public method name "RedirectPluginTest::testRedirectsRequests" must be in lower-case letters only
(#17) Opening brace should be on the same line as the declaration
(#18) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Variable "requestHistory" must be all lower-case
(#50) Variable "requestHistory" must be all lower-case
(#51) Variable "requestHistory" must be all lower-case
(#52) Variable "requestHistory" must be all lower-case
(#53) Variable "requestHistory" must be all lower-case
(#54) Variable "requestHistory" must be all lower-case
(#57) Public method name "RedirectPluginTest::testCanLimitNumberOfRedirects" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Public method name "RedirectPluginTest::testDefaultBehaviorIsToRedirectWithGetForEntityEnclosingRequests" must be in lower-case letters only
(#83) Opening brace should be on the same line as the declaration
(#101) Public method name "RedirectPluginTest::testCanRedirectWithStrictRfcCompliance" must be in lower-case letters only
(#102) Opening brace should be on the same line as the declaration
(#122) Public method name "RedirectPluginTest::testRedirect303WithGet" must be in lower-case letters only
(#123) Opening brace should be on the same line as the declaration
(#139) Public method name "RedirectPluginTest::testRedirect303WithGetWithStrictRfcCompliance" must be in lower-case letters only
(#140) Opening brace should be on the same line as the declaration
(#157) Public method name "RedirectPluginTest::testRewindsStreamWhenRedirectingIfNeeded" must be in lower-case letters only
(#158) Opening brace should be on the same line as the declaration
(#179) Public method name "RedirectPluginTest::testThrowsExceptionWhenStreamCannotBeRewound" must be in lower-case letters only
(#180) Opening brace should be on the same line as the declaration
(#195) Public method name "RedirectPluginTest::testRedirectsCanBeDisabledPerRequest" must be in lower-case letters only
(#196) Opening brace should be on the same line as the declaration
(#205) Public method name "RedirectPluginTest::testCanRedirectWithNoLeadingSlashAndQuery" must be in lower-case letters only
(#206) Opening brace should be on the same line as the declaration
(#218) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) Public method name "RedirectPluginTest::testRedirectWithStrictRfc386Compliance" must be in lower-case letters only
(#223) Opening brace should be on the same line as the declaration
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#237) Public method name "RedirectPluginTest::testResetsHistoryEachSend" must be in lower-case letters only
(#238) Opening brace should be on the same line as the declaration
(#239) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) Inline comments must end in full-stops, exclamation marks, or question marks
(#263) Public method name "RedirectPluginTest::testHandlesRedirectsWithSpacesProperly" must be in lower-case letters only
(#264) Opening brace should be on the same line as the declaration
(#265) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Server.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#47) Opening brace should be on the same line as the declaration
(#58) Opening brace should be on the same line as the declaration
(#72) Opening brace should be on the same line as the declaration
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Usage of ELSEIF not allowed; use ELSE IF instead
(#100) Public method name "Server::isRunning" must be in lower-case letters only
(#101) Opening brace should be on the same line as the declaration
(#120) Public method name "Server::getUrl" must be in lower-case letters only
(#121) Opening brace should be on the same line as the declaration
(#130) Public method name "Server::getPort" must be in lower-case letters only
(#131) Opening brace should be on the same line as the declaration
(#145) Public method name "Server::getReceivedRequests" must be in lower-case letters only
(#146) Opening brace should be on the same line as the declaration
(#162) Opening brace should be on the same line as the declaration
(#170) Inline control structures are not allowed
(#183) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/StaticClientTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Public method name "StaticClientTest::testMountsClient" must be in lower-case letters only
(#17) Opening brace should be on the same line as the declaration
(#24) Public method name "StaticClientTest::requestProvider" must be in lower-case letters only
(#25) Opening brace should be on the same line as the declaration
(#27) Closing brace must be on a line by itself
(#35) Public method name "StaticClientTest::testSendsRequests" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
(#46) Public method name "StaticClientTest::testCanCreateStreamsUsingDefaultFactory" must be in lower-case letters only
(#47) Opening brace should be on the same line as the declaration
(#54) Public method name "StaticClientTest::testCanCreateStreamsUsingCustomFactory" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#57) Space found before object operator
(#58) Space found before object operator
(#61) Space found before object operator
(#62) Space found before object operator
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/UrlTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Public method name "UrlTest::testEmptyUrl" must be in lower-case letters only
(#14) Opening brace should be on the same line as the declaration
(#19) Public method name "UrlTest::testPortIsDeterminedFromScheme" must be in lower-case letters only
(#20) Opening brace should be on the same line as the declaration
(#27) Public method name "UrlTest::testCloneCreatesNewInternalObjects" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
(#34) Public method name "UrlTest::testValidatesUrlPartsInFactory" must be in lower-case letters only
(#35) Opening brace should be on the same line as the declaration
(#46) Public method name "UrlTest::testAllowsFalsyUrlParts" must be in lower-case letters only
(#47) Opening brace should be on the same line as the declaration
(#63) Public method name "UrlTest::testBuildsRelativeUrlsWithFalsyParts" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#78) Public method name "UrlTest::testUrlStoresParts" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
(#102) Public method name "UrlTest::testHandlesPathsCorrectly" must be in lower-case letters only
(#103) Opening brace should be on the same line as the declaration
(#119) Public method name "UrlTest::testAddsQueryStringIfPresent" must be in lower-case letters only
(#120) Opening brace should be on the same line as the declaration
(#126) Public method name "UrlTest::testAddsToPath" must be in lower-case letters only
(#127) Opening brace should be on the same line as the declaration
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) Public method name "UrlTest::urlCombineDataProvider" must be in lower-case letters only
(#148) Opening brace should be on the same line as the declaration
(#162) Line exceeds 132 characters; contains 159 characters
(#172) Public method name "UrlTest::testCombinesUrls" must be in lower-case letters only
(#173) Opening brace should be on the same line as the declaration
(#177) Public method name "UrlTest::testHasGettersAndSetters" must be in lower-case letters only
(#178) Opening brace should be on the same line as the declaration
(#195) Public method name "UrlTest::testSetQueryAcceptsArray" must be in lower-case letters only
(#196) Opening brace should be on the same line as the declaration
(#202) Public method name "UrlTest::urlProvider" must be in lower-case letters only
(#203) Opening brace should be on the same line as the declaration
(#227) Public method name "UrlTest::testNormalizesPaths" must be in lower-case letters only
(#228) Opening brace should be on the same line as the declaration
(#234) Public method name "UrlTest::testSettingHostWithPortModifiesPort" must be in lower-case letters only
(#235) Opening brace should be on the same line as the declaration
(#245) Public method name "UrlTest::testValidatesUrlCanBeParsed" must be in lower-case letters only
(#246) Opening brace should be on the same line as the declaration
(#250) Public method name "UrlTest::testConvertsSpecialCharsInPathWhenCastingToString" must be in lower-case letters only
(#251) Opening brace should be on the same line as the declaration
(#260) Public method name "UrlTest::rfc3986UrlProvider" must be in lower-case letters only
(#261) Opening brace should be on the same line as the declaration
(#286) Inline comments must end in full-stops, exclamation marks, or question marks
(#297) Public method name "UrlTest::testCombinesUrlsUsingRfc3986" must be in lower-case letters only
(#298) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Inflection/InflectorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "InflectorTest::testReturnsDefaultInstance" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
(#17) Public method name "InflectorTest::testSnake" must be in lower-case letters only
(#18) Opening brace should be on the same line as the declaration
(#28) Public method name "InflectorTest::testCamel" must be in lower-case letters only
(#29) Opening brace should be on the same line as the declaration
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Inflection/MemoizingInflectorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Public method name "MemoizingInflectorTest::testUsesCache" must be in lower-case letters only
(#14) Opening brace should be on the same line as the declaration
(#26) Public method name "MemoizingInflectorTest::testProtectsAgainstCacheOverflow" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Inflection/PreComputedInflectorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "PreComputedInflectorTest::testUsesPreComputedHash" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
(#24) Public method name "PreComputedInflectorTest::testMirrorsPrecomputedValues" must be in lower-case letters only
(#25) Opening brace should be on the same line as the declaration
(#34) Public method name "PreComputedInflectorTest::testMirrorsPrecomputedValuesByMerging" must be in lower-case letters only
(#35) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Iterator/AppendIteratorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "AppendIteratorTest::testTraversesIteratorsInOrder" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Iterator/ChunkedIteratorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "ChunkedIteratorTest::testChunksIterator" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
(#22) Public method name "ChunkedIteratorTest::testChunksIteratorWithOddValues" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
(#32) Public method name "ChunkedIteratorTest::testMustNotTerminateWithTraversable" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
(#40) Public method name "ChunkedIteratorTest::testSizeOfZeroMakesIteratorInvalid" must be in lower-case letters only
(#49) Public method name "ChunkedIteratorTest::testSizeLowerZeroThrowsException" must be in lower-case letters only
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Iterator/FilterIteratorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "FilterIteratorTest::testFiltersValues" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
(#24) Public method name "FilterIteratorTest::testValidatesCallable" must be in lower-case letters only
(#25) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Iterator/MapIteratorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "MapIteratorTest::testFiltersValues" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
(#24) Public method name "MapIteratorTest::testValidatesCallable" must be in lower-case letters only
(#25) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Iterator/MethodProxyIteratorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Public method name "MethodProxyIteratorTest::testProxiesMagicCallsToInnermostIterator" must be in lower-case letters only
(#14) Opening brace should be on the same line as the declaration
(#23) Public method name "MethodProxyIteratorTest::testUsesInnerIterator" must be in lower-case letters only
(#24) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Log/ArrayLogAdapterTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#9) Public method name "ArrayLogAdapterTest::testLog" must be in lower-case letters only
(#10) Opening brace should be on the same line as the declaration
(#13) Line exceeds 132 characters; contains 136 characters
(#16) Public method name "ArrayLogAdapterTest::testClearLog" must be in lower-case letters only
(#17) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Log/ClosureLogAdapterTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "ClosureLogAdapterTest::testClosure" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
(#26) Public method name "ClosureLogAdapterTest::testThrowsExceptionWhenNotCallable" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Log/MessageFormatterTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Opening brace should be on the same line as the declaration
(#36) Space found before object operator
(#37) Space found before object operator
(#38) Space found before object operator
(#41) Space found before object operator
(#42) Space found before object operator
(#45) Space found before object operator
(#46) Space found before object operator
(#49) Space found before object operator
(#50) Space found before object operator
(#53) Space found before object operator
(#54) Space found before object operator
(#60) Public method name "MessageFormatterTest::logProvider" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Public method name "MessageFormatterTest::testFormatsMessages" must be in lower-case letters only
(#91) Opening brace should be on the same line as the declaration
(#96) Public method name "MessageFormatterTest::testFormatsRequestsAndResponses" must be in lower-case letters only
(#97) Opening brace should be on the same line as the declaration
(#103) Public method name "MessageFormatterTest::testAddsTimestamp" must be in lower-case letters only
(#104) Opening brace should be on the same line as the declaration
(#109) Public method name "MessageFormatterTest::testUsesResponseWhenNoHandleAndGettingCurlInformation" must be in lower-case letters only
(#110) Opening brace should be on the same line as the declaration
(#113) Space found before object operator
(#114) Space found before object operator
(#115) Space found before object operator
(#117) Space found before object operator
(#118) Space found before object operator
(#125) Public method name "MessageFormatterTest::testUsesEmptyStringWhenNoHandleAndNoResponse" must be in lower-case letters only
(#126) Opening brace should be on the same line as the declaration
(#131) Public method name "MessageFormatterTest::testInjectsTotalTime" must be in lower-case letters only
(#132) Opening brace should be on the same line as the declaration
(#135) Closing brace must be on a line by itself
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Log/PsrLogAdapterTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Public method name "PsrLogAdapterTest::testLogsMessagesToAdaptedObject" must be in lower-case letters only
(#16) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Log/Zf2LogAdapterTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Opening brace should be on the same line as the declaration
(#32) Public method name "Zf2LogAdapterTest::testLogsMessagesToAdaptedObject" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Public method name "Zf2LogAdapterTest::testExposesAdaptedLogObject" must be in lower-case letters only
(#48) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Mock/CustomResponseModel.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "CustomResponseModel::fromCommand" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
(#18) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Mock/ErrorResponseMock.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#9) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "ErrorResponseMock::fromCommand" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
(#20) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Mock/ExceptionMock.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#8) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Mock/MockMulti.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#7) Public method name "MockMulti::getHandle" must be in lower-case letters only
(#8) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Mock/MockObserver.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "MockObserver::getSubscribedEvents" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
(#17) Variable "eventName" must be all lower-case
(#18) Opening brace should be on the same line as the declaration
(#20) Variable "eventName" must be all lower-case
(#28) Public method name "MockObserver::getLastEvent" must be in lower-case letters only
(#29) Opening brace should be on the same line as the declaration
(#34) Opening brace should be on the same line as the declaration
(#38) Public method name "MockObserver::getGrouped" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#51) Public method name "MockObserver::getData" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#62) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Mock/MockSubject.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/Cookie/CookieParserProvider.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Public method name "CookieParserProvider::cookieParserDataProvider" must be in lower-case letters only
(#18) Opening brace should be on the same line as the declaration
(#21) Line exceeds maximum limit of 180 characters; contains 191 characters
(#28) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#30) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#31) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#32) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#33) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Line exceeds 132 characters; contains 179 characters
(#130) Line exceeds 132 characters; contains 141 characters
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#232) Line exceeds 132 characters; contains 141 characters
(#251) Inline comments must start with a capital letter, digit or 3-dots sequence
(#251) Inline comments must end in full-stops, exclamation marks, or question marks
(#342) Public method name "CookieParserProvider::testParseCookie" must be in lower-case letters only
(#343) Opening brace should be on the same line as the declaration
(#360) Inline comments must end in full-stops, exclamation marks, or question marks
(#370) Line exceeds maximum limit of 180 characters; contains 186 characters
(#374) Line exceeds maximum limit of 180 characters; contains 186 characters
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/Cookie/CookieParserTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Member variable "cookieParserClass" must be all lower-case
(#14) Public method name "CookieParserTest::testUrlDecodesCookies" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/Message/MessageParserProvider.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#7) Public method name "MessageParserProvider::requestProvider" must be in lower-case letters only
(#8) Opening brace should be on the same line as the declaration
(#13) Inline comments must end in full-stops, exclamation marks, or question marks
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Line exceeds 132 characters; contains 142 characters
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Public method name "MessageParserProvider::responseProvider" must be in lower-case letters only
(#108) Opening brace should be on the same line as the declaration
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Public method name "MessageParserProvider::compareRequestResults" must be in lower-case letters only
(#166) Opening brace should be on the same line as the declaration
(#180) Public method name "MessageParserProvider::compareResponseResults" must be in lower-case letters only
(#181) Opening brace should be on the same line as the declaration
(#195) Protected method name "MessageParserProvider::normalizeHeaders" must be in lower-case letters only
(#196) Opening brace should be on the same line as the declaration
(#202) Usage of ELSEIF not allowed; use ELSE IF instead
(#218) Public method name "MessageParserProvider::compareHttpHeaders" must be in lower-case letters only
(#219) Opening brace should be on the same line as the declaration
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/Message/MessageParserTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Public method name "MessageParserTest::testParsesRequests" must be in lower-case letters only
(#17) Opening brace should be on the same line as the declaration
(#25) Public method name "MessageParserTest::testParsesResponses" must be in lower-case letters only
(#26) Opening brace should be on the same line as the declaration
(#31) Public method name "MessageParserTest::testParsesRequestsWithMissingProtocol" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#40) Public method name "MessageParserTest::testParsesRequestsWithMissingVersion" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#49) Public method name "MessageParserTest::testParsesResponsesWithMissingReasonPhrase" must be in lower-case letters only
(#50) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/Message/PeclHttpMessageParserTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Opening brace should be on the same line as the declaration
(#22) Public method name "PeclHttpMessageParserTest::testParsesRequests" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
(#31) Public method name "PeclHttpMessageParserTest::testParsesResponses" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/ParserRegistryTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "ParserRegistryTest::testStoresObjects" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
(#20) Public method name "ParserRegistryTest::testReturnsNullWhenNotFound" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
(#26) Public method name "ParserRegistryTest::testReturnsLazyLoadedDefault" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/UriTemplate/AbstractUriTemplateTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Public method name "AbstractUriTemplateTest::templateProvider" must be in lower-case letters only
(#11) Opening brace should be on the same line as the declaration
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/UriTemplate/PeclUriTemplateTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Opening brace should be on the same line as the declaration
(#22) Public method name "PeclUriTemplateTest::testExpandsUriTemplates" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/UriTemplate/UriTemplateTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Public method name "UriTemplateTest::testExpandsUriTemplates" must be in lower-case letters only
(#16) Opening brace should be on the same line as the declaration
(#21) Public method name "UriTemplateTest::expressionProvider" must be in lower-case letters only
(#22) Opening brace should be on the same line as the declaration
(#58) Public method name "UriTemplateTest::testParsesExpressions" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Public method name "UriTemplateTest::testAllowsNestedArrayExpansion" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#94) Line exceeds 132 characters; contains 171 characters
(#100) Public method name "UriTemplateTest::testSetRegex" must be in lower-case letters only
(#101) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Async/AsyncPluginTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#16) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Public method name "AsyncPluginTest::testSubscribesToEvents" must be in lower-case letters only
(#19) Opening brace should be on the same line as the declaration
(#26) Public method name "AsyncPluginTest::testEnablesProgressCallbacks" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
(#37) Public method name "AsyncPluginTest::testAddsTimesOutAfterSending" must be in lower-case letters only
(#38) Opening brace should be on the same line as the declaration
(#52) Public method name "AsyncPluginTest::testEnsuresRequestIsSet" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#63) Public method name "AsyncPluginTest::testMasksCurlExceptions" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#78) Public method name "AsyncPluginTest::testEnsuresIntegration" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/AbstractBackoffStrategyTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Protected method name "AbstractBackoffStrategyTest::getMockStrategy" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
(#17) Space found before object operator
(#18) Space found before object operator
(#21) Public method name "AbstractBackoffStrategyTest::testReturnsZeroWhenNoNextAndGotNull" must be in lower-case letters only
(#22) Opening brace should be on the same line as the declaration
(#29) Public method name "AbstractBackoffStrategyTest::testReturnsFalse" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#37) Public method name "AbstractBackoffStrategyTest::testReturnsNextValueWhenNullOrTrue" must be in lower-case letters only
(#38) Opening brace should be on the same line as the declaration
(#52) Public method name "AbstractBackoffStrategyTest::testReturnsFalseWhenNullAndNoNext" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#59) Public method name "AbstractBackoffStrategyTest::testHasNext" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#67) Public method name "AbstractBackoffStrategyTest::testSkipsOtherDecisionsInChainWhenOneReturnsTrue" must be in lower-case letters only
(#68) Opening brace should be on the same line as the declaration
(#69) Closing brace must be on a line by itself
(#70) Closing brace must be on a line by itself
(#71) Closing brace must be on a line by itself
(#72) Closing brace must be on a line by itself
(#79) Public method name "AbstractBackoffStrategyTest::testReturnsZeroWhenDecisionMakerReturnsTrueButNoFurtherStrategiesAreInTheChain" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
(#81) Closing brace must be on a line by itself
(#82) Closing brace must be on a line by itself
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/BackoffLoggerTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#15) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Opening brace should be on the same line as the declaration
(#24) Public method name "BackoffLoggerTest::testHasEventList" must be in lower-case letters only
(#25) Opening brace should be on the same line as the declaration
(#29) Public method name "BackoffLoggerTest::testLogsEvents" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#31) Variable "logPlugin" must be all lower-case
(#34) Space found before object operator
(#35) Space found before object operator
(#36) Space found before object operator
(#39) Space found before object operator
(#40) Space found before object operator
(#52) Variable "logPlugin" must be all lower-case
(#59) Public method name "BackoffLoggerTest::testCanSetTemplate" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#61) Closing brace must be on a line by itself
(#70) Protected method name "BackoffLoggerTest::getMocks" must be in lower-case letters only
(#71) Opening brace should be on the same line as the declaration
(#76) Variable "logPlugin" must be all lower-case
(#83) Variable "logPlugin" must be all lower-case
(#89) Protected method name "BackoffLoggerTest::getMockHandle" must be in lower-case letters only
(#90) Opening brace should be on the same line as the declaration
(#92) Space found before object operator
(#93) Space found before object operator
(#94) Space found before object operator
(#97) Space found before object operator
(#98) Space found before object operator
(#101) Space found before object operator
(#102) Space found before object operator
(#105) Space found before object operator
(#106) Space found before object operator
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/BackoffPluginTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Opening brace should be on the same line as the declaration
(#34) Public method name "BackoffPluginTest::getSubscribedEvents" must be in lower-case letters only
(#35) Opening brace should be on the same line as the declaration
(#39) Public method name "BackoffPluginTest::onRequestRetry" must be in lower-case letters only
(#40) Opening brace should be on the same line as the declaration
(#44) Public method name "BackoffPluginTest::testHasEventList" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#49) Public method name "BackoffPluginTest::testCreatesDefaultExponentialBackoffPlugin" must be in lower-case letters only
(#50) Opening brace should be on the same line as the declaration
(#66) Public method name "BackoffPluginTest::testDoesNotRetryUnlessStrategyReturnsNumber" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#72) Space found before object operator
(#73) Space found before object operator
(#76) Space found before object operator
(#77) Space found before object operator
(#85) Public method name "BackoffPluginTest::testUpdatesRequestForRetry" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
(#122) Public method name "BackoffPluginTest::testDoesNothingWhenNotRetryingAndPollingRequest" must be in lower-case letters only
(#123) Opening brace should be on the same line as the declaration
(#129) Public method name "BackoffPluginTest::testRetriesRequests" must be in lower-case letters only
(#130) Opening brace should be on the same line as the declaration
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#166) Public method name "BackoffPluginTest::testFailsOnTruncation" must be in lower-case letters only
(#167) Opening brace should be on the same line as the declaration
(#187) Public method name "BackoffPluginTest::testRetriesRequestsWhenInParallel" must be in lower-case letters only
(#188) Opening brace should be on the same line as the declaration
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#233) Public method name "BackoffPluginTest::testRetriesPooledRequestsUsingDelayAndPollingEvent" must be in lower-case letters only
(#234) Opening brace should be on the same line as the declaration
(#240) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#251) Inline comments must end in full-stops, exclamation marks, or question marks
(#255) Public method name "BackoffPluginTest::testSeeksToBeginningOfRequestBodyWhenRetrying" must be in lower-case letters only
(#256) Opening brace should be on the same line as the declaration
(#257) Inline comments must end in full-stops, exclamation marks, or question marks
(#260) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#265) Inline comments must end in full-stops, exclamation marks, or question marks
(#268) Inline comments must end in full-stops, exclamation marks, or question marks
(#272) Public method name "BackoffPluginTest::testDoesNotSeekOnRequestsWithNoBodyWhenRetrying" must be in lower-case letters only
(#273) Opening brace should be on the same line as the declaration
(#274) Inline comments must end in full-stops, exclamation marks, or question marks
(#281) Protected method name "BackoffPluginTest::getMockEvent" must be in lower-case letters only
(#282) Opening brace should be on the same line as the declaration
(#283) Inline comments must end in full-stops, exclamation marks, or question marks
(#285) Space found before object operator
(#286) Space found before object operator
(#288) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/CallbackBackoffStrategyTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Public method name "CallbackBackoffStrategyTest::testEnsuresIsCallable" must be in lower-case letters only
(#16) Opening brace should be on the same line as the declaration
(#20) Public method name "CallbackBackoffStrategyTest::testRetriesWithCallable" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
(#23) Closing brace must be on a line by itself
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) Closing brace must be on a line by itself
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/ConstantBackoffStrategyTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "ConstantBackoffStrategyTest::testRetriesWithConstantDelay" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/CurlBackoffStrategyTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Public method name "CurlBackoffStrategyTest::testRetriesWithExponentialDelay" must be in lower-case letters only
(#16) Opening brace should be on the same line as the declaration
(#30) Public method name "CurlBackoffStrategyTest::testIgnoresNonErrors" must be in lower-case letters only
(#31) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/ExponentialBackoffStrategyTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "ExponentialBackoffStrategyTest::testRetriesWithExponentialDelay" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/HttpBackoffStrategyTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "HttpBackoffStrategyTest::testRetriesWhenCodeMatches" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
(#31) Public method name "HttpBackoffStrategyTest::testAllowsCustomCodes" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#41) Public method name "HttpBackoffStrategyTest::testIgnoresNonErrors" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/LinearBackoffStrategyTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "LinearBackoffStrategyTest::testRetriesWithLinearDelay" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/ReasonPhraseBackoffStrategyTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "ReasonPhraseBackoffStrategyTest::testRetriesWhenCodeMatches" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
(#26) Public method name "ReasonPhraseBackoffStrategyTest::testIgnoresNonErrors" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/TruncatedBackoffStrategyTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Public method name "TruncatedBackoffStrategyTest::testRetriesWhenLessThanMax" must be in lower-case letters only
(#16) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/CachePluginTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Public method name "CachePluginTest::testAddsDefaultStorage" must be in lower-case letters only
(#24) Opening brace should be on the same line as the declaration
(#29) Public method name "CachePluginTest::testAddsDefaultCollaborators" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#46) Public method name "CachePluginTest::testAddsCallbackCollaborators" must be in lower-case letters only
(#47) Opening brace should be on the same line as the declaration
(#49) Closing brace must be on a line by itself
(#56) Public method name "CachePluginTest::testCanPassCacheAsOnlyArgumentToConstructor" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
(#62) Public method name "CachePluginTest::testUsesCreatedCacheStorage" must be in lower-case letters only
(#63) Opening brace should be on the same line as the declaration
(#70) Public method name "CachePluginTest::testUsesProvidedOptions" must be in lower-case letters only
(#71) Opening brace should be on the same line as the declaration
(#83) Public method name "CachePluginTest::satisfyProvider" must be in lower-case letters only
(#84) Opening brace should be on the same line as the declaration
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Line exceeds 132 characters; contains 150 characters
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Line exceeds 132 characters; contains 143 characters
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Line exceeds maximum limit of 180 characters; contains 184 characters
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Line exceeds maximum limit of 180 characters; contains 184 characters
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Public method name "CachePluginTest::testChecksIfResponseCanSatisfyRequest" must be in lower-case letters only
(#110) Opening brace should be on the same line as the declaration
(#111) Variable "didRevalidate" must be all lower-case
(#114) Space found before object operator
(#115) Space found before object operator
(#116) Space found before object operator
(#119) Space found before object operator
(#120) Space found before object operator
(#120) Variable "didRevalidate" must be all lower-case
(#121) Variable "didRevalidate" must be all lower-case
(#131) Variable "didRevalidate" must be all lower-case
(#134) Public method name "CachePluginTest::satisfyFailedProvider" must be in lower-case letters only
(#135) Opening brace should be on the same line as the declaration
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Line exceeds 132 characters; contains 179 characters
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Line exceeds maximum limit of 180 characters; contains 182 characters
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) Line exceeds maximum limit of 180 characters; contains 183 characters
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#146) Line exceeds 132 characters; contains 162 characters
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) Line exceeds 132 characters; contains 163 characters
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) Line exceeds 132 characters; contains 164 characters
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#152) Line exceeds maximum limit of 180 characters; contains 202 characters
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) Line exceeds maximum limit of 180 characters; contains 202 characters
(#161) Public method name "CachePluginTest::testChecksIfResponseCanSatisfyFailedRequest" must be in lower-case letters only
(#162) Opening brace should be on the same line as the declaration
(#168) Public method name "CachePluginTest::testDoesNothingWhenRequestIsNotCacheable" must be in lower-case letters only
(#169) Opening brace should be on the same line as the declaration
(#171) Space found before object operator
(#172) Space found before object operator
(#177) Closing brace must be on a line by itself
(#185) Public method name "CachePluginTest::satisfiableProvider" must be in lower-case letters only
(#186) Opening brace should be on the same line as the declaration
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) Public method name "CachePluginTest::testInjectsSatisfiableResponses" must be in lower-case letters only
(#201) Opening brace should be on the same line as the declaration
(#203) Space found before object operator
(#204) Space found before object operator
(#222) Commas (,) must be followed by white space.
(#233) Public method name "CachePluginTest::satisfiableOnErrorProvider" must be in lower-case letters only
(#234) Opening brace should be on the same line as the declaration
(#249) Public method name "CachePluginTest::testInjectsSatisfiableResponsesOnError" must be in lower-case letters only
(#249) Variable "cacheResponse" must be all lower-case
(#250) Opening brace should be on the same line as the declaration
(#252) Space found before object operator
(#253) Space found before object operator
(#254) Variable "cacheResponse" must be all lower-case
(#265) Variable "cacheResponse" must be all lower-case
(#266) Variable "cacheResponse" must be all lower-case
(#271) Line exceeds 132 characters; contains 143 characters
(#272) Line exceeds 132 characters; contains 144 characters
(#284) Public method name "CachePluginTest::testInjectsSatisfiableResponsesOnException" must be in lower-case letters only
(#284) Variable "cacheResponse" must be all lower-case
(#285) Opening brace should be on the same line as the declaration
(#287) Space found before object operator
(#288) Space found before object operator
(#289) Variable "cacheResponse" must be all lower-case
(#308) Variable "cacheResponse" must be all lower-case
(#309) Variable "cacheResponse" must be all lower-case
(#314) Line exceeds 132 characters; contains 143 characters
(#315) Line exceeds 132 characters; contains 144 characters
(#324) Public method name "CachePluginTest::unsatisfiableOnErrorProvider" must be in lower-case letters only
(#325) Opening brace should be on the same line as the declaration
(#329) Inline comments must start with a capital letter, digit or 3-dots sequence
(#329) Inline comments must end in full-stops, exclamation marks, or question marks
(#333) Line exceeds 132 characters; contains 141 characters
(#335) Inline comments must start with a capital letter, digit or 3-dots sequence
(#335) Inline comments must end in full-stops, exclamation marks, or question marks
(#339) Line exceeds 132 characters; contains 141 characters
(#341) Inline comments must start with a capital letter, digit or 3-dots sequence
(#341) Inline comments must end in full-stops, exclamation marks, or question marks
(#345) Line exceeds 132 characters; contains 143 characters
(#353) Public method name "CachePluginTest::testDoesNotInjectUnsatisfiableResponsesOnError" must be in lower-case letters only
(#353) Variable "requestCanCache" must be all lower-case
(#353) Variable "requestHeaders" must be all lower-case
(#353) Variable "cacheResponse" must be all lower-case
(#354) Opening brace should be on the same line as the declaration
(#356) Space found before object operator
(#357) Space found before object operator
(#358) Variable "requestCanCache" must be all lower-case
(#358) Variable "cacheResponse" must be all lower-case
(#360) Variable "requestHeaders" must be all lower-case
(#377) Public method name "CachePluginTest::testDoesNotInjectUnsatisfiableResponsesOnException" must be in lower-case letters only
(#377) Variable "requestCanCache" must be all lower-case
(#377) Variable "requestHeaders" must be all lower-case
(#377) Variable "responseParts" must be all lower-case
(#378) Opening brace should be on the same line as the declaration
(#380) Space found before object operator
(#381) Space found before object operator
(#382) Variable "requestCanCache" must be all lower-case
(#382) Variable "responseParts" must be all lower-case
(#384) Variable "requestHeaders" must be all lower-case
(#399) Public method name "CachePluginTest::testCachesResponsesWhenCacheable" must be in lower-case letters only
(#400) Opening brace should be on the same line as the declaration
(#417) Public method name "CachePluginTest::testPurgesRequests" must be in lower-case letters only
(#418) Opening brace should be on the same line as the declaration
(#420) Space found before object operator
(#421) Space found before object operator
(#428) Public method name "CachePluginTest::testAutoPurgesRequests" must be in lower-case letters only
(#429) Opening brace should be on the same line as the declaration
(#431) Space found before object operator
(#432) Space found before object operator
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/CallbackCanCacheStrategyTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#16) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Public method name "CallbackCanCacheStrategyTest::testConstructorEnsuresCallbackIsCallable" must be in lower-case letters only
(#22) Opening brace should be on the same line as the declaration
(#26) Public method name "CallbackCanCacheStrategyTest::testUsesCallback" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
(#28) Closing brace must be on a line by itself
(#36) Public method name "CallbackCanCacheStrategyTest::testIntegrationWithCachePlugin" must be in lower-case letters only
(#37) Opening brace should be on the same line as the declaration
(#39) Closing brace must be on a line by itself
(#40) Closing brace must be on a line by itself
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Space found before object operator
(#59) Space found before object operator
(#60) Space found before object operator
(#63) Space found before object operator
(#64) Space found before object operator
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DefaultCacheStorageTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#15) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Protected method name "DefaultCacheStorageTest::getCache" must be in lower-case letters only
(#18) Opening brace should be on the same line as the declaration
(#42) Public method name "DefaultCacheStorageTest::testReturnsNullForCacheMiss" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#48) Public method name "DefaultCacheStorageTest::testCachesRequests" must be in lower-case letters only
(#49) Opening brace should be on the same line as the declaration
(#51) Variable "foundRequest" must be all lower-case
(#51) Variable "foundBody" must be all lower-case
(#51) Variable "bodyKey" must be all lower-case
(#54) Variable "foundRequest" must be all lower-case
(#56) Variable "bodyKey" must be all lower-case
(#60) Usage of ELSEIF not allowed; use ELSE IF instead
(#61) Variable "foundBody" must be all lower-case
(#64) Variable "bodyKey" must be all lower-case
(#64) Variable "foundBody" must be all lower-case
(#65) Variable "foundRequest" must be all lower-case
(#68) Public method name "DefaultCacheStorageTest::testFetchesResponse" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#79) Public method name "DefaultCacheStorageTest::testDeletesRequestItemsAndBody" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
(#87) Public method name "DefaultCacheStorageTest::testCachesMultipleRequestsWithVary" must be in lower-case letters only
(#88) Opening brace should be on the same line as the declaration
(#109) Public method name "DefaultCacheStorageTest::testPurgeRemovesAllMethodCaches" must be in lower-case letters only
(#110) Opening brace should be on the same line as the declaration
(#125) Public method name "DefaultCacheStorageTest::testRemovesExpiredResponses" must be in lower-case letters only
(#126) Opening brace should be on the same line as the declaration
(#137) Public method name "DefaultCacheStorageTest::testUsesVaryToDetermineResult" must be in lower-case letters only
(#138) Opening brace should be on the same line as the declaration
(#145) Public method name "DefaultCacheStorageTest::testEnsuresResponseIsStillPresent" must be in lower-case letters only
(#146) Opening brace should be on the same line as the declaration
(#154) Public method name "DefaultCacheStorageTest::staleProvider" must be in lower-case letters only
(#155) Opening brace should be on the same line as the declaration
(#171) Public method name "DefaultCacheStorageTest::testUsesStaleTimeDirectiveForTtd" must be in lower-case letters only
(#172) Opening brace should be on the same line as the declaration
(#185) Public method name "DefaultCacheStorageTest::testCanFilterCacheKeys" must be in lower-case letters only
(#186) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DefaultCanCacheStrategyTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "DefaultCanCacheStrategyTest::testReturnsRequestcanCacheRequest" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
(#21) Public method name "DefaultCanCacheStrategyTest::testDoesNotCacheNoStore" must be in lower-case letters only
(#22) Opening brace should be on the same line as the declaration
(#28) Public method name "DefaultCanCacheStrategyTest::testCanCacheResponse" must be in lower-case letters only
(#29) Opening brace should be on the same line as the declaration
(#31) Space found before object operator
(#32) Space found before object operator
(#33) Space found before object operator
(#35) Space found before object operator
(#36) Space found before object operator
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DefaultRevalidationTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#23) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Protected method name "DefaultRevalidationTest::getHttpDate" must be in lower-case letters only
(#26) Opening brace should be on the same line as the declaration
(#35) Public method name "DefaultRevalidationTest::cacheRevalidationDataProvider" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Line exceeds 132 characters; contains 160 characters
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Line exceeds 132 characters; contains 139 characters
(#73) Public method name "DefaultRevalidationTest::testRevalidatesResponsesAgainstOriginServer" must be in lower-case letters only
(#74) Opening brace should be on the same line as the declaration
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#83) Line exceeds 132 characters; contains 141 characters
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) Public method name "DefaultRevalidationTest::testHandles404RevalidationResponses" must be in lower-case letters only
(#109) Opening brace should be on the same line as the declaration
(#112) Variable "badResponse" must be all lower-case
(#113) Variable "badRequest" must be all lower-case
(#114) Variable "badRequest" must be all lower-case
(#114) Variable "badResponse" must be all lower-case
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) Space found before object operator
(#124) Space found before object operator
(#125) Space found before object operator
(#128) Space found before object operator
(#129) Space found before object operator
(#129) Variable "badRequest" must be all lower-case
(#135) Variable "badResponse" must be all lower-case
(#140) Public method name "DefaultRevalidationTest::testCanRevalidateWithPlugin" must be in lower-case letters only
(#141) Opening brace should be on the same line as the declaration
(#168) Public method name "DefaultRevalidationTest::testCanHandleRevalidationFailures" must be in lower-case letters only
(#169) Opening brace should be on the same line as the declaration
(#192) Public method name "DefaultRevalidationTest::testCanHandleStaleIfErrorWhenRevalidating" must be in lower-case letters only
(#193) Opening brace should be on the same line as the declaration
(#220) Public method name "DefaultRevalidationTest::testDoesNotTouchClosureListeners" must be in lower-case letters only
(#221) Opening brace should be on the same line as the declaration
(#242) Closing brace must be on a line by itself
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DenyRevalidationTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "DenyRevalidationTest::testDeniesRequestRevalidation" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/SkipRevalidationTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "SkipRevalidationTest::testSkipsRequestRevalidation" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookieJar/ArrayCookieJarTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Opening brace should be on the same line as the declaration
(#25) Protected method name "ArrayCookieJarTest::getTestCookies" must be in lower-case letters only
(#26) Opening brace should be on the same line as the declaration
(#30) Line exceeds 132 characters; contains 134 characters
(#37) Public method name "ArrayCookieJarTest::getCookiesDataProvider" must be in lower-case letters only
(#38) Opening brace should be on the same line as the declaration
(#53) Public method name "ArrayCookieJarTest::testStoresAndRetrievesCookies" must be in lower-case letters only
(#54) Opening brace should be on the same line as the declaration
(#65) Public method name "ArrayCookieJarTest::testRemovesExpiredCookies" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
(#75) Public method name "ArrayCookieJarTest::testRemovesTemporaryCookies" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
(#85) Public method name "ArrayCookieJarTest::testIsSerializable" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Public method name "ArrayCookieJarTest::testRemovesSelectively" must be in lower-case letters only
(#107) Opening brace should be on the same line as the declaration
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) Public method name "ArrayCookieJarTest::testDoesNotAddIncompleteCookies" must be in lower-case letters only
(#130) Opening brace should be on the same line as the declaration
(#147) Public method name "ArrayCookieJarTest::testDoesAddValidCookies" must be in lower-case letters only
(#148) Opening brace should be on the same line as the declaration
(#166) Public method name "ArrayCookieJarTest::testOverwritesCookiesThatAreOlderOrDiscardable" must be in lower-case letters only
(#167) Opening brace should be on the same line as the declaration
(#182) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) Public method name "ArrayCookieJarTest::testOverwritesCookiesThatHaveChanged" must be in lower-case letters only
(#205) Opening brace should be on the same line as the declaration
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#227) Inline comments must end in full-stops, exclamation marks, or question marks
(#237) Public method name "ArrayCookieJarTest::testAddsCookiesFromResponseWithNoRequest" must be in lower-case letters only
(#238) Opening brace should be on the same line as the declaration
(#241) Line exceeds maximum limit of 180 characters; contains 294 characters
(#244) Line exceeds 132 characters; contains 146 characters
(#255) Public method name "ArrayCookieJarTest::testAddsCookiesFromResponseWithRequest" must be in lower-case letters only
(#256) Opening brace should be on the same line as the declaration
(#258) Line exceeds maximum limit of 180 characters; contains 280 characters
(#265) Public method name "ArrayCookieJarTest::getMatchingCookiesDataProvider" must be in lower-case letters only
(#266) Opening brace should be on the same line as the declaration
(#279) Public method name "ArrayCookieJarTest::testReturnsCookiesMatchingRequests" must be in lower-case letters only
(#280) Opening brace should be on the same line as the declaration
(#343) Public method name "ArrayCookieJarTest::testThrowsExceptionWithStrictMode" must be in lower-case letters only
(#344) Opening brace should be on the same line as the declaration
(#354) Public method name "ArrayCookieJarTest::testRemoveExistingCookieIfEmpty" must be in lower-case letters only
(#355) Opening brace should be on the same line as the declaration
(#356) Inline comments must end in full-stops, exclamation marks, or question marks
(#376) Inline comments must end in full-stops, exclamation marks, or question marks
(#379) Inline comments must start with a capital letter, digit or 3-dots sequence
(#379) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookieJar/FileCookieJarTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Opening brace should be on the same line as the declaration
(#20) Public method name "FileCookieJarTest::testLoadsFromFileFile" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
(#27) Public method name "FileCookieJarTest::testPersistsToFileFile" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookiePluginTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#16) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Public method name "CookiePluginTest::testExtractsAndStoresCookies" must be in lower-case letters only
(#19) Opening brace should be on the same line as the declaration
(#22) Space found before object operator
(#23) Space found before object operator
(#26) Space found before object operator
(#27) Space found before object operator
(#35) Public method name "CookiePluginTest::testAddsCookiesToRequests" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
(#43) Space found before object operator
(#44) Space found before object operator
(#47) Space found before object operator
(#48) Space found before object operator
(#63) Public method name "CookiePluginTest::testCookiesAreExtractedFromRedirectResponses" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#92) Public method name "CookiePluginTest::testCookiesAreNotAddedWhenParamIsSet" must be in lower-case letters only
(#93) Opening brace should be on the same line as the declaration
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Public method name "CookiePluginTest::testProvidesCookieJar" must be in lower-case letters only
(#123) Opening brace should be on the same line as the declaration
(#129) Public method name "CookiePluginTest::testEscapesCookieDomains" must be in lower-case letters only
(#130) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookieTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "CookieTest::testInitializesDefaultValues" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
(#19) Public method name "CookieTest::testConvertsDateTimeMaxAgeToUnixTimestamp" must be in lower-case letters only
(#20) Opening brace should be on the same line as the declaration
(#27) Public method name "CookieTest::testAddsExpiresBasedOnMaxAge" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
(#36) Public method name "CookieTest::testHoldsValues" must be in lower-case letters only
(#37) Opening brace should be on the same line as the declaration
(#83) Space found before object operator
(#84) Space found before object operator
(#85) Space found before object operator
(#86) Space found before object operator
(#87) Space found before object operator
(#88) Space found before object operator
(#89) Space found before object operator
(#90) Space found before object operator
(#91) Space found before object operator
(#92) Space found before object operator
(#93) Space found before object operator
(#94) Space found before object operator
(#95) Space found before object operator
(#113) Public method name "CookieTest::testDeterminesIfExpired" must be in lower-case letters only
(#114) Opening brace should be on the same line as the declaration
(#122) Public method name "CookieTest::testMatchesPorts" must be in lower-case letters only
(#123) Opening brace should be on the same line as the declaration
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Public method name "CookieTest::testMatchesDomain" must be in lower-case letters only
(#134) Opening brace should be on the same line as the declaration
(#161) Public method name "CookieTest::testMatchesPath" must be in lower-case letters only
(#162) Opening brace should be on the same line as the declaration
(#168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#178) Inline comments must start with a capital letter, digit or 3-dots sequence
(#187) Public method name "CookieTest::cookieValidateProvider" must be in lower-case letters only
(#188) Opening brace should be on the same line as the declaration
(#202) Public method name "CookieTest::testValidatesCookies" must be in lower-case letters only
(#203) Opening brace should be on the same line as the declaration
(#212) Public method name "CookieTest::testCreatesInvalidCharacterString" must be in lower-case letters only
(#213) Opening brace should be on the same line as the declaration
(#219) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/CurlAuth/CurlAuthPluginTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "CurlAuthPluginTest::testAddsBasicAuthentication" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
(#16) Variable "emitWarnings" must be all lower-case
(#23) Variable "emitWarnings" must be all lower-case
(#26) Public method name "CurlAuthPluginTest::testAddsDigestAuthentication" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
(#28) Variable "emitWarnings" must be all lower-case
(#37) Variable "emitWarnings" must be all lower-case
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/ErrorResponse/ErrorResponsePluginTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Public method name "ErrorResponsePluginTest::tearDownAfterClass" must be in lower-case letters only
(#19) Opening brace should be on the same line as the declaration
(#24) Opening brace should be on the same line as the declaration
(#25) Variable "mockError" must be all lower-case
(#31) Variable "mockError" must be all lower-case
(#32) Variable "mockError" must be all lower-case
(#33) Variable "mockError" must be all lower-case
(#64) Public method name "ErrorResponsePluginTest::testSkipsWhenErrorResponsesIsNotSet" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#71) Public method name "ErrorResponsePluginTest::testSkipsWhenErrorResponsesIsNotSetAndAllowsSuccess" must be in lower-case letters only
(#72) Opening brace should be on the same line as the declaration
(#82) Public method name "ErrorResponsePluginTest::testEnsuresErrorResponseExists" must be in lower-case letters only
(#83) Opening brace should be on the same line as the declaration
(#93) Public method name "ErrorResponsePluginTest::testEnsuresErrorResponseImplementsInterface" must be in lower-case letters only
(#94) Opening brace should be on the same line as the declaration
(#100) Public method name "ErrorResponsePluginTest::testThrowsSpecificErrorResponseOnMatch" must be in lower-case letters only
(#101) Opening brace should be on the same line as the declaration
(#117) Public method name "ErrorResponsePluginTest::testThrowsWhenCodeAndPhraseMatch" must be in lower-case letters only
(#118) Opening brace should be on the same line as the declaration
(#124) Public method name "ErrorResponsePluginTest::testSkipsWhenReasonDoesNotMatch" must be in lower-case letters only
(#125) Opening brace should be on the same line as the declaration
(#131) Public method name "ErrorResponsePluginTest::testSkipsWhenNoClassIsSet" must be in lower-case letters only
(#132) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/History/HistoryPluginTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#24) Protected method name "HistoryPluginTest::addRequests" must be in lower-case letters only
(#25) Opening brace should be on the same line as the declaration
(#38) Public method name "HistoryPluginTest::testDescribesSubscribedEvents" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#43) Public method name "HistoryPluginTest::testMaintainsLimitValue" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#50) Public method name "HistoryPluginTest::testAddsRequests" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#63) Public method name "HistoryPluginTest::testMaintainsLimit" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#77) Public method name "HistoryPluginTest::testReturnsLastRequest" must be in lower-case letters only
(#78) Opening brace should be on the same line as the declaration
(#84) Public method name "HistoryPluginTest::testReturnsLastResponse" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#91) Public method name "HistoryPluginTest::testClearsHistory" must be in lower-case letters only
(#92) Opening brace should be on the same line as the declaration
(#103) Public method name "HistoryPluginTest::testUpdatesAddRequests" must be in lower-case letters only
(#104) Opening brace should be on the same line as the declaration
(#116) Public method name "HistoryPluginTest::testCanCastToString" must be in lower-case letters only
(#117) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Log/LogPluginTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Opening brace should be on the same line as the declaration
(#28) Public method name "LogPluginTest::testIgnoresCurlEventsWhenNotWiringBodies" must be in lower-case letters only
(#29) Opening brace should be on the same line as the declaration
(#38) Public method name "LogPluginTest::testLogsWhenComplete" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#53) Public method name "LogPluginTest::testWiresBodiesWhenNeeded" must be in lower-case letters only
(#54) Opening brace should be on the same line as the declaration
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Variable "tmpFile" must be all lower-case
(#66) Variable "tmpFile" must be all lower-case
(#74) Variable "tmpFile" must be all lower-case
(#79) Public method name "LogPluginTest::testHasHelpfulStaticFactoryMethod" must be in lower-case letters only
(#80) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Md5/CommandContentMd5PluginTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Protected method name "CommandContentMd5PluginTest::getClient" must be in lower-case letters only
(#16) Opening brace should be on the same line as the declaration
(#37) Public method name "CommandContentMd5PluginTest::testHasEvents" must be in lower-case letters only
(#38) Opening brace should be on the same line as the declaration
(#42) Public method name "CommandContentMd5PluginTest::testValidatesMd5WhenParamExists" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#56) Public method name "CommandContentMd5PluginTest::testDoesNothingWhenNoPayloadExists" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
(#68) Public method name "CommandContentMd5PluginTest::testAddsValidationToResponsesOfContentMd5" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#83) Public method name "CommandContentMd5PluginTest::testIgnoresValidationWhenDisabled" must be in lower-case letters only
(#84) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Md5/Md5ValidatorPluginTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Public method name "Md5ValidatorPluginTest::testValidatesMd5" must be in lower-case letters only
(#16) Opening brace should be on the same line as the declaration
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Public method name "Md5ValidatorPluginTest::testThrowsExceptionOnInvalidMd5" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#56) Public method name "Md5ValidatorPluginTest::testSkipsWhenContentLengthIsTooLarge" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
(#70) Public method name "Md5ValidatorPluginTest::testProperlyValidatesWhenUsingContentEncoding" must be in lower-case letters only
(#71) Opening brace should be on the same line as the declaration
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Mock/MockPluginTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#15) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Public method name "MockPluginTest::testDescribesSubscribedEvents" must be in lower-case letters only
(#18) Opening brace should be on the same line as the declaration
(#22) Public method name "MockPluginTest::testDescribesEvents" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
(#27) Public method name "MockPluginTest::testCanBeTemporary" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
(#35) Public method name "MockPluginTest::testIsCountable" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
(#45) Public method name "MockPluginTest::testCanClearQueue" must be in lower-case letters only
(#46) Opening brace should be on the same line as the declaration
(#53) Public method name "MockPluginTest::testCanInspectQueue" must be in lower-case letters only
(#54) Opening brace should be on the same line as the declaration
(#63) Public method name "MockPluginTest::testRetrievesResponsesFromFiles" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#73) Public method name "MockPluginTest::testThrowsExceptionWhenResponseFileIsNotFound" must be in lower-case letters only
(#74) Opening brace should be on the same line as the declaration
(#81) Public method name "MockPluginTest::testInvalidResponsesThrowAnException" must be in lower-case letters only
(#82) Opening brace should be on the same line as the declaration
(#87) Public method name "MockPluginTest::testAddsResponseObjectsToQueue" must be in lower-case letters only
(#88) Opening brace should be on the same line as the declaration
(#95) Public method name "MockPluginTest::testAddsResponseFilesToQueue" must be in lower-case letters only
(#96) Opening brace should be on the same line as the declaration
(#105) Public method name "MockPluginTest::testAddsMockResponseToRequestFromClient" must be in lower-case letters only
(#106) Opening brace should be on the same line as the declaration
(#124) Public method name "MockPluginTest::testUpdateThrowsExceptionWhenEmpty" must be in lower-case letters only
(#125) Opening brace should be on the same line as the declaration
(#133) Public method name "MockPluginTest::testDetachesTemporaryWhenEmpty" must be in lower-case letters only
(#134) Opening brace should be on the same line as the declaration
(#145) Public method name "MockPluginTest::testLoadsResponsesFromConstructor" must be in lower-case letters only
(#146) Opening brace should be on the same line as the declaration
(#151) Public method name "MockPluginTest::testStoresMockedRequests" must be in lower-case letters only
(#152) Opening brace should be on the same line as the declaration
(#169) Public method name "MockPluginTest::testReadsBodiesFromMockedRequests" must be in lower-case letters only
(#170) Opening brace should be on the same line as the declaration
(#183) Public method name "MockPluginTest::testCanMockBadRequestExceptions" must be in lower-case letters only
(#184) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Oauth/OauthPluginTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Protected method name "OauthPluginTest::getRequest" must be in lower-case letters only
(#26) Opening brace should be on the same line as the declaration
(#32) Public method name "OauthPluginTest::testSubscribesToEvents" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
(#38) Public method name "OauthPluginTest::testAcceptsConfigurationData" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Public method name "OauthPluginTest::testCreatesStringToSignFromPostRequest" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#61) Variable "signString" must be all lower-case
(#63) Variable "signString" must be all lower-case
(#65) Variable "expectedSignString" must be all lower-case
(#65) Expected 1 space after "="; newline found
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Variable "expectedSignString" must be all lower-case
(#74) Variable "signString" must be all lower-case
(#77) Public method name "OauthPluginTest::testCreatesStringToSignIgnoringPostFields" must be in lower-case letters only
(#78) Opening brace should be on the same line as the declaration
(#87) Public method name "OauthPluginTest::testCreatesStringToSignFromPostRequestWithCustomContentType" must be in lower-case letters only
(#88) Opening brace should be on the same line as the declaration
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Public method name "OauthPluginTest::testConvertsBooleansToStrings" must be in lower-case letters only
(#108) Opening brace should be on the same line as the declaration
(#116) Public method name "OauthPluginTest::testCreatesStringToSignFromPostRequestWithNullValues" must be in lower-case letters only
(#117) Opening brace should be on the same line as the declaration
(#127) Variable "signString" must be all lower-case
(#129) Variable "signString" must be all lower-case
(#131) Variable "expectedSignString" must be all lower-case
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Variable "expectedSignString" must be all lower-case
(#139) Variable "signString" must be all lower-case
(#145) Public method name "OauthPluginTest::testMultiDimensionalArray" must be in lower-case letters only
(#146) Opening brace should be on the same line as the declaration
(#150) Line exceeds 132 characters; contains 171 characters
(#156) Public method name "OauthPluginTest::testMultiDimensionalArrayWithNonDefaultQueryAggregator" must be in lower-case letters only
(#157) Opening brace should be on the same line as the declaration
(#162) Space found before object operator
(#163) Space found before object operator
(#164) Space found before object operator
(#165) Line exceeds 132 characters; contains 152 characters
(#171) Public method name "OauthPluginTest::testSignsStrings" must be in lower-case letters only
(#172) Opening brace should be on the same line as the declaration
(#193) Public method name "OauthPluginTest::testSignsOauthRequests" must be in lower-case letters only
(#194) Opening brace should be on the same line as the declaration
(#204) Variable "authorizationHeader" must be all lower-case
(#206) Variable "authorizationHeader" must be all lower-case
(#208) Variable "stringsToCheck" must be all lower-case
(#218) Variable "totalLength" must be all lower-case
(#220) No space found before comment text; expected "// Separator is not used before first parameter." but found "//Separator is not used before first parameter."
(#223) Variable "stringsToCheck" must be all lower-case
(#223) Variable "stringToCheck" must be all lower-case
(#224) Variable "stringToCheck" must be all lower-case
(#224) Variable "authorizationHeader" must be all lower-case
(#225) Variable "totalLength" must be all lower-case
(#226) Variable "totalLength" must be all lower-case
(#226) Variable "stringToCheck" must be all lower-case
(#233) Variable "totalLength" must be all lower-case
(#233) Variable "authorizationHeader" must be all lower-case
(#233) Line exceeds 132 characters; contains 167 characters
(#236) Public method name "OauthPluginTest::testSignsOauthQueryStringRequest" must be in lower-case letters only
(#237) Opening brace should be on the same line as the declaration
(#252) Variable "stringsToCheck" must be all lower-case
(#264) Variable "queryString" must be all lower-case
(#266) Variable "totalLength" must be all lower-case
(#268) No space found before comment text; expected "// Separator is not used before first parameter." but found "//Separator is not used before first parameter."
(#271) Variable "stringsToCheck" must be all lower-case
(#271) Variable "stringToCheck" must be all lower-case
(#272) Variable "stringToCheck" must be all lower-case
(#272) Variable "queryString" must be all lower-case
(#273) Variable "totalLength" must be all lower-case
(#274) Variable "totalLength" must be all lower-case
(#274) Variable "stringToCheck" must be all lower-case
(#278) Inline comments must end in full-stops, exclamation marks, or question marks
(#279) Variable "totalLength" must be all lower-case
(#281) Variable "totalLength" must be all lower-case
(#281) Variable "queryString" must be all lower-case
(#281) Line exceeds 132 characters; contains 158 characters
(#287) Public method name "OauthPluginTest::testInvalidArgumentExceptionOnMethodError" must be in lower-case letters only
(#288) Opening brace should be on the same line as the declaration
(#303) Public method name "OauthPluginTest::testDoesNotAddFalseyValuesToAuthorization" must be in lower-case letters only
(#304) Opening brace should be on the same line as the declaration
(#313) Public method name "OauthPluginTest::testOptionalOauthParametersAreNotAutomaticallyAdded" must be in lower-case letters only
(#314) Opening brace should be on the same line as the declaration
(#332) Variable "paramsToSign" must be all lower-case
(#334) Variable "optionalParams" must be all lower-case
(#341) Variable "optionalParams" must be all lower-case
(#341) Variable "optionName" must be all lower-case
(#341) Variable "oauthName" must be all lower-case
(#342) Variable "oauthName" must be all lower-case
(#342) Variable "paramsToSign" must be all lower-case
(#342) Variable "oauthName" must be all lower-case
(#342) Line exceeds maximum limit of 180 characters; contains 190 characters
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/AbstractConfigLoaderTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Opening brace should be on the same line as the declaration
(#19) Space found before object operator
(#20) Space found before object operator
(#24) Opening brace should be on the same line as the declaration
(#33) Public method name "AbstractConfigLoaderTest::testOnlyLoadsSupportedTypes" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#42) Public method name "AbstractConfigLoaderTest::testFileMustBeReadable" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#51) Public method name "AbstractConfigLoaderTest::testMustBeSupportedExtension" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#60) Public method name "AbstractConfigLoaderTest::testJsonMustBeValue" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#72) Public method name "AbstractConfigLoaderTest::testPhpFilesMustReturnAnArray" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#80) Public method name "AbstractConfigLoaderTest::testLoadsPhpFileIncludes" must be in lower-case letters only
(#81) Opening brace should be on the same line as the declaration
(#90) Public method name "AbstractConfigLoaderTest::testCanCreateFromJson" must be in lower-case letters only
(#91) Opening brace should be on the same line as the declaration
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) Public method name "AbstractConfigLoaderTest::testUsesAliases" must be in lower-case letters only
(#106) Opening brace should be on the same line as the declaration
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Public method name "AbstractConfigLoaderTest::testCanRemoveAliases" must be in lower-case letters only
(#120) Opening brace should be on the same line as the declaration
(#127) Public method name "AbstractConfigLoaderTest::testCanLoadArraysWithIncludes" must be in lower-case letters only
(#128) Opening brace should be on the same line as the declaration
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) Public method name "AbstractConfigLoaderTest::testDoesNotEnterInfiniteLoop" must be in lower-case letters only
(#138) Opening brace should be on the same line as the declaration
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Builder/ServiceBuilderLoaderTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "ServiceBuilderLoaderTest::testBuildsServiceBuilders" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
(#14) Variable "arrayFactory" must be all lower-case
(#41) Variable "arrayFactory" must be all lower-case
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Public method name "ServiceBuilderLoaderTest::testThrowsExceptionWhenExtendingNonExistentService" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#56) Variable "arrayFactory" must be all lower-case
(#66) Variable "arrayFactory" must be all lower-case
(#69) Public method name "ServiceBuilderLoaderTest::testAllowsGlobalParameterOverrides" must be in lower-case letters only
(#70) Opening brace should be on the same line as the declaration
(#71) Variable "arrayFactory" must be all lower-case
(#84) Variable "arrayFactory" must be all lower-case
(#97) Public method name "ServiceBuilderLoaderTest::tstDoesNotErrorOnCircularReferences" must be in lower-case letters only
(#98) Opening brace should be on the same line as the declaration
(#99) Variable "arrayFactory" must be all lower-case
(#100) Variable "arrayFactory" must be all lower-case
(#108) Public method name "ServiceBuilderLoaderTest::configProvider" must be in lower-case letters only
(#109) Opening brace should be on the same line as the declaration
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) Public method name "ServiceBuilderLoaderTest::testCombinesConfigs" must be in lower-case letters only
(#171) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Builder/ServiceBuilderTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Member variable "arrayData" must be all lower-case
(#43) Public method name "ServiceBuilderTest::testAllowsSerialization" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#50) Public method name "ServiceBuilderTest::testDelegatesFactoryMethodToAbstractFactory" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#61) Public method name "ServiceBuilderTest::testThrowsExceptionWhenGettingInvalidClient" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#66) Public method name "ServiceBuilderTest::testStoresClientCopy" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Public method name "ServiceBuilderTest::testBuildersPassOptionsThroughToClients" must be in lower-case letters only
(#93) Opening brace should be on the same line as the declaration
(#111) Public method name "ServiceBuilderTest::testUsesTheDefaultBuilderWhenNoBuilderIsSpecified" must be in lower-case letters only
(#112) Opening brace should be on the same line as the declaration
(#130) Public method name "ServiceBuilderTest::testUsedAsArray" must be in lower-case letters only
(#131) Opening brace should be on the same line as the declaration
(#144) Public method name "ServiceBuilderTest::testFactoryCanCreateFromJson" must be in lower-case letters only
(#145) Opening brace should be on the same line as the declaration
(#155) Public method name "ServiceBuilderTest::testFactoryCanCreateFromArray" must be in lower-case letters only
(#156) Opening brace should be on the same line as the declaration
(#163) Public method name "ServiceBuilderTest::testFactoryDoesNotRequireParams" must be in lower-case letters only
(#164) Opening brace should be on the same line as the declaration
(#170) Public method name "ServiceBuilderTest::testBuilderAllowsReferencesBetweenClients" must be in lower-case letters only
(#171) Opening brace should be on the same line as the declaration
(#198) Public method name "ServiceBuilderTest::testEmitsEventsWhenClientsAreCreated" must be in lower-case letters only
(#199) Opening brace should be on the same line as the declaration
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#203) Inline comments must end in full-stops, exclamation marks, or question marks
(#215) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#229) Public method name "ServiceBuilderTest::testCanAddGlobalParametersToServicesOnLoad" must be in lower-case letters only
(#230) Opening brace should be on the same line as the declaration
(#244) Public method name "ServiceBuilderTest::testAddsGlobalPlugins" must be in lower-case letters only
(#245) Opening brace should be on the same line as the declaration
(#252) Public method name "ServiceBuilderTest::testCanGetData" must be in lower-case letters only
(#253) Opening brace should be on the same line as the declaration
(#259) Public method name "ServiceBuilderTest::testCanGetByAlias" must be in lower-case letters only
(#260) Opening brace should be on the same line as the declaration
(#265) Public method name "ServiceBuilderTest::testCanOverwriteParametersForThrowawayClients" must be in lower-case letters only
(#266) Opening brace should be on the same line as the declaration
(#276) Public method name "ServiceBuilderTest::testGettingAThrowawayClientWithParametersDoesNotAffectGettingOtherClients" must be in lower-case letters only
(#277) Opening brace should be on the same line as the declaration
(#287) Public method name "ServiceBuilderTest::testCanUseArbitraryData" must be in lower-case letters only
(#288) Opening brace should be on the same line as the declaration
(#297) Public method name "ServiceBuilderTest::testCanRegisterServiceData" must be in lower-case letters only
(#298) Opening brace should be on the same line as the declaration
(#313) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/CachingConfigLoaderTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "CachingConfigLoaderTest::testLoadsPhpFileIncludes" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
(#18) Space found before object operator
(#19) Space found before object operator
(#22) Space found before object operator
(#23) Space found before object operator
(#29) Public method name "CachingConfigLoaderTest::testDoesNotCacheArrays" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#33) Space found before object operator
(#34) Space found before object operator
(#37) Space found before object operator
(#38) Space found before object operator
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/ClientTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#20) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Member variable "serviceTest" must be all lower-case
(#26) Opening brace should be on the same line as the declaration
(#46) Public method name "ClientTest::testAllowsCustomClientParameters" must be in lower-case letters only
(#47) Opening brace should be on the same line as the declaration
(#55) Public method name "ClientTest::testFactoryCreatesClient" must be in lower-case letters only
(#56) Opening brace should be on the same line as the declaration
(#66) Public method name "ClientTest::testFactoryDoesNotRequireBaseUrl" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#71) Public method name "ClientTest::testDescribesEvents" must be in lower-case letters only
(#72) Opening brace should be on the same line as the declaration
(#76) Public method name "ClientTest::testExecutesCommands" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#90) Public method name "ClientTest::testExecutesCommandsWithArray" must be in lower-case letters only
(#91) Opening brace should be on the same line as the declaration
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Public method name "ClientTest::testThrowsExceptionWhenInvalidCommandIsExecuted" must be in lower-case letters only
(#111) Opening brace should be on the same line as the declaration
(#119) Public method name "ClientTest::testThrowsExceptionWhenMissingCommand" must be in lower-case letters only
(#120) Opening brace should be on the same line as the declaration
(#125) Space found before object operator
(#126) Space found before object operator
(#127) Space found before object operator
(#133) Public method name "ClientTest::testCreatesCommandsUsingCommandFactory" must be in lower-case letters only
(#134) Opening brace should be on the same line as the declaration
(#135) Variable "mockCommand" must be all lower-case
(#140) Space found before object operator
(#141) Space found before object operator
(#142) Space found before object operator
(#142) Variable "mockCommand" must be all lower-case
(#147) Variable "mockCommand" must be all lower-case
(#149) Variable "mockCommand" must be all lower-case
(#153) Public method name "ClientTest::testOwnsServiceDescription" must be in lower-case letters only
(#154) Opening brace should be on the same line as the declaration
(#163) Public method name "ClientTest::testOwnsResourceIteratorFactory" must be in lower-case letters only
(#164) Opening brace should be on the same line as the declaration
(#168) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#180) Public method name "ClientTest::testClientResetsRequestsBeforeExecutingCommands" must be in lower-case letters only
(#181) Opening brace should be on the same line as the declaration
(#196) Public method name "ClientTest::testClientCreatesIterators" must be in lower-case letters only
(#197) Opening brace should be on the same line as the declaration
(#213) Public method name "ClientTest::testClientCreatesIteratorsWithNoOptions" must be in lower-case letters only
(#214) Opening brace should be on the same line as the declaration
(#220) Public method name "ClientTest::testClientCreatesIteratorsWithCommands" must be in lower-case letters only
(#221) Opening brace should be on the same line as the declaration
(#226) Variable "iteratorCommand" must be all lower-case
(#227) Variable "iteratorCommand" must be all lower-case
(#230) Public method name "ClientTest::testClientHoldsInflector" must be in lower-case letters only
(#231) Opening brace should be on the same line as the declaration
(#240) Public method name "ClientTest::testClientAddsGlobalCommandOptions" must be in lower-case letters only
(#241) Opening brace should be on the same line as the declaration
(#251) Public method name "ClientTest::testSupportsServiceDescriptionBaseUrls" must be in lower-case letters only
(#252) Opening brace should be on the same line as the declaration
(#259) Public method name "ClientTest::testMergesDefaultCommandParamsCorrectly" must be in lower-case letters only
(#260) Opening brace should be on the same line as the declaration
(#275) Public method name "ClientTest::testWrapsSingleCommandExceptions" must be in lower-case letters only
(#276) Opening brace should be on the same line as the declaration
(#283) Public method name "ClientTest::testWrapsMultipleCommandExceptions" must be in lower-case letters only
(#284) Opening brace should be on the same line as the declaration
(#308) Public method name "ClientTest::testGetCommandAfterTwoSetDescriptions" must be in lower-case letters only
(#309) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/AbstractCommandTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#10) Protected method name "AbstractCommandTest::getClient" must be in lower-case letters only
(#11) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/ClosureCommandTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Public method name "ClosureCommandTest::testConstructorValidatesClosure" must be in lower-case letters only
(#19) Opening brace should be on the same line as the declaration
(#23) Public method name "ClosureCommandTest::testExecutesClosure" must be in lower-case letters only
(#24) Opening brace should be on the same line as the declaration
(#43) Public method name "ClosureCommandTest::testMustReturnRequest" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/CommandTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#20) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Public method name "CommandTest::testConstructorAddsDefaultParams" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
(#30) Public method name "CommandTest::testDeterminesShortName" must be in lower-case letters only
(#31) Opening brace should be on the same line as the declaration
(#46) Public method name "CommandTest::testGetRequestThrowsExceptionBeforePreparation" must be in lower-case letters only
(#47) Opening brace should be on the same line as the declaration
(#52) Public method name "CommandTest::testGetResponseExecutesCommandsWhenNeeded" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#63) Public method name "CommandTest::testGetResultExecutesCommandsWhenNeeded" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#74) Public method name "CommandTest::testSetClient" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#93) Public method name "CommandTest::testExecute" must be in lower-case letters only
(#94) Opening brace should be on the same line as the declaration
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Public method name "CommandTest::testConvertsJsonResponsesToArray" must be in lower-case letters only
(#116) Opening brace should be on the same line as the declaration
(#135) Public method name "CommandTest::testConvertsInvalidJsonResponsesToArray" must be in lower-case letters only
(#136) Opening brace should be on the same line as the declaration
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) Public method name "CommandTest::testProcessResponseIsNotXml" must be in lower-case letters only
(#158) Opening brace should be on the same line as the declaration
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) Public method name "CommandTest::testExecuteThrowsExceptionWhenNoClientIsSet" must be in lower-case letters only
(#176) Opening brace should be on the same line as the declaration
(#184) Public method name "CommandTest::testPrepareThrowsExceptionWhenNoClientIsSet" must be in lower-case letters only
(#185) Opening brace should be on the same line as the declaration
(#190) Public method name "CommandTest::testCommandsAllowsCustomRequestHeaders" must be in lower-case letters only
(#191) Opening brace should be on the same line as the declaration
(#201) Public method name "CommandTest::testCommandsAllowsCustomRequestHeadersAsArray" must be in lower-case letters only
(#202) Opening brace should be on the same line as the declaration
(#208) Private method name "CommandTest::getOperation" must be in lower-case letters only
(#209) Opening brace should be on the same line as the declaration
(#222) Public method name "CommandTest::testCommandsUsesOperation" must be in lower-case letters only
(#223) Opening brace should be on the same line as the declaration
(#232) Public method name "CommandTest::testCloneMakesNewRequest" must be in lower-case letters only
(#233) Opening brace should be on the same line as the declaration
(#245) Public method name "CommandTest::testHasOnCompleteMethod" must be in lower-case letters only
(#246) Opening brace should be on the same line as the declaration
(#250) Variable "testFunction" must be all lower-case
(#257) Variable "testFunction" must be all lower-case
(#269) Public method name "CommandTest::testOnCompleteMustBeCallable" must be in lower-case letters only
(#270) Opening brace should be on the same line as the declaration
(#276) Public method name "CommandTest::testCanSetResultManually" must be in lower-case letters only
(#277) Opening brace should be on the same line as the declaration
(#288) Public method name "CommandTest::testCanInitConfig" must be in lower-case letters only
(#289) Opening brace should be on the same line as the declaration
(#291) Space found before object operator
(#300) Space found before object operator
(#306) Public method name "CommandTest::testAddsCurlOptionsToRequestsWhenPreparing" must be in lower-case letters only
(#307) Opening brace should be on the same line as the declaration
(#318) Public method name "CommandTest::testIsInvokable" must be in lower-case letters only
(#319) Opening brace should be on the same line as the declaration
(#325) Inline comments must end in full-stops, exclamation marks, or question marks
(#329) Public method name "CommandTest::testCreatesDefaultOperation" must be in lower-case letters only
(#330) Opening brace should be on the same line as the declaration
(#335) Public method name "CommandTest::testAllowsValidatorToBeInjected" must be in lower-case letters only
(#336) Opening brace should be on the same line as the declaration
(#343) Public method name "CommandTest::testCanDisableValidation" must be in lower-case letters only
(#344) Opening brace should be on the same line as the declaration
(#348) Space found before object operator
(#349) Space found before object operator
(#356) Public method name "CommandTest::testValidatorDoesNotUpdateNonDefaultValues" must be in lower-case letters only
(#357) Opening brace should be on the same line as the declaration
(#365) Public method name "CommandTest::testValidatorUpdatesDefaultValues" must be in lower-case letters only
(#366) Opening brace should be on the same line as the declaration
(#378) Public method name "CommandTest::testValidatesCommandBeforeSending" must be in lower-case letters only
(#379) Opening brace should be on the same line as the declaration
(#383) Space found before object operator
(#384) Space found before object operator
(#395) Public method name "CommandTest::testValidatesAdditionalParameters" must be in lower-case letters only
(#396) Opening brace should be on the same line as the declaration
(#419) Public method name "CommandTest::testCanAccessValidationErrorsFromCommand" must be in lower-case letters only
(#420) Opening brace should be on the same line as the declaration
(#421) Variable "validationErrors" must be all lower-case
(#428) Space found before object operator
(#429) Space found before object operator
(#430) Variable "validationErrors" must be all lower-case
(#433) Variable "validationErrors" must be all lower-case
(#436) Public method name "CommandTest::testCanChangeResponseBody" must be in lower-case letters only
(#437) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/DefaultRequestSerializerTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
(#35) Opening brace should be on the same line as the declaration
(#40) Space found before object operator
(#41) Space found before object operator
(#45) Public method name "DefaultRequestSerializerTest::testAllowsCustomVisitor" must be in lower-case letters only
(#46) Opening brace should be on the same line as the declaration
(#54) Public method name "DefaultRequestSerializerTest::testUsesRelativePath" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#61) Public method name "DefaultRequestSerializerTest::testUsesRelativePathWithUriLocations" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#70) Public method name "DefaultRequestSerializerTest::testAllowsCustomFactory" must be in lower-case letters only
(#71) Opening brace should be on the same line as the declaration
(#77) Public method name "DefaultRequestSerializerTest::testMixedParams" must be in lower-case letters only
(#78) Opening brace should be on the same line as the declaration
(#97) Public method name "DefaultRequestSerializerTest::testValidatesAdditionalParameters" must be in lower-case letters only
(#98) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/DefaultResponseParserTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Public method name "DefaultResponseParserTest::testParsesXmlResponses" must be in lower-case letters only
(#17) Opening brace should be on the same line as the declaration
(#27) Public method name "DefaultResponseParserTest::testParsesJsonResponses" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
(#41) Public method name "DefaultResponseParserTest::testThrowsExceptionWhenParsingJsonFails" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#50) Public method name "DefaultResponseParserTest::testAddsContentTypeWhenExpectsIsSetOnCommand" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory/AliasFactoryTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#19) Opening brace should be on the same line as the declaration
(#44) Public method name "AliasFactoryTest::aliasProvider" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#61) Public method name "AliasFactoryTest::testAliasesCommands" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory/CompositeFactoryTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Private method name "CompositeFactoryTest::getFactory" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
(#15) Space found before object operator
(#16) Space found before object operator
(#19) Public method name "CompositeFactoryTest::testIsIterable" must be in lower-case letters only
(#20) Opening brace should be on the same line as the declaration
(#26) Public method name "CompositeFactoryTest::testFindsFactories" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
(#43) Public method name "CompositeFactoryTest::testCreatesCommands" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#49) Variable "mockCommand1" must be all lower-case
(#52) Space found before object operator
(#53) Space found before object operator
(#54) Space found before object operator
(#54) Variable "mockCommand1" must be all lower-case
(#57) Variable "mockCommand1" must be all lower-case
(#60) Public method name "CompositeFactoryTest::testAllowsRemovalOfFactories" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#84) Public method name "CompositeFactoryTest::testAddsFactoriesBeforeAndAtEnd" must be in lower-case letters only
(#85) Opening brace should be on the same line as the declaration
(#106) Public method name "CompositeFactoryTest::testProvidesDefaultChainForClients" must be in lower-case letters only
(#107) Opening brace should be on the same line as the declaration
(#116) Space found before object operator
(#117) Space found before object operator
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory/ConcreteClassFactoryTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Public method name "ConcreteClassFactoryTest::testProvider" must be in lower-case letters only
(#14) Opening brace should be on the same line as the declaration
(#31) Public method name "ConcreteClassFactoryTest::testCreatesConcreteCommands" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory/MapFactoryTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "MapFactoryTest::mapProvider" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
(#24) Public method name "MapFactoryTest::testCreatesCommandsUsingMappings" must be in lower-case letters only
(#25) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory/ServiceDescriptionFactoryTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "ServiceDescriptionFactoryTest::testProvider" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
(#26) Public method name "ServiceDescriptionFactoryTest::testCreatesCommandsUsingServiceDescriptions" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
(#40) Public method name "ServiceDescriptionFactoryTest::testUsesUcFirstIfNoExactMatch" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#48) Public method name "ServiceDescriptionFactoryTest::testUsesInflectionIfNoExactMatch" must be in lower-case letters only
(#49) Opening brace should be on the same line as the declaration
(#58) Protected method name "ServiceDescriptionFactoryTest::getDescription" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/AbstractVisitorTestCase.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Opening brace should be on the same line as the declaration
(#27) Protected method name "AbstractVisitorTestCase::getCommand" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
(#35) Protected method name "AbstractVisitorTestCase::getNestedCommand" must be in lower-case letters only
(#36) Opening brace should be on the same line as the declaration
(#82) Protected method name "AbstractVisitorTestCase::getCommandWithArrayParamAndFilters" must be in lower-case letters only
(#83) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/BodyVisitorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Public method name "BodyVisitorTest::testVisitsLocation" must be in lower-case letters only
(#14) Opening brace should be on the same line as the declaration
(#22) Public method name "BodyVisitorTest::testAddsExpectHeaderWhenSetToTrue" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
(#31) Public method name "BodyVisitorTest::testCanDisableExpectHeader" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#40) Public method name "BodyVisitorTest::testCanSetExpectHeaderBasedOnSize" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Public method name "BodyVisitorTest::testAddsContentEncodingWhenSetOnBody" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/HeaderVisitorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Public method name "HeaderVisitorTest::testValidatesHeaderMapsAreArrays" must be in lower-case letters only
(#17) Opening brace should be on the same line as the declaration
(#24) Public method name "HeaderVisitorTest::testVisitsLocation" must be in lower-case letters only
(#25) Opening brace should be on the same line as the declaration
(#33) Public method name "HeaderVisitorTest::testVisitsMappedPrefixHeaders" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/JsonVisitorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Public method name "JsonVisitorTest::testVisitsLocation" must be in lower-case letters only
(#14) Opening brace should be on the same line as the declaration
(#16) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) Public method name "JsonVisitorTest::testAddsJsonHeader" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
(#36) Public method name "JsonVisitorTest::testRecursivelyBuildsJsonBodies" must be in lower-case letters only
(#37) Opening brace should be on the same line as the declaration
(#43) Public method name "JsonVisitorTest::testAppliesFiltersToAdditionalProperties" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#52) Public method name "JsonVisitorTest::testAppliesFiltersToArrayItemValues" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/PostFieldVisitorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "PostFieldVisitorTest::testVisitsLocation" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
(#20) Public method name "PostFieldVisitorTest::testRecursivelyBuildsPostFields" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/PostFileVisitorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Public method name "PostFileVisitorTest::testVisitsLocation" must be in lower-case letters only
(#16) Opening brace should be on the same line as the declaration
(#20) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) Public method name "PostFileVisitorTest::testVisitsLocationWithMultipleFiles" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/QueryVisitorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "QueryVisitorTest::testVisitsLocation" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
(#24) Public method name "QueryVisitorTest::testRecursivelyBuildsQueryStrings" must be in lower-case letters only
(#25) Opening brace should be on the same line as the declaration
(#38) Public method name "QueryVisitorTest::testFiltersAreAppliedToArrayParamType" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/ResponseBodyVisitorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "ResponseBodyVisitorTest::testVisitsLocation" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/XmlVisitorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#14) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Public method name "XmlVisitorTest::xmlProvider" must be in lower-case letters only
(#17) Opening brace should be on the same line as the declaration
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#186) Inline comments must end in full-stops, exclamation marks, or question marks
(#225) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#302) Public method name "XmlVisitorTest::testSerializesXml" must be in lower-case letters only
(#303) Opening brace should be on the same line as the declaration
(#306) Space found before object operator
(#307) Space found before object operator
(#319) Public method name "XmlVisitorTest::testAddsContentTypeAndTopLevelValues" must be in lower-case letters only
(#320) Opening brace should be on the same line as the declaration
(#337) Space found before object operator
(#341) Space found before object operator
(#353) Public method name "XmlVisitorTest::testCanChangeContentType" must be in lower-case letters only
(#354) Opening brace should be on the same line as the declaration
(#360) Public method name "XmlVisitorTest::testCanAddArrayOfSimpleTypes" must be in lower-case letters only
(#361) Opening brace should be on the same line as the declaration
(#401) Public method name "XmlVisitorTest::testCanAddMultipleNamespacesToRoot" must be in lower-case letters only
(#402) Opening brace should be on the same line as the declaration
(#419) Space found before object operator
(#422) Space found before object operator
(#434) Public method name "XmlVisitorTest::testValuesAreFiltered" must be in lower-case letters only
(#435) Opening brace should be on the same line as the declaration
(#456) Space found before object operator
(#462) Space found before object operator
(#473) Public method name "XmlVisitorTest::testSkipsNullValues" must be in lower-case letters only
(#474) Opening brace should be on the same line as the declaration
(#499) Space found before object operator
(#507) Space found before object operator
(#518) Public method name "XmlVisitorTest::testAllowsXmlEncoding" must be in lower-case letters only
(#519) Opening brace should be on the same line as the declaration
(#529) Space found before object operator
(#530) Space found before object operator
(#540) Public method name "XmlVisitorTest::testAllowsSendingXmlPayloadIfNoXmlParamsWereSet" must be in lower-case letters only
(#541) Opening brace should be on the same line as the declaration
(#548) Space found before object operator
(#549) Space found before object operator
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/AbstractResponseVisitorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#8) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/BodyVisitorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "BodyVisitorTest::testVisitsLocation" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/HeaderVisitorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "HeaderVisitorTest::testVisitsLocation" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
(#26) Public method name "HeaderVisitorTest::testVisitsLocationWithFilters" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
(#38) Public method name "HeaderVisitorTest::testVisitsMappedPrefixHeaders" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#68) Public method name "HeaderVisitorTest::testDiscardingUnknownHeaders" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#85) Public method name "HeaderVisitorTest::testDiscardingUnknownPropertiesWithAliasing" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/JsonVisitorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "JsonVisitorTest::testBeforeMethodParsesXml" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
(#18) Space found before object operator
(#19) Space found before object operator
(#21) Space found before object operator
(#22) Space found before object operator
(#28) Public method name "JsonVisitorTest::testVisitsLocation" must be in lower-case letters only
(#29) Opening brace should be on the same line as the declaration
(#44) Public method name "JsonVisitorTest::testRenamesTopLevelValues" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#57) Public method name "JsonVisitorTest::testRenamesDoesNotFailForNonExistentKey" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#75) Public method name "JsonVisitorTest::testTraversesObjectsAndAppliesFilters" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
(#95) Public method name "JsonVisitorTest::testDiscardingUnknownProperties" must be in lower-case letters only
(#96) Opening brace should be on the same line as the declaration
(#118) Public method name "JsonVisitorTest::testDiscardingUnknownPropertiesWithAliasing" must be in lower-case letters only
(#119) Opening brace should be on the same line as the declaration
(#137) Public method name "JsonVisitorTest::testWalksAdditionalProperties" must be in lower-case letters only
(#138) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/ReasonPhraseVisitorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "ReasonPhraseVisitorTest::testVisitsLocation" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/StatusCodeVisitorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "StatusCodeVisitorTest::testVisitsLocation" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/XmlVisitorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "XmlVisitorTest::testBeforeMethodParsesXml" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
(#18) Space found before object operator
(#19) Space found before object operator
(#21) Space found before object operator
(#22) Space found before object operator
(#28) Public method name "XmlVisitorTest::testBeforeMethodParsesXmlWithNamespace" must be in lower-case letters only
(#29) Opening brace should be on the same line as the declaration
(#34) Space found before object operator
(#35) Space found before object operator
(#37) Space found before object operator
(#38) Space found before object operator
(#38) Line exceeds 132 characters; contains 138 characters
(#44) Public method name "XmlVisitorTest::testBeforeMethodParsesNestedXml" must be in lower-case letters only
(#45) Opening brace should be on the same line as the declaration
(#48) Space found before object operator
(#49) Space found before object operator
(#51) Space found before object operator
(#52) Space found before object operator
(#58) Public method name "XmlVisitorTest::testCanExtractAndRenameTopLevelXmlValues" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#72) Public method name "XmlVisitorTest::testEnsuresRepeatedArraysAreInCorrectLocations" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#103) Public method name "XmlVisitorTest::testEnsuresFlatArraysAreFlat" must be in lower-case letters only
(#104) Opening brace should be on the same line as the declaration
(#122) Public method name "XmlVisitorTest::xmlDataProvider" must be in lower-case letters only
(#123) Opening brace should be on the same line as the declaration
(#159) Public method name "XmlVisitorTest::testEnsuresWrappedArraysAreInCorrectLocations" must be in lower-case letters only
(#160) Opening brace should be on the same line as the declaration
(#168) Public method name "XmlVisitorTest::testCanRenameValues" must be in lower-case letters only
(#169) Opening brace should be on the same line as the declaration
(#252) Public method name "XmlVisitorTest::testCanRenameAttributes" must be in lower-case letters only
(#253) Opening brace should be on the same line as the declaration
(#310) Line exceeds 132 characters; contains 180 characters
(#331) Public method name "XmlVisitorTest::testAddsEmptyArraysWhenValueIsMissing" must be in lower-case letters only
(#332) Opening brace should be on the same line as the declaration
(#374) Public method name "XmlVisitorTest::testDiscardingUnknownProperties" must be in lower-case letters only
(#375) Opening brace should be on the same line as the declaration
(#397) Public method name "XmlVisitorTest::testDiscardingUnknownPropertiesWithAliasing" must be in lower-case letters only
(#398) Opening brace should be on the same line as the declaration
(#416) Public method name "XmlVisitorTest::testProperlyHandlesEmptyStringValues" must be in lower-case letters only
(#417) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/VisitorFlyweightTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "VisitorFlyweightTest::testUsesDefaultMappingsWithGetInstance" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
(#21) Public method name "VisitorFlyweightTest::testCanUseCustomMappings" must be in lower-case letters only
(#22) Opening brace should be on the same line as the declaration
(#31) Public method name "VisitorFlyweightTest::testThrowsExceptionWhenRetrievingUnknownVisitor" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#36) Public method name "VisitorFlyweightTest::testCachesVisitors" must be in lower-case letters only
(#37) Opening brace should be on the same line as the declaration
(#43) Public method name "VisitorFlyweightTest::testAllowsAddingVisitors" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/OperationCommandTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#20) Public method name "OperationCommandTest::testHasRequestSerializer" must be in lower-case letters only
(#21) Opening brace should be on the same line as the declaration
(#29) Public method name "OperationCommandTest::testPreparesRequestUsingSerializer" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#34) Space found before object operator
(#35) Space found before object operator
(#37) Space found before object operator
(#38) Space found before object operator
(#43) Public method name "OperationCommandTest::testParsesResponsesWithResponseParser" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#47) Space found before object operator
(#48) Space found before object operator
(#50) Space found before object operator
(#51) Space found before object operator
(#59) Public method name "OperationCommandTest::testParsesResponsesUsingModelParserWhenMatchingModelIsFound" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#85) Public method name "OperationCommandTest::testAllowsRawResponses" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/OperationResponseParserTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Public method name "OperationResponseParserTest::testHasVisitors" must be in lower-case letters only
(#24) Opening brace should be on the same line as the declaration
(#31) Public method name "OperationResponseParserTest::testUsesParentParser" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#42) Public method name "OperationResponseParserTest::testVisitsLocations" must be in lower-case letters only
(#43) Opening brace should be on the same line as the declaration
(#56) Public method name "OperationResponseParserTest::testVisitsLocationsForJsonResponse" must be in lower-case letters only
(#57) Opening brace should be on the same line as the declaration
(#74) Public method name "OperationResponseParserTest::testSkipsUnkownModels" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#85) Public method name "OperationResponseParserTest::testAllowsModelProcessingToBeDisabled" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
(#102) Public method name "OperationResponseParserTest::testCanInjectModelSchemaIntoModels" must be in lower-case letters only
(#103) Opening brace should be on the same line as the declaration
(#116) Public method name "OperationResponseParserTest::testDoesNotParseXmlWhenNotUsingXmlVisitor" must be in lower-case letters only
(#117) Opening brace should be on the same line as the declaration
(#131) Variable "brokenXml" must be all lower-case
(#134) Variable "brokenXml" must be all lower-case
(#137) Variable "brokenXml" must be all lower-case
(#140) Public method name "OperationResponseParserTest::testVisitsAdditionalProperties" must be in lower-case letters only
(#141) Opening brace should be on the same line as the declaration
(#182) Public method name "OperationResponseParserTest::testAdditionalPropertiesDisabledDiscardsData" must be in lower-case letters only
(#183) Opening brace should be on the same line as the declaration
(#228) Public method name "OperationResponseParserTest::testCreatesCustomResponseClassInterface" must be in lower-case letters only
(#229) Opening brace should be on the same line as the declaration
(#247) Public method name "OperationResponseParserTest::testEnsuresResponseClassExists" must be in lower-case letters only
(#248) Opening brace should be on the same line as the declaration
(#264) Public method name "OperationResponseParserTest::testEnsuresResponseClassImplementsResponseClassInterface" must be in lower-case letters only
(#265) Opening brace should be on the same line as the declaration
(#277) Protected method name "OperationResponseParserTest::getDescription" must be in lower-case letters only
(#278) Opening brace should be on the same line as the declaration
(#294) Public method name "OperationResponseParserTest::testCanAddListenerToParseDomainObjects" must be in lower-case letters only
(#295) Opening brace should be on the same line as the declaration
(#314) Public method name "OperationResponseParserTest::testAdditionalPropertiesWithRefAreResolved" must be in lower-case letters only
(#315) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/OperationTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Opening brace should be on the same line as the declaration
(#19) Public method name "OperationTest::testOperationIsDataObject" must be in lower-case letters only
(#20) Opening brace should be on the same line as the declaration
(#83) Public method name "OperationTest::testAllowsConcreteCommands" must be in lower-case letters only
(#84) Opening brace should be on the same line as the declaration
(#97) Public method name "OperationTest::testConvertsToArray" must be in lower-case letters only
(#98) Opening brace should be on the same line as the declaration
(#109) Variable "toArray" must be all lower-case
(#111) Variable "toArray" must be all lower-case
(#112) Variable "toArray" must be all lower-case
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Variable "toArray" must be all lower-case
(#120) Variable "toArray" must be all lower-case
(#123) Public method name "OperationTest::testDeterminesIfHasParam" must be in lower-case letters only
(#124) Opening brace should be on the same line as the declaration
(#130) Public method name "OperationTest::testReturnsParamNames" must be in lower-case letters only
(#131) Opening brace should be on the same line as the declaration
(#136) Protected method name "OperationTest::getTestCommand" must be in lower-case letters only
(#137) Opening brace should be on the same line as the declaration
(#147) Public method name "OperationTest::testCanBuildUpCommands" must be in lower-case letters only
(#148) Opening brace should be on the same line as the declaration
(#151) Space found before object operator
(#152) Space found before object operator
(#153) Space found before object operator
(#154) Space found before object operator
(#155) Space found before object operator
(#156) Space found before object operator
(#157) Space found before object operator
(#158) Space found before object operator
(#159) Space found before object operator
(#175) Public method name "OperationTest::testCanRemoveParams" must be in lower-case letters only
(#176) Opening brace should be on the same line as the declaration
(#184) Public method name "OperationTest::testAddsNameToParametersIfNeeded" must be in lower-case letters only
(#185) Opening brace should be on the same line as the declaration
(#190) Public method name "OperationTest::testContainsApiErrorInformation" must be in lower-case letters only
(#191) Opening brace should be on the same line as the declaration
(#202) Public method name "OperationTest::testHasNotes" must be in lower-case letters only
(#203) Opening brace should be on the same line as the declaration
(#210) Public method name "OperationTest::testHasData" must be in lower-case letters only
(#211) Opening brace should be on the same line as the declaration
(#226) Public method name "OperationTest::testHasServiceDescription" must be in lower-case letters only
(#227) Opening brace should be on the same line as the declaration
(#236) Public method name "OperationTest::testValidatesResponseType" must be in lower-case letters only
(#237) Opening brace should be on the same line as the declaration
(#241) Public method name "OperationTest::testInfersResponseType" must be in lower-case letters only
(#242) Opening brace should be on the same line as the declaration
(#255) Public method name "OperationTest::testHasResponseType" must be in lower-case letters only
(#256) Opening brace should be on the same line as the declaration
(#257) Inline comments must start with a capital letter, digit or 3-dots sequence
(#257) Inline comments must end in full-stops, exclamation marks, or question marks
(#260) Inline comments must end in full-stops, exclamation marks, or question marks
(#266) Public method name "OperationTest::testHasAdditionalParameters" must be in lower-case letters only
(#267) Opening brace should be on the same line as the declaration
(#286) Protected method name "OperationTest::getOperation" must be in lower-case letters only
(#287) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/ParameterTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Public method name "ParameterTest::testCreatesParamFromArray" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
(#41) Public method name "ParameterTest::testCanConvertToArray" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#48) Public method name "ParameterTest::testUsesStatic" must be in lower-case letters only
(#49) Opening brace should be on the same line as the declaration
(#57) Public method name "ParameterTest::testUsesDefault" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#66) Public method name "ParameterTest::testReturnsYourValue" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#74) Public method name "ParameterTest::testZeroValueDoesNotCauseDefaultToBeReturned" must be in lower-case letters only
(#75) Opening brace should be on the same line as the declaration
(#83) Public method name "ParameterTest::testFiltersValues" must be in lower-case letters only
(#84) Opening brace should be on the same line as the declaration
(#92) Public method name "ParameterTest::testConvertsBooleans" must be in lower-case letters only
(#93) Opening brace should be on the same line as the declaration
(#99) Public method name "ParameterTest::testUsesArrayByDefaultForFilters" must be in lower-case letters only
(#100) Opening brace should be on the same line as the declaration
(#107) Public method name "ParameterTest::testAllowsSimpleLocationValue" must be in lower-case letters only
(#108) Opening brace should be on the same line as the declaration
(#114) Public method name "ParameterTest::testParsesTypeValues" must be in lower-case letters only
(#115) Opening brace should be on the same line as the declaration
(#124) Public method name "ParameterTest::testValidatesComplexFilters" must be in lower-case letters only
(#125) Opening brace should be on the same line as the declaration
(#129) Public method name "ParameterTest::testCanBuildUpParams" must be in lower-case letters only
(#130) Opening brace should be on the same line as the declaration
(#133) Space found before object operator
(#134) Space found before object operator
(#135) Space found before object operator
(#136) Space found before object operator
(#137) Space found before object operator
(#138) Space found before object operator
(#139) Space found before object operator
(#140) Space found before object operator
(#141) Space found before object operator
(#142) Space found before object operator
(#143) Space found before object operator
(#144) Space found before object operator
(#145) Space found before object operator
(#146) Space found before object operator
(#167) Public method name "ParameterTest::testAllowsNestedShape" must be in lower-case letters only
(#168) Opening brace should be on the same line as the declaration
(#207) Public method name "ParameterTest::testAllowsComplexFilters" must be in lower-case letters only
(#208) Opening brace should be on the same line as the declaration
(#221) Public method name "ParameterTest::testCanChangeParentOfNestedParameter" must be in lower-case letters only
(#222) Opening brace should be on the same line as the declaration
(#229) Public method name "ParameterTest::testCanRemoveFromNestedStructure" must be in lower-case letters only
(#230) Opening brace should be on the same line as the declaration
(#237) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) Inline comments must end in full-stops, exclamation marks, or question marks
(#246) Public method name "ParameterTest::testAddsAdditionalProperties" must be in lower-case letters only
(#247) Opening brace should be on the same line as the declaration
(#258) Public method name "ParameterTest::testAddsItems" must be in lower-case letters only
(#259) Opening brace should be on the same line as the declaration
(#270) Public method name "ParameterTest::testHasExtraProperties" must be in lower-case letters only
(#271) Opening brace should be on the same line as the declaration
(#280) Public method name "ParameterTest::testCanRetrieveKnownPropertiesUsingDataMethod" must be in lower-case letters only
(#281) Opening brace should be on the same line as the declaration
(#288) Public method name "ParameterTest::testHasInstanceOf" must be in lower-case letters only
(#289) Opening brace should be on the same line as the declaration
(#296) Public method name "ParameterTest::testHasPattern" must be in lower-case letters only
(#297) Opening brace should be on the same line as the declaration
(#304) Public method name "ParameterTest::testHasEnum" must be in lower-case letters only
(#305) Opening brace should be on the same line as the declaration
(#312) Public method name "ParameterTest::testSerializesItems" must be in lower-case letters only
(#313) Opening brace should be on the same line as the declaration
(#324) Public method name "ParameterTest::testResolvesRefKeysRecursively" must be in lower-case letters only
(#325) Opening brace should be on the same line as the declaration
(#340) Public method name "ParameterTest::testResolvesExtendsRecursively" must be in lower-case letters only
(#341) Opening brace should be on the same line as the declaration
(#342) Variable "jarJar" must be all lower-case
(#345) Variable "jarJar" must be all lower-case
(#347) Inline comments must end in full-stops, exclamation marks, or question marks
(#360) Public method name "ParameterTest::testHasKeyMethod" must be in lower-case letters only
(#361) Opening brace should be on the same line as the declaration
(#368) Public method name "ParameterTest::testIncludesNameInToArrayWhenItemsAttributeHasName" must be in lower-case letters only
(#369) Opening brace should be on the same line as the declaration
(#389) Public method name "ParameterTest::dateTimeProvider" must be in lower-case letters only
(#390) Opening brace should be on the same line as the declaration
(#404) Public method name "ParameterTest::testAppliesFormat" must be in lower-case letters only
(#405) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/SchemaFormatterTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#10) Expected MOODLE_INTERNAL check or config.php inclusion
(#12) Public method name "SchemaFormatterTest::dateTimeProvider" must be in lower-case letters only
(#13) Opening brace should be on the same line as the declaration
(#14) Variable "dateUtc" must be all lower-case
(#15) Variable "dateOffset" must be all lower-case
(#16) Variable "expectedDateTime" must be all lower-case
(#20) Variable "dateUtc" must be all lower-case
(#20) Variable "expectedDateTime" must be all lower-case
(#21) Variable "dateUtc" must be all lower-case
(#22) Variable "dateUtc" must be all lower-case
(#23) Variable "dateUtc" must be all lower-case
(#23) Variable "dateUtc" must be all lower-case
(#24) Variable "dateUtc" must be all lower-case
(#24) Variable "dateUtc" must be all lower-case
(#25) Variable "dateUtc" must be all lower-case
(#26) Variable "dateUtc" must be all lower-case
(#27) Variable "dateUtc" must be all lower-case
(#27) Variable "dateUtc" must be all lower-case
(#32) Variable "expectedDateTime" must be all lower-case
(#33) Variable "expectedDateTime" must be all lower-case
(#34) Variable "dateOffset" must be all lower-case
(#34) Variable "expectedDateTime" must be all lower-case
(#41) Public method name "SchemaFormatterTest::testFilters" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#49) Public method name "SchemaFormatterTest::testValidatesDateTimeInput" must be in lower-case letters only
(#50) Opening brace should be on the same line as the declaration
(#54) Public method name "SchemaFormatterTest::testEnsuresTimestampsAreIntegers" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/SchemaValidatorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Opening brace should be on the same line as the declaration
(#21) Public method name "SchemaValidatorTest::testValidatesArrayListsAreNumericallyIndexed" must be in lower-case letters only
(#22) Opening brace should be on the same line as the declaration
(#31) Public method name "SchemaValidatorTest::testValidatesArrayListsContainProperItems" must be in lower-case letters only
(#32) Opening brace should be on the same line as the declaration
(#41) Public method name "SchemaValidatorTest::testAddsDefaultValuesInLists" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#48) Public method name "SchemaValidatorTest::testMergesDefaultValuesInLists" must be in lower-case letters only
(#49) Opening brace should be on the same line as the declaration
(#64) Public method name "SchemaValidatorTest::testCorrectlyConvertsParametersToArrayWhenArraysArePresent" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#73) Public method name "SchemaValidatorTest::testAllowsInstanceOf" must be in lower-case letters only
(#74) Opening brace should be on the same line as the declaration
(#85) Public method name "SchemaValidatorTest::testEnforcesInstanceOfOnlyWhenObject" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
(#97) Public method name "SchemaValidatorTest::testConvertsObjectsToArraysWhenToArrayInterface" must be in lower-case letters only
(#98) Opening brace should be on the same line as the declaration
(#100) Space found before object operator
(#101) Space found before object operator
(#103) Space found before object operator
(#104) Space found before object operator
(#117) Public method name "SchemaValidatorTest::testMergesValidationErrorsInPropertiesWithParent" must be in lower-case letters only
(#118) Opening brace should be on the same line as the declaration
(#169) Public method name "SchemaValidatorTest::testHandlesNullValuesInArraysWithDefaults" must be in lower-case letters only
(#170) Opening brace should be on the same line as the declaration
(#190) Public method name "SchemaValidatorTest::testFailsWhenNullValuesInArraysWithNoDefaults" must be in lower-case letters only
(#191) Opening brace should be on the same line as the declaration
(#209) Public method name "SchemaValidatorTest::testChecksTypes" must be in lower-case letters only
(#210) Opening brace should be on the same line as the declaration
(#234) Public method name "SchemaValidatorTest::testValidatesFalseAdditionalProperties" must be in lower-case letters only
(#235) Opening brace should be on the same line as the declaration
(#249) Public method name "SchemaValidatorTest::testAllowsUndefinedAdditionalProperties" must be in lower-case letters only
(#250) Opening brace should be on the same line as the declaration
(#260) Public method name "SchemaValidatorTest::testValidatesAdditionalProperties" must be in lower-case letters only
(#261) Opening brace should be on the same line as the declaration
(#273) Public method name "SchemaValidatorTest::testValidatesAdditionalPropertiesThatArrayArrays" must be in lower-case letters only
(#274) Opening brace should be on the same line as the declaration
(#288) Public method name "SchemaValidatorTest::testIntegersCastToStringWhenTypeMismatch" must be in lower-case letters only
(#289) Opening brace should be on the same line as the declaration
(#296) Public method name "SchemaValidatorTest::testRequiredMessageIncludesType" must be in lower-case letters only
(#297) Opening brace should be on the same line as the declaration
(#304) Protected method name "SchemaValidatorTest::getComplexParam" must be in lower-case letters only
(#305) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/ServiceDescriptionLoaderTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Public method name "ServiceDescriptionLoaderTest::testAllowsExtraData" must be in lower-case letters only
(#14) Opening brace should be on the same line as the declaration
(#27) Public method name "ServiceDescriptionLoaderTest::testAllowsDeepNestedInheritance" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Public method name "ServiceDescriptionLoaderTest::testThrowsExceptionWhenExtendingMissingCommand" must be in lower-case letters only
(#62) Opening brace should be on the same line as the declaration
(#72) Public method name "ServiceDescriptionLoaderTest::testAllowsMultipleInheritance" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#124) Public method name "ServiceDescriptionLoaderTest::testAddsOtherFields" must be in lower-case letters only
(#125) Opening brace should be on the same line as the declaration
(#135) Public method name "ServiceDescriptionLoaderTest::testCanLoadNestedExtends" must be in lower-case letters only
(#136) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/ServiceDescriptionTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Member variable "serviceData" must be all lower-case
(#18) Opening brace should be on the same line as the declaration
(#37) Public method name "ServiceDescriptionTest::testFactoryDelegatesToConcreteFactories" must be in lower-case letters only
(#38) Opening brace should be on the same line as the declaration
(#39) Variable "jsonFile" must be all lower-case
(#40) Variable "jsonFile" must be all lower-case
(#43) Public method name "ServiceDescriptionTest::testConstructor" must be in lower-case letters only
(#44) Opening brace should be on the same line as the declaration
(#51) Public method name "ServiceDescriptionTest::testIsSerializable" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#59) Public method name "ServiceDescriptionTest::testSerializesParameters" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#72) Public method name "ServiceDescriptionTest::testAllowsForJsonBasedArrayParamsFunctionalTest" must be in lower-case letters only
(#73) Opening brace should be on the same line as the declaration
(#100) Public method name "ServiceDescriptionTest::testContainsModels" must be in lower-case letters only
(#101) Opening brace should be on the same line as the declaration
(#118) Public method name "ServiceDescriptionTest::testCanAddModels" must be in lower-case letters only
(#119) Opening brace should be on the same line as the declaration
(#126) Public method name "ServiceDescriptionTest::testHasAttributes" must be in lower-case letters only
(#127) Opening brace should be on the same line as the declaration
(#150) Public method name "ServiceDescriptionTest::testPersistsCustomAttributes" must be in lower-case letters only
(#151) Opening brace should be on the same line as the declaration
(#165) Inline comments must start with a capital letter, digit or 3-dots sequence
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) Public method name "ServiceDescriptionTest::testHasToArray" must be in lower-case letters only
(#172) Opening brace should be on the same line as the declaration
(#184) Public method name "ServiceDescriptionTest::testReturnsNullWhenRetrievingMissingOperation" must be in lower-case letters only
(#185) Opening brace should be on the same line as the declaration
(#190) Public method name "ServiceDescriptionTest::testCanAddOperations" must be in lower-case letters only
(#191) Opening brace should be on the same line as the declaration
(#201) Public method name "ServiceDescriptionTest::testValidatesOperationTypes" must be in lower-case letters only
(#202) Opening brace should be on the same line as the declaration
(#208) Public method name "ServiceDescriptionTest::testHasBaseUrl" must be in lower-case letters only
(#209) Opening brace should be on the same line as the declaration
(#216) Public method name "ServiceDescriptionTest::testCanUseBasePath" must be in lower-case letters only
(#217) Opening brace should be on the same line as the declaration
(#222) Public method name "ServiceDescriptionTest::testModelsHaveNames" must be in lower-case letters only
(#223) Opening brace should be on the same line as the declaration
(#227) Expected 1 space before "=>"; 0 found
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Exception/CommandTransferExceptionTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#15) Public method name "CommandTransferExceptionTest::testStoresCommands" must be in lower-case letters only
(#16) Opening brace should be on the same line as the declaration
(#26) Public method name "CommandTransferExceptionTest::testConvertsMultiExceptionIntoCommandTransfer" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
(#41) Public method name "CommandTransferExceptionTest::testCanRetrieveExceptionForCommand" must be in lower-case letters only
(#42) Opening brace should be on the same line as the declaration
(#46) Space found before object operator
(#47) Space found before object operator
(#58) Public method name "CommandTransferExceptionTest::testAddsNonRequestExceptions" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Exception/InconsistentClientTransferExceptionTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#9) Public method name "InconsistentClientTransferExceptionTest::testStoresCommands" must be in lower-case letters only
(#10) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Exception/ValidationExceptionTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#9) Public method name "ValidationExceptionTest::testCanSetAndRetrieveErrors" must be in lower-case letters only
(#10) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/IterableCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#9) Protected method name "IterableCommand::createOperation" must be in lower-case letters only
(#10) Opening brace should be on the same line as the declaration
(#21) Opening brace should be on the same line as the declaration
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/MockCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#9) Protected method name "MockCommand::createOperation" must be in lower-case letters only
(#10) Opening brace should be on the same line as the declaration
(#29) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/OtherCommand.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#9) Protected method name "OtherCommand::createOperation" must be in lower-case letters only
(#10) Opening brace should be on the same line as the declaration
(#27) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/Sub/Sub.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#7) Closing brace must be on a line by itself
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/MockClient.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#27) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Model/MockCommandIterator.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Expected MOODLE_INTERNAL check or config.php inclusion
(#9) Member variable "calledNext" must be all lower-case
(#11) Protected method name "MockCommandIterator::sendRequest" must be in lower-case letters only
(#12) Opening brace should be on the same line as the declaration
(#28) Opening brace should be on the same line as the declaration
(#33) Public method name "MockCommandIterator::getResources" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#38) Public method name "MockCommandIterator::getIteratedCount" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/CompositeResourceIteratorFactoryTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Public method name "CompositeResourceIteratorFactoryTest::testEnsuresIteratorClassExists" must be in lower-case letters only
(#19) Opening brace should be on the same line as the declaration
(#28) Public method name "CompositeResourceIteratorFactoryTest::testBuildsResourceIterators" must be in lower-case letters only
(#29) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/MapResourceIteratorFactoryTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#17) Public method name "MapResourceIteratorFactoryTest::testEnsuresIteratorClassExists" must be in lower-case letters only
(#18) Opening brace should be on the same line as the declaration
(#23) Public method name "MapResourceIteratorFactoryTest::testBuildsResourceIterators" must be in lower-case letters only
(#24) Opening brace should be on the same line as the declaration
(#32) Public method name "MapResourceIteratorFactoryTest::testUsesWildcardMappings" must be in lower-case letters only
(#33) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/ModelTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "ModelTest::testOwnsStructure" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
(#23) Public method name "ModelTest::testCanBeUsedWithoutStructure" must be in lower-case letters only
(#24) Opening brace should be on the same line as the declaration
(#38) Public method name "ModelTest::testAllowsFiltering" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#50) Public method name "ModelTest::testDoesNotIncludeEmptyStructureInString" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#58) Public method name "ModelTest::testDoesIncludeModelStructureInString" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/ResourceIteratorClassFactoryTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Public method name "ResourceIteratorClassFactoryTest::testEnsuresIteratorClassExists" must be in lower-case letters only
(#19) Opening brace should be on the same line as the declaration
(#26) Public method name "ResourceIteratorClassFactoryTest::testBuildsResourceIterators" must be in lower-case letters only
(#27) Opening brace should be on the same line as the declaration
(#34) Public method name "ResourceIteratorClassFactoryTest::testChecksIfCanBuild" must be in lower-case letters only
(#35) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/ResourceIteratorTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#14) Public method name "ResourceIteratorTest::testDescribesEvents" must be in lower-case letters only
(#15) Opening brace should be on the same line as the declaration
(#19) Public method name "ResourceIteratorTest::testConstructorConfiguresDefaults" must be in lower-case letters only
(#20) Opening brace should be on the same line as the declaration
(#33) Public method name "ResourceIteratorTest::testSendsRequestsForNextSetOfResources" must be in lower-case letters only
(#34) Opening brace should be on the same line as the declaration
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) This comment is 75% valid code; is this commented out code?
(#51) No space found before comment text; expected "// $this->assertEquals(array('d', 'e', 'f', 'g', 'h', 'i', 'j'), $ri->toArray());" but found "//$this->assertEquals(array('d', 'e', 'f', 'g', 'h', 'i', 'j'), $ri->toArray());"
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Public method name "ResourceIteratorTest::testCalculatesPageSize" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
(#97) Public method name "ResourceIteratorTest::testUseAsArray" must be in lower-case letters only
(#98) Opening brace should be on the same line as the declaration
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Public method name "ResourceIteratorTest::testBailsWhenSendReturnsNoResults" must be in lower-case letters only
(#123) Opening brace should be on the same line as the declaration
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Public method name "ResourceIteratorTest::testHoldsDataOptions" must be in lower-case letters only
(#143) Opening brace should be on the same line as the declaration
(#150) Public method name "ResourceIteratorTest::testSettingLimitOrPageSizeClearsData" must be in lower-case letters only
(#151) Opening brace should be on the same line as the declaration
(#172) Public method name "ResourceIteratorTest::testWorksWithCustomAppendIterator" must be in lower-case letters only
(#173) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Stream/PhpStreamRequestFactoryTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#13) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Opening brace should be on the same line as the declaration
(#27) Public method name "PhpStreamRequestFactoryTest::testOpensValidStreamByCreatingContext" must be in lower-case letters only
(#28) Opening brace should be on the same line as the declaration
(#40) Public method name "PhpStreamRequestFactoryTest::testOpensValidStreamByPassingContextAndMerging" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#44) Space found before object operator
(#45) Space found before object operator
(#47) Space found before object operator
(#49) Space found before object operator
(#50) Space found before object operator
(#60) Public method name "PhpStreamRequestFactoryTest::testAppliesProxySettings" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#65) Space found before object operator
(#66) Space found before object operator
(#68) Space found before object operator
(#69) Space found before object operator
(#75) Public method name "PhpStreamRequestFactoryTest::testAddsPostFields" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
(#98) Public method name "PhpStreamRequestFactoryTest::testAddsBody" must be in lower-case letters only
(#99) Opening brace should be on the same line as the declaration
(#121) Public method name "PhpStreamRequestFactoryTest::testCanDisableSslValidation" must be in lower-case letters only
(#122) Opening brace should be on the same line as the declaration
(#126) Space found before object operator
(#127) Space found before object operator
(#129) Space found before object operator
(#130) Space found before object operator
(#136) Public method name "PhpStreamRequestFactoryTest::testUsesSslValidationByDefault" must be in lower-case letters only
(#137) Opening brace should be on the same line as the declaration
(#140) Space found before object operator
(#141) Space found before object operator
(#143) Space found before object operator
(#144) Space found before object operator
(#151) Public method name "PhpStreamRequestFactoryTest::testBasicAuthAddsUserAndPassToUrl" must be in lower-case letters only
(#152) Opening brace should be on the same line as the declaration
(#156) Space found before object operator
(#157) Space found before object operator
(#159) Space found before object operator
(#160) Space found before object operator
(#165) Public method name "PhpStreamRequestFactoryTest::testCanCreateCustomStreamClass" must be in lower-case letters only
(#166) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Stream/StreamTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#11) Expected MOODLE_INTERNAL check or config.php inclusion
(#16) Public method name "StreamTest::testConstructorThrowsExceptionOnInvalidArgument" must be in lower-case letters only
(#17) Opening brace should be on the same line as the declaration
(#21) Public method name "StreamTest::testConstructor" must be in lower-case letters only
(#22) Opening brace should be on the same line as the declaration
(#40) Public method name "StreamTest::testCanModifyStream" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#51) Public method name "StreamTest::testStreamClosesHandleOnDestruct" must be in lower-case letters only
(#52) Opening brace should be on the same line as the declaration
(#59) Public method name "StreamTest::testConvertsToString" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#73) Public method name "StreamTest::testConvertsToStringAndRestoresCursorPos" must be in lower-case letters only
(#74) Opening brace should be on the same line as the declaration
(#83) Public method name "StreamTest::testIsConsumed" must be in lower-case letters only
(#84) Opening brace should be on the same line as the declaration
(#93) Public method name "StreamTest::testAllowsSettingManualSize" must be in lower-case letters only
(#94) Opening brace should be on the same line as the declaration
(#103) Public method name "StreamTest::testWrapsStream" must be in lower-case letters only
(#104) Opening brace should be on the same line as the declaration
(#120) Public method name "StreamTest::testGetSize" must be in lower-case letters only
(#121) Opening brace should be on the same line as the declaration
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Public method name "StreamTest::testEnsuresSizeIsConsistent" must be in lower-case letters only
(#139) Opening brace should be on the same line as the declaration
(#149) Public method name "StreamTest::testAbstractsMetaData" must be in lower-case letters only
(#150) Opening brace should be on the same line as the declaration
(#158) Public method name "StreamTest::testDoesNotAttemptToWriteToReadonlyStream" must be in lower-case letters only
(#159) Opening brace should be on the same line as the declaration
(#165) Public method name "StreamTest::testProvidesStreamPosition" must be in lower-case letters only
(#166) Opening brace should be on the same line as the declaration
(#174) Public method name "StreamTest::testRewindIsSeekZero" must be in lower-case letters only
(#175) Opening brace should be on the same line as the declaration
(#182) Public method name "StreamTest::testCanDetachStream" must be in lower-case letters only
(#183) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/guzzle/guzzle/tests/bootstrap.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) "require_once" must be immediately followed by an open parenthesis
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#5) "require" must be immediately followed by an open parenthesis
(#7) Inline comments must end in full-stops, exclamation marks, or question marks
(#8) Variable "servicesFile" must be all lower-case
(#9) Variable "servicesFile" must be all lower-case
local/session_dynamodb/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
(#38) Member variable "listenerIds" must be all lower-case
(#53) Opening brace should be on the same line as the declaration
(#69) Public method name "ContainerAwareEventDispatcher::addListenerService" must be in lower-case letters only
(#69) Variable "eventName" must be all lower-case
(#70) Opening brace should be on the same line as the declaration
(#75) Variable "eventName" must be all lower-case
(#78) Public method name "ContainerAwareEventDispatcher::removeListener" must be in lower-case letters only
(#78) Variable "eventName" must be all lower-case
(#79) Opening brace should be on the same line as the declaration
(#80) Variable "eventName" must be all lower-case
(#82) Variable "eventName" must be all lower-case
(#83) Variable "eventName" must be all lower-case
(#84) Variable "serviceId" must be all lower-case
(#85) Variable "serviceId" must be all lower-case
(#86) Variable "eventName" must be all lower-case
(#86) Variable "eventName" must be all lower-case
(#87) Variable "eventName" must be all lower-case
(#88) Variable "eventName" must be all lower-case
(#89) Variable "eventName" must be all lower-case
(#91) Variable "eventName" must be all lower-case
(#92) Variable "eventName" must be all lower-case
(#93) Variable "eventName" must be all lower-case
(#99) Variable "eventName" must be all lower-case
(#105) Public method name "ContainerAwareEventDispatcher::hasListeners" must be in lower-case letters only
(#105) Variable "eventName" must be all lower-case
(#106) Opening brace should be on the same line as the declaration
(#107) Variable "eventName" must be all lower-case
(#111) Variable "eventName" must be all lower-case
(#115) Variable "eventName" must be all lower-case
(#121) Public method name "ContainerAwareEventDispatcher::getListeners" must be in lower-case letters only
(#121) Variable "eventName" must be all lower-case
(#122) Opening brace should be on the same line as the declaration
(#123) Variable "eventName" must be all lower-case
(#124) Variable "serviceEventName" must be all lower-case
(#125) Variable "serviceEventName" must be all lower-case
(#128) Variable "eventName" must be all lower-case
(#131) Variable "eventName" must be all lower-case
(#137) Public method name "ContainerAwareEventDispatcher::getListenerPriority" must be in lower-case letters only
(#137) Variable "eventName" must be all lower-case
(#138) Opening brace should be on the same line as the declaration
(#139) Variable "eventName" must be all lower-case
(#141) Variable "eventName" must be all lower-case
(#150) Public method name "ContainerAwareEventDispatcher::addSubscriberService" must be in lower-case letters only
(#150) Variable "serviceId" must be all lower-case
(#151) Opening brace should be on the same line as the declaration
(#152) Variable "eventName" must be all lower-case
(#154) Variable "eventName" must be all lower-case
(#154) Variable "serviceId" must be all lower-case
(#155) Usage of ELSEIF not allowed; use ELSE IF instead
(#156) Variable "eventName" must be all lower-case
(#156) Variable "serviceId" must be all lower-case
(#159) Variable "eventName" must be all lower-case
(#159) Variable "serviceId" must be all lower-case
(#165) Public method name "ContainerAwareEventDispatcher::getContainer" must be in lower-case letters only
(#166) Opening brace should be on the same line as the declaration
(#178) Protected method name "ContainerAwareEventDispatcher::lazyLoad" must be in lower-case letters only
(#178) Variable "eventName" must be all lower-case
(#179) Opening brace should be on the same line as the declaration
(#180) Variable "eventName" must be all lower-case
(#181) Variable "eventName" must be all lower-case
(#182) Variable "serviceId" must be all lower-case
(#183) Variable "serviceId" must be all lower-case
(#185) Variable "serviceId" must be all lower-case
(#186) Variable "eventName" must be all lower-case
(#187) Variable "eventName" must be all lower-case
(#188) Usage of ELSEIF not allowed; use ELSE IF instead
(#188) Variable "eventName" must be all lower-case
(#189) Variable "eventName" must be all lower-case
(#189) Variable "eventName" must be all lower-case
(#190) Variable "eventName" must be all lower-case
(#193) Variable "eventName" must be all lower-case
local/session_dynamodb/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#27) Expected MOODLE_INTERNAL check or config.php inclusion
(#34) Member variable "wrappedListeners" must be all lower-case
(#44) Opening brace should be on the same line as the declaration
(#55) Public method name "TraceableEventDispatcher::addListener" must be in lower-case letters only
(#55) Variable "eventName" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "eventName" must be all lower-case
(#63) Public method name "TraceableEventDispatcher::addSubscriber" must be in lower-case letters only
(#64) Opening brace should be on the same line as the declaration
(#71) Public method name "TraceableEventDispatcher::removeListener" must be in lower-case letters only
(#71) Variable "eventName" must be all lower-case
(#72) Opening brace should be on the same line as the declaration
(#73) Variable "eventName" must be all lower-case
(#74) Variable "eventName" must be all lower-case
(#74) Variable "wrappedListener" must be all lower-case
(#75) Variable "wrappedListener" must be all lower-case
(#76) Variable "wrappedListener" must be all lower-case
(#77) Variable "eventName" must be all lower-case
(#83) Variable "eventName" must be all lower-case
(#89) Public method name "TraceableEventDispatcher::removeSubscriber" must be in lower-case letters only
(#90) Opening brace should be on the same line as the declaration
(#97) Public method name "TraceableEventDispatcher::getListeners" must be in lower-case letters only
(#97) Variable "eventName" must be all lower-case
(#98) Opening brace should be on the same line as the declaration
(#99) Variable "eventName" must be all lower-case
(#105) Public method name "TraceableEventDispatcher::getListenerPriority" must be in lower-case letters only
(#105) Variable "eventName" must be all lower-case
(#106) Opening brace should be on the same line as the declaration
(#111) Variable "eventName" must be all lower-case
(#117) Public method name "TraceableEventDispatcher::hasListeners" must be in lower-case letters only
(#117) Variable "eventName" must be all lower-case
(#118) Opening brace should be on the same line as the declaration
(#119) Variable "eventName" must be all lower-case
(#125) Variable "eventName" must be all lower-case
(#126) Opening brace should be on the same line as the declaration
(#132) Variable "eventName" must be all lower-case
(#135) Variable "eventName" must be all lower-case
(#136) Variable "eventName" must be all lower-case
(#138) Variable "eventName" must be all lower-case
(#140) Variable "eventName" must be all lower-case
(#146) Variable "eventName" must be all lower-case
(#147) Variable "eventName" must be all lower-case
(#155) Public method name "TraceableEventDispatcher::getCalledListeners" must be in lower-case letters only
(#156) Opening brace should be on the same line as the declaration
(#158) Variable "eventName" must be all lower-case
(#160) Variable "eventName" must be all lower-case
(#161) Variable "eventName" must be all lower-case
(#171) Public method name "TraceableEventDispatcher::getNotCalledListeners" must be in lower-case letters only
(#172) Opening brace should be on the same line as the declaration
(#174) Variable "allListeners" must be all lower-case
(#180) Inline comments must start with a capital letter, digit or 3-dots sequence
(#180) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) Variable "notCalled" must be all lower-case
(#185) Variable "allListeners" must be all lower-case
(#185) Variable "eventName" must be all lower-case
(#188) Variable "eventName" must be all lower-case
(#189) Variable "eventName" must be all lower-case
(#199) Variable "eventName" must be all lower-case
(#200) Variable "notCalled" must be all lower-case
(#200) Variable "eventName" must be all lower-case
(#205) Variable "notCalled" must be all lower-case
(#207) Variable "notCalled" must be all lower-case
(#219) Opening brace should be on the same line as the declaration
(#229) Protected method name "TraceableEventDispatcher::preDispatch" must be in lower-case letters only
(#229) Variable "eventName" must be all lower-case
(#230) Opening brace should be on the same line as the declaration
(#239) Protected method name "TraceableEventDispatcher::postDispatch" must be in lower-case letters only
(#239) Variable "eventName" must be all lower-case
(#240) Opening brace should be on the same line as the declaration
(#243) Private method name "TraceableEventDispatcher::preProcess" must be in lower-case letters only
(#243) Variable "eventName" must be all lower-case
(#244) Opening brace should be on the same line as the declaration
(#245) Variable "eventName" must be all lower-case
(#246) Variable "eventName" must be all lower-case
(#248) Variable "wrappedListener" must be all lower-case
(#249) Variable "eventName" must be all lower-case
(#249) Variable "wrappedListener" must be all lower-case
(#250) Variable "eventName" must be all lower-case
(#251) Variable "eventName" must be all lower-case
(#251) Variable "wrappedListener" must be all lower-case
(#255) Private method name "TraceableEventDispatcher::postProcess" must be in lower-case letters only
(#255) Variable "eventName" must be all lower-case
(#256) Opening brace should be on the same line as the declaration
(#257) Variable "eventName" must be all lower-case
(#259) Variable "eventName" must be all lower-case
(#260) Inline comments must start with a capital letter, digit or 3-dots sequence
(#263) Inline comments must end in full-stops, exclamation marks, or question marks
(#264) Variable "eventName" must be all lower-case
(#265) Variable "eventName" must be all lower-case
(#266) Variable "eventName" must be all lower-case
(#268) Variable "eventName" must be all lower-case
(#271) Variable "eventName" must be all lower-case
(#274) Variable "eventName" must be all lower-case
(#275) Variable "eventName" must be all lower-case
(#278) Variable "eventName" must be all lower-case
(#282) Variable "eventName" must be all lower-case
(#287) Variable "eventName" must be all lower-case
(#287) Line exceeds 132 characters; contains 135 characters
(#303) Private method name "TraceableEventDispatcher::getListenerInfo" must be in lower-case letters only
(#303) Variable "eventName" must be all lower-case
(#304) Opening brace should be on the same line as the declaration
(#306) Variable "eventName" must be all lower-case
(#307) Variable "eventName" must be all lower-case
(#314) Usage of ELSEIF not allowed; use ELSE IF instead
(#330) Usage of ELSEIF not allowed; use ELSE IF instead
(#356) Private method name "TraceableEventDispatcher::sortListenersByPriority" must be in lower-case letters only
(#357) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Public method name "TraceableEventDispatcherInterface::getCalledListeners" must be in lower-case letters only
(#33) Public method name "TraceableEventDispatcherInterface::getNotCalledListeners" must be in lower-case letters only
local/session_dynamodb/vendor/symfony/event-dispatcher/Debug/WrappedListener.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#26) Member variable "stoppedPropagation" must be all lower-case
(#31) Opening brace should be on the same line as the declaration
(#40) Public method name "WrappedListener::getWrappedListener" must be in lower-case letters only
(#41) Opening brace should be on the same line as the declaration
(#45) Public method name "WrappedListener::wasCalled" must be in lower-case letters only
(#46) Opening brace should be on the same line as the declaration
(#50) Public method name "WrappedListener::stoppedPropagation" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#55) method name "WrappedListener::__invoke" is invalid; only PHP magic methods should be prefixed with a double underscore
(#55) Variable "eventName" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#61) Variable "eventName" must be all lower-case
local/session_dynamodb/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#20) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Member variable "dispatcherService" must be all lower-case
(#30) Member variable "listenerTag" must be all lower-case
(#35) Member variable "subscriberTag" must be all lower-case
(#44) Variable "dispatcherService" must be all lower-case
(#44) Variable "listenerTag" must be all lower-case
(#44) Variable "subscriberTag" must be all lower-case
(#44) Line exceeds 132 characters; contains 156 characters
(#45) Opening brace should be on the same line as the declaration
(#46) Variable "dispatcherService" must be all lower-case
(#47) Variable "listenerTag" must be all lower-case
(#48) Variable "subscriberTag" must be all lower-case
(#52) Opening brace should be on the same line as the declaration
(#62) Line exceeds 132 characters; contains 137 characters
(#66) Line exceeds 132 characters; contains 143 characters
(#73) Line exceeds 132 characters; contains 154 characters
(#80) Closing brace must be on a line by itself
(#91) Line exceeds 132 characters; contains 139 characters
(#95) Line exceeds 132 characters; contains 145 characters
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
local/session_dynamodb/vendor/symfony/event-dispatcher/Event.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#33) Member variable "propagationStopped" must be all lower-case
(#52) Public method name "Event::isPropagationStopped" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#64) Public method name "Event::stopPropagation" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#76) Public method name "Event::setDispatcher" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#88) Public method name "Event::getDispatcher" must be in lower-case letters only
(#89) Opening brace should be on the same line as the declaration
(#90) Line exceeds maximum limit of 180 characters; contains 207 characters
(#102) Public method name "Event::getName" must be in lower-case letters only
(#103) Opening brace should be on the same line as the declaration
(#104) Line exceeds maximum limit of 180 characters; contains 192 characters
(#116) Public method name "Event::setName" must be in lower-case letters only
(#117) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/symfony/event-dispatcher/EventDispatcher.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#28) Expected MOODLE_INTERNAL check or config.php inclusion
(#36) Variable "eventName" must be all lower-case
(#37) Opening brace should be on the same line as the declaration
(#43) Variable "eventName" must be all lower-case
(#45) Variable "eventName" must be all lower-case
(#46) Variable "eventName" must be all lower-case
(#55) Public method name "EventDispatcher::getListeners" must be in lower-case letters only
(#55) Variable "eventName" must be all lower-case
(#56) Opening brace should be on the same line as the declaration
(#57) Variable "eventName" must be all lower-case
(#58) Variable "eventName" must be all lower-case
(#62) Variable "eventName" must be all lower-case
(#63) Variable "eventName" must be all lower-case
(#66) Variable "eventName" must be all lower-case
(#69) Variable "eventName" must be all lower-case
(#69) Variable "eventListeners" must be all lower-case
(#70) Variable "eventName" must be all lower-case
(#71) Variable "eventName" must be all lower-case
(#88) Public method name "EventDispatcher::getListenerPriority" must be in lower-case letters only
(#88) Variable "eventName" must be all lower-case
(#89) Opening brace should be on the same line as the declaration
(#90) Variable "eventName" must be all lower-case
(#94) Variable "eventName" must be all lower-case
(#104) Public method name "EventDispatcher::hasListeners" must be in lower-case letters only
(#104) Variable "eventName" must be all lower-case
(#105) Opening brace should be on the same line as the declaration
(#106) Variable "eventName" must be all lower-case
(#112) Public method name "EventDispatcher::addListener" must be in lower-case letters only
(#112) Variable "eventName" must be all lower-case
(#113) Opening brace should be on the same line as the declaration
(#114) Variable "eventName" must be all lower-case
(#115) Variable "eventName" must be all lower-case
(#121) Public method name "EventDispatcher::removeListener" must be in lower-case letters only
(#121) Variable "eventName" must be all lower-case
(#122) Opening brace should be on the same line as the declaration
(#123) Variable "eventName" must be all lower-case
(#127) Variable "eventName" must be all lower-case
(#129) Variable "eventName" must be all lower-case
(#129) Variable "eventName" must be all lower-case
(#137) Public method name "EventDispatcher::addSubscriber" must be in lower-case letters only
(#138) Opening brace should be on the same line as the declaration
(#139) Variable "eventName" must be all lower-case
(#141) Variable "eventName" must be all lower-case
(#142) Usage of ELSEIF not allowed; use ELSE IF instead
(#143) Variable "eventName" must be all lower-case
(#146) Variable "eventName" must be all lower-case
(#155) Public method name "EventDispatcher::removeSubscriber" must be in lower-case letters only
(#156) Opening brace should be on the same line as the declaration
(#157) Variable "eventName" must be all lower-case
(#160) Variable "eventName" must be all lower-case
(#163) Variable "eventName" must be all lower-case
(#178) Protected method name "EventDispatcher::doDispatch" must be in lower-case letters only
(#178) Variable "eventName" must be all lower-case
(#179) Opening brace should be on the same line as the declaration
(#184) Variable "eventName" must be all lower-case
(#193) Private method name "EventDispatcher::sortListeners" must be in lower-case letters only
(#193) Variable "eventName" must be all lower-case
(#194) Opening brace should be on the same line as the declaration
(#195) Variable "eventName" must be all lower-case
(#196) Variable "eventName" must be all lower-case
(#196) Variable "eventName" must be all lower-case
local/session_dynamodb/vendor/symfony/event-dispatcher/EventDispatcherInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#34) Variable "eventName" must be all lower-case
(#44) Public method name "EventDispatcherInterface::addListener" must be in lower-case letters only
(#44) Variable "eventName" must be all lower-case
(#54) Public method name "EventDispatcherInterface::addSubscriber" must be in lower-case letters only
(#62) Public method name "EventDispatcherInterface::removeListener" must be in lower-case letters only
(#62) Variable "eventName" must be all lower-case
(#69) Public method name "EventDispatcherInterface::removeSubscriber" must be in lower-case letters only
(#78) Public method name "EventDispatcherInterface::getListeners" must be in lower-case letters only
(#78) Variable "eventName" must be all lower-case
(#87) Public method name "EventDispatcherInterface::hasListeners" must be in lower-case letters only
(#87) Variable "eventName" must be all lower-case
local/session_dynamodb/vendor/symfony/event-dispatcher/EventSubscriberInterface.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#25) Expected MOODLE_INTERNAL check or config.php inclusion
(#45) Public method name "EventSubscriberInterface::getSubscribedEvents" must be in lower-case letters only
local/session_dynamodb/vendor/symfony/event-dispatcher/GenericEvent.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#44) Opening brace should be on the same line as the declaration
(#54) Public method name "GenericEvent::getSubject" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#68) Public method name "GenericEvent::getArgument" must be in lower-case letters only
(#69) Opening brace should be on the same line as the declaration
(#85) Public method name "GenericEvent::setArgument" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
(#97) Public method name "GenericEvent::getArguments" must be in lower-case letters only
(#98) Opening brace should be on the same line as the declaration
(#109) Public method name "GenericEvent::setArguments" must be in lower-case letters only
(#110) Opening brace should be on the same line as the declaration
(#123) Public method name "GenericEvent::hasArgument" must be in lower-case letters only
(#124) Opening brace should be on the same line as the declaration
(#138) Opening brace should be on the same line as the declaration
(#149) Opening brace should be on the same line as the declaration
(#159) Opening brace should be on the same line as the declaration
(#173) Opening brace should be on the same line as the declaration
(#182) Public method name "GenericEvent::getIterator" must be in lower-case letters only
(#183) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
(#34) Opening brace should be on the same line as the declaration
(#41) Variable "eventName" must be all lower-case
(#42) Opening brace should be on the same line as the declaration
(#43) Variable "eventName" must be all lower-case
(#49) Public method name "ImmutableEventDispatcher::addListener" must be in lower-case letters only
(#49) Variable "eventName" must be all lower-case
(#50) Opening brace should be on the same line as the declaration
(#57) Public method name "ImmutableEventDispatcher::addSubscriber" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#65) Public method name "ImmutableEventDispatcher::removeListener" must be in lower-case letters only
(#65) Variable "eventName" must be all lower-case
(#66) Opening brace should be on the same line as the declaration
(#73) Public method name "ImmutableEventDispatcher::removeSubscriber" must be in lower-case letters only
(#74) Opening brace should be on the same line as the declaration
(#81) Public method name "ImmutableEventDispatcher::getListeners" must be in lower-case letters only
(#81) Variable "eventName" must be all lower-case
(#82) Opening brace should be on the same line as the declaration
(#83) Variable "eventName" must be all lower-case
(#89) Public method name "ImmutableEventDispatcher::getListenerPriority" must be in lower-case letters only
(#89) Variable "eventName" must be all lower-case
(#90) Opening brace should be on the same line as the declaration
(#91) Variable "eventName" must be all lower-case
(#97) Public method name "ImmutableEventDispatcher::hasListeners" must be in lower-case letters only
(#97) Variable "eventName" must be all lower-case
(#98) Opening brace should be on the same line as the declaration
(#99) Variable "eventName" must be all lower-case
local/session_dynamodb/vendor/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#18) Expected MOODLE_INTERNAL check or config.php inclusion
(#21) Class constants must be uppercase; expected PREFOO but found preFoo
(#22) Class constants must be uppercase; expected POSTFOO but found postFoo
(#23) Class constants must be uppercase; expected PREBAR but found preBar
(#24) Class constants must be uppercase; expected POSTBAR but found postBar
(#34) Opening brace should be on the same line as the declaration
(#40) Opening brace should be on the same line as the declaration
(#45) Protected method name "AbstractEventDispatcherTest::createEventDispatcher" must be in lower-case letters only
(#47) Public method name "AbstractEventDispatcherTest::testInitialState" must be in lower-case letters only
(#48) Opening brace should be on the same line as the declaration
(#54) Public method name "AbstractEventDispatcherTest::testAddListener" must be in lower-case letters only
(#55) Opening brace should be on the same line as the declaration
(#65) Public method name "AbstractEventDispatcherTest::testGetListenersSortsByPriority" must be in lower-case letters only
(#66) Opening brace should be on the same line as the declaration
(#87) Public method name "AbstractEventDispatcherTest::testGetAllListenersSortsByPriority" must be in lower-case letters only
(#88) Opening brace should be on the same line as the declaration
(#111) Public method name "AbstractEventDispatcherTest::testGetListenerPriority" must be in lower-case letters only
(#112) Opening brace should be on the same line as the declaration
(#122) Closing brace must be on a line by itself
(#125) Public method name "AbstractEventDispatcherTest::testDispatch" must be in lower-case letters only
(#126) Opening brace should be on the same line as the declaration
(#142) Public method name "AbstractEventDispatcherTest::testLegacyDispatch" must be in lower-case letters only
(#143) Opening brace should be on the same line as the declaration
(#149) Public method name "AbstractEventDispatcherTest::testDispatchForClosure" must be in lower-case letters only
(#150) Opening brace should be on the same line as the declaration
(#161) Public method name "AbstractEventDispatcherTest::testStopEventPropagation" must be in lower-case letters only
(#162) Opening brace should be on the same line as the declaration
(#163) Variable "otherListener" must be all lower-case
(#165) Inline comments must start with a capital letter, digit or 3-dots sequence
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#169) Variable "otherListener" must be all lower-case
(#172) Variable "otherListener" must be all lower-case
(#175) Public method name "AbstractEventDispatcherTest::testDispatchByPriority" must be in lower-case letters only
(#176) Opening brace should be on the same line as the declaration
(#194) Public method name "AbstractEventDispatcherTest::testRemoveListener" must be in lower-case letters only
(#195) Opening brace should be on the same line as the declaration
(#203) Public method name "AbstractEventDispatcherTest::testAddSubscriber" must be in lower-case letters only
(#204) Opening brace should be on the same line as the declaration
(#205) Variable "eventSubscriber" must be all lower-case
(#206) Variable "eventSubscriber" must be all lower-case
(#211) Public method name "AbstractEventDispatcherTest::testAddSubscriberWithPriorities" must be in lower-case letters only
(#212) Opening brace should be on the same line as the declaration
(#213) Variable "eventSubscriber" must be all lower-case
(#214) Variable "eventSubscriber" must be all lower-case
(#216) Variable "eventSubscriber" must be all lower-case
(#217) Variable "eventSubscriber" must be all lower-case
(#225) Public method name "AbstractEventDispatcherTest::testAddSubscriberWithMultipleListeners" must be in lower-case letters only
(#226) Opening brace should be on the same line as the declaration
(#227) Variable "eventSubscriber" must be all lower-case
(#228) Variable "eventSubscriber" must be all lower-case
(#236) Public method name "AbstractEventDispatcherTest::testRemoveSubscriber" must be in lower-case letters only
(#237) Opening brace should be on the same line as the declaration
(#238) Variable "eventSubscriber" must be all lower-case
(#239) Variable "eventSubscriber" must be all lower-case
(#242) Variable "eventSubscriber" must be all lower-case
(#247) Public method name "AbstractEventDispatcherTest::testRemoveSubscriberWithPriorities" must be in lower-case letters only
(#248) Opening brace should be on the same line as the declaration
(#249) Variable "eventSubscriber" must be all lower-case
(#250) Variable "eventSubscriber" must be all lower-case
(#252) Variable "eventSubscriber" must be all lower-case
(#256) Public method name "AbstractEventDispatcherTest::testRemoveSubscriberWithMultipleListeners" must be in lower-case letters only
(#257) Opening brace should be on the same line as the declaration
(#258) Variable "eventSubscriber" must be all lower-case
(#259) Variable "eventSubscriber" must be all lower-case
(#262) Variable "eventSubscriber" must be all lower-case
(#269) Public method name "AbstractEventDispatcherTest::testLegacyEventReceivesTheDispatcherInstance" must be in lower-case letters only
(#270) Opening brace should be on the same line as the declaration
(#279) Public method name "AbstractEventDispatcherTest::testEventReceivesTheDispatcherInstanceAsArgument" must be in lower-case letters only
(#280) Opening brace should be on the same line as the declaration
(#298) Public method name "AbstractEventDispatcherTest::testWorkaroundForPhpBug62976" must be in lower-case letters only
(#299) Opening brace should be on the same line as the declaration
(#302) Closing brace must be on a line by itself
(#306) Public method name "AbstractEventDispatcherTest::testHasListenersWhenAddedCallbackListenerIsRemoved" must be in lower-case letters only
(#307) Opening brace should be on the same line as the declaration
(#308) Closing brace must be on a line by itself
(#314) Public method name "AbstractEventDispatcherTest::testGetListenersWhenAddedCallbackListenerIsRemoved" must be in lower-case letters only
(#315) Opening brace should be on the same line as the declaration
(#316) Closing brace must be on a line by itself
(#322) Public method name "AbstractEventDispatcherTest::testHasListenersWithoutEventsReturnsFalseAfterHasListenersWithEventHasBeenCalled" must be in lower-case letters only
(#323) Opening brace should be on the same line as the declaration
(#331) method name "CallableClass::__invoke" is invalid; only PHP magic methods should be prefixed with a double underscore
(#332) Opening brace should be on the same line as the declaration
(#338) Member variable "preFooInvoked" must be all lower-case
(#339) Member variable "postFooInvoked" must be all lower-case
(#343) Public method name "TestEventListener::preFoo" must be in lower-case letters only
(#344) Opening brace should be on the same line as the declaration
(#348) Public method name "TestEventListener::postFoo" must be in lower-case letters only
(#349) Opening brace should be on the same line as the declaration
(#362) Opening brace should be on the same line as the declaration
(#370) Public method name "TestEventSubscriber::getSubscribedEvents" must be in lower-case letters only
(#371) Opening brace should be on the same line as the declaration
(#378) Public method name "TestEventSubscriberWithPriorities::getSubscribedEvents" must be in lower-case letters only
(#379) Opening brace should be on the same line as the declaration
(#389) Public method name "TestEventSubscriberWithMultipleListeners::getSubscribedEvents" must be in lower-case letters only
(#390) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#20) Expected MOODLE_INTERNAL check or config.php inclusion
(#22) Protected method name "ContainerAwareEventDispatcherTest::createEventDispatcher" must be in lower-case letters only
(#23) Opening brace should be on the same line as the declaration
(#29) Public method name "ContainerAwareEventDispatcherTest::testAddAListenerService" must be in lower-case letters only
(#30) Opening brace should be on the same line as the declaration
(#36) Space found before object operator
(#37) Space found before object operator
(#38) Space found before object operator
(#39) Space found before semicolon; expected ");" but found ") ;"
(#50) Public method name "ContainerAwareEventDispatcherTest::testAddASubscriberService" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#57) Space found before object operator
(#58) Space found before object operator
(#59) Space found before object operator
(#60) Space found before semicolon; expected ");" but found ") ;"
(#63) Space found before object operator
(#64) Space found before object operator
(#65) Space found before object operator
(#66) Space found before semicolon; expected ");" but found ") ;"
(#69) Space found before object operator
(#70) Space found before object operator
(#71) Space found before object operator
(#72) Space found before semicolon; expected ");" but found ") ;"
(#85) Public method name "ContainerAwareEventDispatcherTest::testPreventDuplicateListenerService" must be in lower-case letters only
(#86) Opening brace should be on the same line as the declaration
(#92) Space found before object operator
(#93) Space found before object operator
(#94) Space found before object operator
(#95) Space found before semicolon; expected ");" but found ") ;"
(#111) Public method name "ContainerAwareEventDispatcherTest::testTriggerAListenerServiceOutOfScope" must be in lower-case letters only
(#112) Opening brace should be on the same line as the declaration
(#132) Public method name "ContainerAwareEventDispatcherTest::testReEnteringAScope" must be in lower-case letters only
(#133) Opening brace should be on the same line as the declaration
(#139) Space found before object operator
(#140) Space found before object operator
(#141) Space found before object operator
(#142) Space found before semicolon; expected ");" but found ") ;"
(#158) Space found before object operator
(#159) Space found before object operator
(#160) Space found before object operator
(#161) Space found before semicolon; expected ");" but found ") ;"
(#173) Public method name "ContainerAwareEventDispatcherTest::testHasListenersOnLazyLoad" must be in lower-case letters only
(#174) Opening brace should be on the same line as the declaration
(#189) Space found before object operator
(#190) Space found before object operator
(#191) Space found before object operator
(#192) Space found before semicolon; expected ");" but found ") ;"
(#201) Public method name "ContainerAwareEventDispatcherTest::testGetListenersOnLazyLoad" must be in lower-case letters only
(#202) Opening brace should be on the same line as the declaration
(#218) Public method name "ContainerAwareEventDispatcherTest::testRemoveAfterDispatch" must be in lower-case letters only
(#219) Opening brace should be on the same line as the declaration
(#233) Public method name "ContainerAwareEventDispatcherTest::testRemoveBeforeDispatch" must be in lower-case letters only
(#234) Opening brace should be on the same line as the declaration
(#250) Public method name "Service::onEvent" must be in lower-case letters only
(#251) Opening brace should be on the same line as the declaration
(#257) Public method name "SubscriberService::getSubscribedEvents" must be in lower-case letters only
(#258) Opening brace should be on the same line as the declaration
(#266) Public method name "SubscriberService::onEvent" must be in lower-case letters only
(#267) Opening brace should be on the same line as the declaration
(#270) Public method name "SubscriberService::onEventWithPriority" must be in lower-case letters only
(#271) Opening brace should be on the same line as the declaration
(#274) Public method name "SubscriberService::onEventNested" must be in lower-case letters only
(#275) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/symfony/event-dispatcher/Tests/Debug/TraceableEventDispatcherTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Expected MOODLE_INTERNAL check or config.php inclusion
(#23) Public method name "TraceableEventDispatcherTest::testAddRemoveListener" must be in lower-case letters only
(#24) Opening brace should be on the same line as the declaration
(#28) Closing brace must be on a line by itself
(#37) Public method name "TraceableEventDispatcherTest::testGetListeners" must be in lower-case letters only
(#38) Opening brace should be on the same line as the declaration
(#42) Closing brace must be on a line by itself
(#46) Public method name "TraceableEventDispatcherTest::testHasListeners" must be in lower-case letters only
(#47) Opening brace should be on the same line as the declaration
(#54) Closing brace must be on a line by itself
(#59) Public method name "TraceableEventDispatcherTest::testGetListenerPriority" must be in lower-case letters only
(#60) Opening brace should be on the same line as the declaration
(#64) Closing brace must be on a line by itself
(#76) Public method name "TraceableEventDispatcherTest::testGetListenerPriorityReturnsZeroWhenWrappedMethodDoesNotExist" must be in lower-case letters only
(#77) Opening brace should be on the same line as the declaration
(#79) Variable "traceableEventDispatcher" must be all lower-case
(#80) Variable "traceableEventDispatcher" must be all lower-case
(#80) Closing brace must be on a line by itself
(#81) Variable "traceableEventDispatcher" must be all lower-case
(#83) Variable "traceableEventDispatcher" must be all lower-case
(#86) Public method name "TraceableEventDispatcherTest::testAddRemoveSubscriber" must be in lower-case letters only
(#87) Opening brace should be on the same line as the declaration
(#102) Public method name "TraceableEventDispatcherTest::testGetCalledListeners" must be in lower-case letters only
(#103) Opening brace should be on the same line as the declaration
(#106) Closing brace must be on a line by itself
(#109) Line exceeds 132 characters; contains 177 characters
(#113) Line exceeds 132 characters; contains 177 characters
(#117) Public method name "TraceableEventDispatcherTest::testGetCalledListenersNested" must be in lower-case letters only
(#118) Opening brace should be on the same line as the declaration
(#121) Variable "eventName" must be all lower-case
(#125) Closing brace must be on a line by itself
(#131) Public method name "TraceableEventDispatcherTest::testLogger" must be in lower-case letters only
(#132) Opening brace should be on the same line as the declaration
(#137) Closing brace must be on a line by itself
(#138) Closing brace must be on a line by itself
(#146) Public method name "TraceableEventDispatcherTest::testLoggerWithStoppedEvent" must be in lower-case letters only
(#147) Opening brace should be on the same line as the declaration
(#152) Closing brace must be on a line by itself
(#153) Closing brace must be on a line by itself
(#162) Public method name "TraceableEventDispatcherTest::testDispatchCallListeners" must be in lower-case letters only
(#163) Opening brace should be on the same line as the declaration
(#168) Closing brace must be on a line by itself
(#169) Closing brace must be on a line by itself
(#176) Public method name "TraceableEventDispatcherTest::testDispatchNested" must be in lower-case letters only
(#177) Opening brace should be on the same line as the declaration
(#190) Public method name "TraceableEventDispatcherTest::testDispatchReusedEventNested" must be in lower-case letters only
(#191) Opening brace should be on the same line as the declaration
(#192) Variable "nestedCall" must be all lower-case
(#197) Variable "nestedCall" must be all lower-case
(#198) Variable "nestedCall" must be all lower-case
(#201) Variable "nestedCall" must be all lower-case
(#203) Variable "nestedCall" must be all lower-case
(#206) Public method name "TraceableEventDispatcherTest::testListenerCanRemoveItselfWhenExecuted" must be in lower-case letters only
(#207) Opening brace should be on the same line as the declaration
(#208) Variable "eventDispatcher" must be all lower-case
(#209) Variable "eventName" must be all lower-case
(#212) Variable "eventDispatcher" must be all lower-case
(#213) Variable "eventDispatcher" must be all lower-case
(#213) Closing brace must be on a line by itself
(#214) Variable "eventDispatcher" must be all lower-case
(#216) Variable "eventDispatcher" must be all lower-case
(#222) Public method name "EventSubscriber::getSubscribedEvents" must be in lower-case letters only
(#223) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/symfony/event-dispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Public method name "RegisterListenersPassTest::testEventSubscriberWithoutInterface" must be in lower-case letters only
(#26) Opening brace should be on the same line as the declaration
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Space found before object operator
(#35) Space found before object operator
(#37) Space found before object operator
(#38) Space found before object operator
(#40) Line exceeds maximum limit of 180 characters; contains 187 characters
(#42) Space found before object operator
(#43) Space found before object operator
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Space found before object operator
(#48) Space found before object operator
(#51) Space found before object operator
(#52) Space found before object operator
(#54) Variable "registerListenersPass" must be all lower-case
(#55) Variable "registerListenersPass" must be all lower-case
(#58) Public method name "RegisterListenersPassTest::testValidEventSubscriber" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#66) Space found before object operator
(#67) Space found before object operator
(#69) Space found before object operator
(#70) Space found before object operator
(#72) Line exceeds maximum limit of 180 characters; contains 205 characters
(#74) Space found before object operator
(#75) Space found before object operator
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Space found before object operator
(#80) Space found before object operator
(#83) Space found before object operator
(#84) Space found before object operator
(#87) Space found before object operator
(#88) Space found before object operator
(#90) Variable "registerListenersPass" must be all lower-case
(#91) Variable "registerListenersPass" must be all lower-case
(#98) Public method name "RegisterListenersPassTest::testPrivateEventListener" must be in lower-case letters only
(#99) Opening brace should be on the same line as the declaration
(#104) Variable "registerListenersPass" must be all lower-case
(#105) Variable "registerListenersPass" must be all lower-case
(#112) Public method name "RegisterListenersPassTest::testPrivateEventSubscriber" must be in lower-case letters only
(#113) Opening brace should be on the same line as the declaration
(#118) Variable "registerListenersPass" must be all lower-case
(#119) Variable "registerListenersPass" must be all lower-case
(#126) Public method name "RegisterListenersPassTest::testAbstractEventListener" must be in lower-case letters only
(#127) Opening brace should be on the same line as the declaration
(#132) Variable "registerListenersPass" must be all lower-case
(#133) Variable "registerListenersPass" must be all lower-case
(#140) Public method name "RegisterListenersPassTest::testAbstractEventSubscriber" must be in lower-case letters only
(#141) Opening brace should be on the same line as the declaration
(#146) Variable "registerListenersPass" must be all lower-case
(#147) Variable "registerListenersPass" must be all lower-case
(#150) Public method name "RegisterListenersPassTest::testEventSubscriberResolvableClassName" must be in lower-case letters only
(#151) Opening brace should be on the same line as the declaration
(#154) Line exceeds 132 characters; contains 134 characters
(#158) Variable "registerListenersPass" must be all lower-case
(#159) Variable "registerListenersPass" must be all lower-case
(#162) Variable "expected_calls" must not contain underscores.
(#171) Variable "expected_calls" must not contain underscores.
(#178) Public method name "RegisterListenersPassTest::testEventSubscriberUnresolvableClassName" must be in lower-case letters only
(#179) Opening brace should be on the same line as the declaration
(#184) Variable "registerListenersPass" must be all lower-case
(#185) Variable "registerListenersPass" must be all lower-case
(#191) Public method name "SubscriberService::getSubscribedEvents" must be in lower-case letters only
(#192) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/symfony/event-dispatcher/Tests/EventDispatcherTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#16) Expected MOODLE_INTERNAL check or config.php inclusion
(#18) Protected method name "EventDispatcherTest::createEventDispatcher" must be in lower-case letters only
(#19) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/symfony/event-dispatcher/Tests/EventTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#20) Expected MOODLE_INTERNAL check or config.php inclusion
(#37) Opening brace should be on the same line as the declaration
(#47) Opening brace should be on the same line as the declaration
(#52) Public method name "EventTest::testIsPropagationStopped" must be in lower-case letters only
(#53) Opening brace should be on the same line as the declaration
(#57) Public method name "EventTest::testStopPropagationAndIsPropagationStopped" must be in lower-case letters only
(#58) Opening brace should be on the same line as the declaration
(#66) Public method name "EventTest::testLegacySetDispatcher" must be in lower-case letters only
(#67) Opening brace should be on the same line as the declaration
(#75) Public method name "EventTest::testLegacyGetDispatcher" must be in lower-case letters only
(#76) Opening brace should be on the same line as the declaration
(#83) Public method name "EventTest::testLegacyGetName" must be in lower-case letters only
(#84) Opening brace should be on the same line as the declaration
(#91) Public method name "EventTest::testLegacySetName" must be in lower-case letters only
(#92) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/symfony/event-dispatcher/Tests/GenericEventTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#19) Expected MOODLE_INTERNAL check or config.php inclusion
(#32) Opening brace should be on the same line as the declaration
(#43) Opening brace should be on the same line as the declaration
(#50) Public method name "GenericEventTest::testConstruct" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#58) Public method name "GenericEventTest::testGetArguments" must be in lower-case letters only
(#59) Opening brace should be on the same line as the declaration
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Public method name "GenericEventTest::testSetArguments" must be in lower-case letters only
(#65) Opening brace should be on the same line as the declaration
(#71) Public method name "GenericEventTest::testSetArgument" must be in lower-case letters only
(#72) Opening brace should be on the same line as the declaration
(#78) Public method name "GenericEventTest::testGetArgument" must be in lower-case letters only
(#79) Opening brace should be on the same line as the declaration
(#80) Inline comments must start with a capital letter, digit or 3-dots sequence
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Public method name "GenericEventTest::testGetArgException" must be in lower-case letters only
(#88) Opening brace should be on the same line as the declaration
(#92) Public method name "GenericEventTest::testOffsetGet" must be in lower-case letters only
(#93) Opening brace should be on the same line as the declaration
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Public method name "GenericEventTest::testOffsetSet" must be in lower-case letters only
(#103) Opening brace should be on the same line as the declaration
(#108) Public method name "GenericEventTest::testOffsetUnset" must be in lower-case letters only
(#109) Opening brace should be on the same line as the declaration
(#114) Public method name "GenericEventTest::testOffsetIsset" must be in lower-case letters only
(#115) Opening brace should be on the same line as the declaration
(#120) Public method name "GenericEventTest::testHasArgument" must be in lower-case letters only
(#121) Opening brace should be on the same line as the declaration
(#126) Public method name "GenericEventTest::testGetSubject" must be in lower-case letters only
(#127) Opening brace should be on the same line as the declaration
(#131) Public method name "GenericEventTest::testHasIterator" must be in lower-case letters only
(#132) Opening brace should be on the same line as the declaration
local/session_dynamodb/vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#20) Expected MOODLE_INTERNAL check or config.php inclusion
(#25) Member variable "innerDispatcher" must be all lower-case
(#33) Opening brace should be on the same line as the declaration
(#38) Public method name "ImmutableEventDispatcherTest::testDispatchDelegates" must be in lower-case letters only
(#39) Opening brace should be on the same line as the declaration
(#43) Space found before object operator
(#44) Space found before object operator
(#45) Space found before object operator
(#50) Public method name "ImmutableEventDispatcherTest::testGetListenersDelegates" must be in lower-case letters only
(#51) Opening brace should be on the same line as the declaration
(#53) Space found before object operator
(#54) Space found before object operator
(#55) Space found before object operator
(#60) Public method name "ImmutableEventDispatcherTest::testHasListenersDelegates" must be in lower-case letters only
(#61) Opening brace should be on the same line as the declaration
(#63) Space found before object operator
(#64) Space found before object operator
(#65) Space found before object operator
(#73) Public method name "ImmutableEventDispatcherTest::testAddListenerDisallowed" must be in lower-case letters only
(#74) Opening brace should be on the same line as the declaration
(#75) Closing brace must be on a line by itself
(#81) Public method name "ImmutableEventDispatcherTest::testAddSubscriberDisallowed" must be in lower-case letters only
(#82) Opening brace should be on the same line as the declaration
(#91) Public method name "ImmutableEventDispatcherTest::testRemoveListenerDisallowed" must be in lower-case letters only
(#92) Opening brace should be on the same line as the declaration
(#93) Closing brace must be on a line by itself
(#99) Public method name "ImmutableEventDispatcherTest::testRemoveSubscriberDisallowed" must be in lower-case letters only
(#100) Opening brace should be on the same line as the declaration
local/session_dynamodb/version.php
(#29) Inline comments must end in full-stops, exclamation marks, or question marks

Javascript coding style problems

(0 errors, 0 warnings)

This section shows the coding style problems detected in the code by eslint [More info]


CSS problems

(0 errors, 0 warnings)

This section shows CSS problems detected by stylelint [More info]


PHPDocs style problems

(10900 errors, 2358 warnings)

This section shows the phpdocs problems detected in the code by local_moodlecheck [More info]

local/session_dynamodb/classes/handler.php
(#66) Variable local_session_dynamodb_handler::$aws_key is not documented
(#67) Variable local_session_dynamodb_handler::$aws_secret is not documented
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#33) Class local_session_dynamodb_handler does not have @copyright tag
(#33) Class local_session_dynamodb_handler does not have @license tag
(#21) Package core is not valid
local/session_dynamodb/classes/task/session_gc.php
(#29) Class session_gc is not documented
local/session_dynamodb/cli/create_table.php
(#2) File-level phpdocs block is not found
local/session_dynamodb/vendor/autoload.php
(#2) Empty line found after PHP open tag
(#5) File-level phpdocs block is not found
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/AutoScaling/AutoScalingClient.php
(#92) Constant AutoScalingClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class AutoScalingClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class AutoScalingClient does not have @license tag
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#26) Package is not specified for class AutoScalingClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/AutoScaling/Enum/LifecycleState.php
(#26) Constant LifecycleState::PENDING is not documented
(#27) Constant LifecycleState::QUARANTINED is not documented
(#28) Constant LifecycleState::IN_SERVICE is not documented
(#29) Constant LifecycleState::TERMINATING is not documented
(#30) Constant LifecycleState::TERMINATED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class LifecycleState does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class LifecycleState does not have @license tag
(#21) Package is not specified for class LifecycleState. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/AutoScaling/Enum/ScalingActivityStatusCode.php
(#26) Constant ScalingActivityStatusCode::WAITING_FOR_SPOT_INSTANCE_REQUEST_ID is not documented
(#27) Constant ScalingActivityStatusCode::WAITING_FOR_SPOT_INSTANCE_ID is not documented
(#28) Constant ScalingActivityStatusCode::WAITING_FOR_INSTANCE_ID is not documented
(#29) Constant ScalingActivityStatusCode::PRE_IN_SERVICE is not documented
(#30) Constant ScalingActivityStatusCode::IN_PROGRESS is not documented
(#31) Constant ScalingActivityStatusCode::SUCCESSFUL is not documented
(#32) Constant ScalingActivityStatusCode::FAILED is not documented
(#33) Constant ScalingActivityStatusCode::CANCELLED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ScalingActivityStatusCode does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ScalingActivityStatusCode does not have @license tag
(#21) Package is not specified for class ScalingActivityStatusCode. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/AutoScaling/Exception/AlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class AlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class AlreadyExistsException does not have @license tag
(#19) Package is not specified for class AlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/AutoScaling/Exception/AutoScalingException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class AutoScalingException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class AutoScalingException does not have @license tag
(#21) Package is not specified for class AutoScalingException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/AutoScaling/Exception/InvalidNextTokenException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidNextTokenException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidNextTokenException does not have @license tag
(#19) Package is not specified for class InvalidNextTokenException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/AutoScaling/Exception/LimitExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class LimitExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class LimitExceededException does not have @license tag
(#19) Package is not specified for class LimitExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/AutoScaling/Exception/ResourceInUseException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ResourceInUseException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ResourceInUseException does not have @license tag
(#19) Package is not specified for class ResourceInUseException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/AutoScaling/Exception/ScalingActivityInProgressException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ScalingActivityInProgressException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ScalingActivityInProgressException does not have @license tag
(#19) Package is not specified for class ScalingActivityInProgressException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/AutoScaling/Resources/autoscaling-2011-01-01.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFormation/CloudFormationClient.php
(#58) Constant CloudFormationClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class CloudFormationClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class CloudFormationClient does not have @license tag
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#26) Package is not specified for class CloudFormationClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFormation/Enum/Capability.php
(#26) Constant Capability::CAPABILITY_IAM is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class Capability does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class Capability does not have @license tag
(#21) Package is not specified for class Capability. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFormation/Enum/OnFailure.php
(#26) Constant OnFailure::DO_NOTHING is not documented
(#27) Constant OnFailure::ROLLBACK is not documented
(#28) Constant OnFailure::DELETE is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class OnFailure does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class OnFailure does not have @license tag
(#21) Package is not specified for class OnFailure. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFormation/Enum/ResourceStatus.php
(#26) Constant ResourceStatus::CREATE_IN_PROGRESS is not documented
(#27) Constant ResourceStatus::CREATE_FAILED is not documented
(#28) Constant ResourceStatus::CREATE_COMPLETE is not documented
(#29) Constant ResourceStatus::DELETE_IN_PROGRESS is not documented
(#30) Constant ResourceStatus::DELETE_FAILED is not documented
(#31) Constant ResourceStatus::DELETE_COMPLETE is not documented
(#32) Constant ResourceStatus::UPDATE_IN_PROGRESS is not documented
(#33) Constant ResourceStatus::UPDATE_FAILED is not documented
(#34) Constant ResourceStatus::UPDATE_COMPLETE is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ResourceStatus does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ResourceStatus does not have @license tag
(#21) Package is not specified for class ResourceStatus. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFormation/Enum/StackStatus.php
(#26) Constant StackStatus::CREATE_IN_PROGRESS is not documented
(#27) Constant StackStatus::CREATE_FAILED is not documented
(#28) Constant StackStatus::CREATE_COMPLETE is not documented
(#29) Constant StackStatus::ROLLBACK_IN_PROGRESS is not documented
(#30) Constant StackStatus::ROLLBACK_FAILED is not documented
(#31) Constant StackStatus::ROLLBACK_COMPLETE is not documented
(#32) Constant StackStatus::DELETE_IN_PROGRESS is not documented
(#33) Constant StackStatus::DELETE_FAILED is not documented
(#34) Constant StackStatus::DELETE_COMPLETE is not documented
(#35) Constant StackStatus::UPDATE_IN_PROGRESS is not documented
(#36) Constant StackStatus::UPDATE_COMPLETE_CLEANUP_IN_PROGRESS is not documented
(#37) Constant StackStatus::UPDATE_COMPLETE is not documented
(#38) Constant StackStatus::UPDATE_ROLLBACK_IN_PROGRESS is not documented
(#39) Constant StackStatus::UPDATE_ROLLBACK_FAILED is not documented
(#40) Constant StackStatus::UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS is not documented
(#41) Constant StackStatus::UPDATE_ROLLBACK_COMPLETE is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class StackStatus does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class StackStatus does not have @license tag
(#21) Package is not specified for class StackStatus. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFormation/Exception/AlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class AlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class AlreadyExistsException does not have @license tag
(#19) Package is not specified for class AlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFormation/Exception/CloudFormationException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class CloudFormationException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class CloudFormationException does not have @license tag
(#21) Package is not specified for class CloudFormationException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFormation/Exception/InsufficientCapabilitiesException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InsufficientCapabilitiesException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InsufficientCapabilitiesException does not have @license tag
(#19) Package is not specified for class InsufficientCapabilitiesException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFormation/Exception/LimitExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class LimitExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class LimitExceededException does not have @license tag
(#19) Package is not specified for class LimitExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFormation/Resources/cloudformation-2010-05-15.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/CloudFrontClient.php
(#68) Constant CloudFrontClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#30) Class CloudFrontClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#30) Class CloudFrontClient does not have @license tag
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#33) Not recommended phpdocs tag @method used
(#30) Package is not specified for class CloudFrontClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/CloudFrontSignature.php
(#30) Phpdocs for function CloudFrontSignature::signRequest has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#24) Class CloudFrontSignature does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#24) Class CloudFrontSignature does not have @license tag
(#24) Package is not specified for class CloudFrontSignature. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Enum/GeoRestrictionType.php
(#26) Constant GeoRestrictionType::BLACKLIST is not documented
(#27) Constant GeoRestrictionType::WHITELIST is not documented
(#28) Constant GeoRestrictionType::NONE is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class GeoRestrictionType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class GeoRestrictionType does not have @license tag
(#21) Package is not specified for class GeoRestrictionType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Enum/ItemSelection.php
(#26) Constant ItemSelection::NONE is not documented
(#27) Constant ItemSelection::WHITELIST is not documented
(#28) Constant ItemSelection::ALL is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ItemSelection does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ItemSelection does not have @license tag
(#21) Package is not specified for class ItemSelection. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Enum/Method.php
(#26) Constant Method::GET is not documented
(#27) Constant Method::HEAD is not documented
(#28) Constant Method::POST is not documented
(#29) Constant Method::PUT is not documented
(#30) Constant Method::PATCH is not documented
(#31) Constant Method::OPTIONS is not documented
(#32) Constant Method::DELETE is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class Method does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class Method does not have @license tag
(#21) Package is not specified for class Method. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Enum/OriginProtocolPolicy.php
(#26) Constant OriginProtocolPolicy::HTTP_ONLY is not documented
(#27) Constant OriginProtocolPolicy::MATCH_VIEWER is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class OriginProtocolPolicy does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class OriginProtocolPolicy does not have @license tag
(#21) Package is not specified for class OriginProtocolPolicy. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Enum/PriceClass.php
(#26) Constant PriceClass::PRICE_CLASS_100 is not documented
(#27) Constant PriceClass::PRICE_CLASS_200 is not documented
(#28) Constant PriceClass::PRICE_CLASS_ALL is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class PriceClass does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class PriceClass does not have @license tag
(#21) Package is not specified for class PriceClass. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Enum/SSLSupportMethod.php
(#26) Constant SSLSupportMethod::SNI_ONLY is not documented
(#27) Constant SSLSupportMethod::VIP is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class SSLSupportMethod does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class SSLSupportMethod does not have @license tag
(#21) Package is not specified for class SSLSupportMethod. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Enum/ViewerProtocolPolicy.php
(#26) Constant ViewerProtocolPolicy::ALLOW_ALL is not documented
(#27) Constant ViewerProtocolPolicy::HTTPS_ONLY is not documented
(#28) Constant ViewerProtocolPolicy::REDIRECT_TO_HTTPS is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ViewerProtocolPolicy does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ViewerProtocolPolicy does not have @license tag
(#21) Package is not specified for class ViewerProtocolPolicy. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/AccessDeniedException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class AccessDeniedException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class AccessDeniedException does not have @license tag
(#19) Package is not specified for class AccessDeniedException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/BatchTooLargeException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class BatchTooLargeException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class BatchTooLargeException does not have @license tag
(#19) Package is not specified for class BatchTooLargeException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/CNAMEAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class CNAMEAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class CNAMEAlreadyExistsException does not have @license tag
(#19) Package is not specified for class CNAMEAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/CloudFrontException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class CloudFrontException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class CloudFrontException does not have @license tag
(#21) Package is not specified for class CloudFrontException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/CloudFrontOriginAccessIdentityAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class CloudFrontOriginAccessIdentityAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class CloudFrontOriginAccessIdentityAlreadyExistsException does not have @license tag
(#19) Package is not specified for class CloudFrontOriginAccessIdentityAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/CloudFrontOriginAccessIdentityInUseException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class CloudFrontOriginAccessIdentityInUseException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class CloudFrontOriginAccessIdentityInUseException does not have @license tag
(#19) Package is not specified for class CloudFrontOriginAccessIdentityInUseException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/DistributionAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DistributionAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DistributionAlreadyExistsException does not have @license tag
(#19) Package is not specified for class DistributionAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/DistributionNotDisabledException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DistributionNotDisabledException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DistributionNotDisabledException does not have @license tag
(#19) Package is not specified for class DistributionNotDisabledException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/Exception.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class Exception does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class Exception does not have @license tag
(#21) Package is not specified for class Exception. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/IllegalUpdateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class IllegalUpdateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class IllegalUpdateException does not have @license tag
(#19) Package is not specified for class IllegalUpdateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InconsistentQuantitiesException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InconsistentQuantitiesException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InconsistentQuantitiesException does not have @license tag
(#19) Package is not specified for class InconsistentQuantitiesException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InvalidArgumentException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidArgumentException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidArgumentException does not have @license tag
(#19) Package is not specified for class InvalidArgumentException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InvalidDefaultRootObjectException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidDefaultRootObjectException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidDefaultRootObjectException does not have @license tag
(#19) Package is not specified for class InvalidDefaultRootObjectException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InvalidErrorCodeException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidErrorCodeException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidErrorCodeException does not have @license tag
(#19) Package is not specified for class InvalidErrorCodeException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InvalidForwardCookiesException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidForwardCookiesException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidForwardCookiesException does not have @license tag
(#19) Package is not specified for class InvalidForwardCookiesException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InvalidGeoRestrictionParameterException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidGeoRestrictionParameterException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidGeoRestrictionParameterException does not have @license tag
(#19) Package is not specified for class InvalidGeoRestrictionParameterException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InvalidIfMatchVersionException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidIfMatchVersionException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidIfMatchVersionException does not have @license tag
(#19) Package is not specified for class InvalidIfMatchVersionException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InvalidLocationCodeException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidLocationCodeException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidLocationCodeException does not have @license tag
(#19) Package is not specified for class InvalidLocationCodeException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InvalidOriginAccessIdentityException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidOriginAccessIdentityException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidOriginAccessIdentityException does not have @license tag
(#19) Package is not specified for class InvalidOriginAccessIdentityException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InvalidOriginException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidOriginException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidOriginException does not have @license tag
(#19) Package is not specified for class InvalidOriginException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InvalidRelativePathException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidRelativePathException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidRelativePathException does not have @license tag
(#19) Package is not specified for class InvalidRelativePathException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InvalidRequiredProtocolException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidRequiredProtocolException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidRequiredProtocolException does not have @license tag
(#19) Package is not specified for class InvalidRequiredProtocolException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InvalidResponseCodeException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidResponseCodeException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidResponseCodeException does not have @license tag
(#19) Package is not specified for class InvalidResponseCodeException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/InvalidViewerCertificateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidViewerCertificateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidViewerCertificateException does not have @license tag
(#19) Package is not specified for class InvalidViewerCertificateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/MissingBodyException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MissingBodyException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MissingBodyException does not have @license tag
(#19) Package is not specified for class MissingBodyException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/NoSuchCloudFrontOriginAccessIdentityException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NoSuchCloudFrontOriginAccessIdentityException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NoSuchCloudFrontOriginAccessIdentityException does not have @license tag
(#19) Package is not specified for class NoSuchCloudFrontOriginAccessIdentityException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/NoSuchDistributionException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NoSuchDistributionException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NoSuchDistributionException does not have @license tag
(#19) Package is not specified for class NoSuchDistributionException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/NoSuchInvalidationException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NoSuchInvalidationException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NoSuchInvalidationException does not have @license tag
(#19) Package is not specified for class NoSuchInvalidationException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/NoSuchOriginException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NoSuchOriginException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NoSuchOriginException does not have @license tag
(#19) Package is not specified for class NoSuchOriginException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/NoSuchStreamingDistributionException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NoSuchStreamingDistributionException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NoSuchStreamingDistributionException does not have @license tag
(#19) Package is not specified for class NoSuchStreamingDistributionException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/PreconditionFailedException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class PreconditionFailedException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class PreconditionFailedException does not have @license tag
(#19) Package is not specified for class PreconditionFailedException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/StreamingDistributionAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class StreamingDistributionAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class StreamingDistributionAlreadyExistsException does not have @license tag
(#19) Package is not specified for class StreamingDistributionAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/StreamingDistributionNotDisabledException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class StreamingDistributionNotDisabledException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class StreamingDistributionNotDisabledException does not have @license tag
(#19) Package is not specified for class StreamingDistributionNotDisabledException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/TooManyCacheBehaviorsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TooManyCacheBehaviorsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TooManyCacheBehaviorsException does not have @license tag
(#19) Package is not specified for class TooManyCacheBehaviorsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/TooManyCertificatesException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TooManyCertificatesException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TooManyCertificatesException does not have @license tag
(#19) Package is not specified for class TooManyCertificatesException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/TooManyCloudFrontOriginAccessIdentitiesException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TooManyCloudFrontOriginAccessIdentitiesException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TooManyCloudFrontOriginAccessIdentitiesException does not have @license tag
(#19) Package is not specified for class TooManyCloudFrontOriginAccessIdentitiesException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/TooManyCookieNamesInWhiteListException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TooManyCookieNamesInWhiteListException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TooManyCookieNamesInWhiteListException does not have @license tag
(#19) Package is not specified for class TooManyCookieNamesInWhiteListException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/TooManyDistributionCNAMEsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TooManyDistributionCNAMEsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TooManyDistributionCNAMEsException does not have @license tag
(#19) Package is not specified for class TooManyDistributionCNAMEsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/TooManyDistributionsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TooManyDistributionsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TooManyDistributionsException does not have @license tag
(#19) Package is not specified for class TooManyDistributionsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/TooManyInvalidationsInProgressException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TooManyInvalidationsInProgressException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TooManyInvalidationsInProgressException does not have @license tag
(#19) Package is not specified for class TooManyInvalidationsInProgressException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/TooManyOriginsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TooManyOriginsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TooManyOriginsException does not have @license tag
(#19) Package is not specified for class TooManyOriginsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/TooManyStreamingDistributionCNAMEsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TooManyStreamingDistributionCNAMEsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TooManyStreamingDistributionCNAMEsException does not have @license tag
(#19) Package is not specified for class TooManyStreamingDistributionCNAMEsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/TooManyStreamingDistributionsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TooManyStreamingDistributionsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TooManyStreamingDistributionsException does not have @license tag
(#19) Package is not specified for class TooManyStreamingDistributionsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/TooManyTrustedSignersException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TooManyTrustedSignersException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TooManyTrustedSignersException does not have @license tag
(#19) Package is not specified for class TooManyTrustedSignersException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Exception/TrustedSignerDoesNotExistException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TrustedSignerDoesNotExistException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TrustedSignerDoesNotExistException does not have @license tag
(#19) Package is not specified for class TrustedSignerDoesNotExistException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Resources/cloudfront-2012-05-05.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Resources/cloudfront-2015-04-17.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Resources/cloudfront-2015-07-27.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudFront/Resources/cloudfront-2016-01-28.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudHsm/CloudHsmClient.php
(#52) Constant CloudHsmClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class CloudHsmClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class CloudHsmClient does not have @license tag
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#26) Package is not specified for class CloudHsmClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudHsm/Exception/CloudHsmException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class CloudHsmException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class CloudHsmException does not have @license tag
(#21) Package is not specified for class CloudHsmException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudHsm/Resources/cloudhsm-2014-05-30.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/CloudSearchClient.php
(#65) Constant CloudSearchClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#27) Class CloudSearchClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#27) Class CloudSearchClient does not have @license tag
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#27) Package is not specified for class CloudSearchClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/Enum/IndexFieldType.php
(#26) Constant IndexFieldType::UINT is not documented
(#27) Constant IndexFieldType::INT is not documented
(#28) Constant IndexFieldType::DOUBLE is not documented
(#29) Constant IndexFieldType::LITERAL is not documented
(#30) Constant IndexFieldType::TEXT is not documented
(#31) Constant IndexFieldType::DATE is not documented
(#32) Constant IndexFieldType::LATLON is not documented
(#33) Constant IndexFieldType::INT_ARRAY is not documented
(#34) Constant IndexFieldType::DOUBLE_ARRAY is not documented
(#35) Constant IndexFieldType::LITERAL_ARRAY is not documented
(#36) Constant IndexFieldType::TEXT_ARRAY is not documented
(#37) Constant IndexFieldType::DATE_ARRAY is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class IndexFieldType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class IndexFieldType does not have @license tag
(#21) Package is not specified for class IndexFieldType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/Enum/OptionState.php
(#26) Constant OptionState::REQUIRES_INDEX_DOCUMENTS is not documented
(#27) Constant OptionState::PROCESSING is not documented
(#28) Constant OptionState::ACTIVE is not documented
(#29) Constant OptionState::FAILED_TO_VALIDATE is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class OptionState does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class OptionState does not have @license tag
(#21) Package is not specified for class OptionState. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/Enum/SearchInstanceType.php
(#26) Constant SearchInstanceType::SEARCH_INSTANCET1_MICRO is not documented
(#27) Constant SearchInstanceType::SEARCH_INSTANCEM1_SMALL is not documented
(#28) Constant SearchInstanceType::SEARCH_INSTANCEM1_LARGE is not documented
(#29) Constant SearchInstanceType::SEARCH_INSTANCEM2_XLARGE is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class SearchInstanceType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class SearchInstanceType does not have @license tag
(#21) Package is not specified for class SearchInstanceType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/Enum/SourceDataFunction.php
(#26) Constant SourceDataFunction::COPY is not documented
(#27) Constant SourceDataFunction::TRIM_TITLE is not documented
(#28) Constant SourceDataFunction::MAP is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class SourceDataFunction does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class SourceDataFunction does not have @license tag
(#21) Package is not specified for class SourceDataFunction. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/Exception/BaseException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class BaseException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class BaseException does not have @license tag
(#19) Package is not specified for class BaseException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/Exception/CloudSearchException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class CloudSearchException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class CloudSearchException does not have @license tag
(#21) Package is not specified for class CloudSearchException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/Exception/InternalException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InternalException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InternalException does not have @license tag
(#19) Package is not specified for class InternalException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/Exception/InvalidTypeException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidTypeException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidTypeException does not have @license tag
(#19) Package is not specified for class InvalidTypeException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/Exception/LimitExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class LimitExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class LimitExceededException does not have @license tag
(#19) Package is not specified for class LimitExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/Exception/ResourceNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ResourceNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ResourceNotFoundException does not have @license tag
(#19) Package is not specified for class ResourceNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/Resources/cloudsearch-2011-02-01.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearch/Resources/cloudsearch-2013-01-01.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearchDomain/CloudSearchDomainClient.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#23) Constant CloudSearchDomainClient::LATEST_API_VERSION is not documented
(#46) There is no description in phpdocs for function setRegion
(#46) Phpdocs for function CloudSearchDomainClient::setRegion has incomplete parameters list
(#11) Class CloudSearchDomainClient does not have @copyright tag
(#11) Class CloudSearchDomainClient does not have @license tag
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#47) Not recommended phpdocs tag @internal used
(#11) Package is not specified for class CloudSearchDomainClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearchDomain/CloudSearchDomainClientBuilder.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#33) Function CloudSearchDomainClientBuilder::build is not documented
(#29) Variable CloudSearchDomainClientBuilder::$commonConfigDefaults is not documented
(#22) Class CloudSearchDomainClientBuilder does not have @copyright tag
(#22) Class CloudSearchDomainClientBuilder does not have @license tag
(#25) Not recommended phpdocs tag @internal used
(#22) Package is not specified for class CloudSearchDomainClientBuilder. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearchDomain/Exception/CloudSearchDomainException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class CloudSearchDomainException does not have @copyright tag
(#7) Class CloudSearchDomainException does not have @license tag
(#7) Package is not specified for class CloudSearchDomainException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudSearchDomain/Resources/cloudsearchdomain-2013-01-01.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/CloudTrailClient.php
(#49) Constant CloudTrailClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#27) Class CloudTrailClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#27) Class CloudTrailClient does not have @license tag
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#27) Package is not specified for class CloudTrailClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Exception/CloudTrailException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class CloudTrailException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class CloudTrailException does not have @license tag
(#21) Package is not specified for class CloudTrailException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Exception/InsufficientS3BucketPolicyException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InsufficientS3BucketPolicyException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InsufficientS3BucketPolicyException does not have @license tag
(#19) Package is not specified for class InsufficientS3BucketPolicyException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Exception/InsufficientSnsTopicPolicyException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InsufficientSnsTopicPolicyException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InsufficientSnsTopicPolicyException does not have @license tag
(#19) Package is not specified for class InsufficientSnsTopicPolicyException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Exception/InternalErrorException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InternalErrorException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InternalErrorException does not have @license tag
(#19) Package is not specified for class InternalErrorException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Exception/InvalidS3BucketNameException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidS3BucketNameException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidS3BucketNameException does not have @license tag
(#19) Package is not specified for class InvalidS3BucketNameException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Exception/InvalidS3PrefixException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidS3PrefixException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidS3PrefixException does not have @license tag
(#19) Package is not specified for class InvalidS3PrefixException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Exception/InvalidSnsTopicNameException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidSnsTopicNameException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidSnsTopicNameException does not have @license tag
(#19) Package is not specified for class InvalidSnsTopicNameException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Exception/InvalidTrailNameException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidTrailNameException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidTrailNameException does not have @license tag
(#19) Package is not specified for class InvalidTrailNameException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Exception/MaximumNumberOfTrailsExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MaximumNumberOfTrailsExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MaximumNumberOfTrailsExceededException does not have @license tag
(#19) Package is not specified for class MaximumNumberOfTrailsExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Exception/S3BucketDoesNotExistException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class S3BucketDoesNotExistException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class S3BucketDoesNotExistException does not have @license tag
(#19) Package is not specified for class S3BucketDoesNotExistException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Exception/TrailAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TrailAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TrailAlreadyExistsException does not have @license tag
(#19) Package is not specified for class TrailAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Exception/TrailNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TrailNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TrailNotFoundException does not have @license tag
(#19) Package is not specified for class TrailNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Exception/TrailNotProvidedException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TrailNotProvidedException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TrailNotProvidedException does not have @license tag
(#19) Package is not specified for class TrailNotProvidedException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/LogFileIterator.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#21) Constant LogFileIterator::DEFAULT_TRAIL_NAME is not documented
(#22) Constant LogFileIterator::PREFIX_TEMPLATE is not documented
(#23) Constant LogFileIterator::PREFIX_WILDCARD is not documented
(#26) Constant LogFileIterator::TRAIL_NAME is not documented
(#27) Constant LogFileIterator::KEY_PREFIX is not documented
(#28) Constant LogFileIterator::START_DATE is not documented
(#29) Constant LogFileIterator::END_DATE is not documented
(#30) Constant LogFileIterator::ACCOUNT_ID is not documented
(#31) Constant LogFileIterator::LOG_REGION is not documented
(#10) No one-line description found in phpdocs for class LogFileIterator
(#188) Phpdocs for function LogFileIterator::determineDateForPrefix has incomplete parameters list
(#10) Class LogFileIterator does not have @copyright tag
(#10) Class LogFileIterator does not have @license tag
(#16) Invalid phpdocs tag @yields used
(#10) Package is not specified for class LogFileIterator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/LogFileReader.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) No one-line description found in phpdocs for class LogFileReader
(#19) There is no description in phpdocs for function __construct
(#7) Class LogFileReader does not have @copyright tag
(#7) Class LogFileReader does not have @license tag
(#7) Package is not specified for class LogFileReader. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/LogRecordIterator.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#117) Function LogRecordIterator::next is not documented
(#132) Function LogRecordIterator::key is not documented
(#141) Function LogRecordIterator::valid is not documented
(#146) Function LogRecordIterator::rewind is not documented
(#152) Function LogRecordIterator::getInnerIterator is not documented
(#8) No one-line description found in phpdocs for class LogRecordIterator
(#39) There is no description in phpdocs for function forTrail
(#54) There is no description in phpdocs for function forBucket
(#69) There is no description in phpdocs for function forFile
(#87) There is no description in phpdocs for function __construct
(#8) Class LogRecordIterator does not have @copyright tag
(#8) Class LogRecordIterator does not have @license tag
(#15) Invalid phpdocs tag @yields used
(#8) Package is not specified for class LogRecordIterator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudTrail/Resources/cloudtrail-2013-11-01.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/CloudWatchClient.php
(#50) Constant CloudWatchClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class CloudWatchClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class CloudWatchClient does not have @license tag
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#26) Package is not specified for class CloudWatchClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Enum/ComparisonOperator.php
(#26) Constant ComparisonOperator::GREATER_THAN_OR_EQUAL_TO_THRESHOLD is not documented
(#27) Constant ComparisonOperator::GREATER_THAN_THRESHOLD is not documented
(#28) Constant ComparisonOperator::LESS_THAN_THRESHOLD is not documented
(#29) Constant ComparisonOperator::LESS_THAN_OR_EQUAL_TO_THRESHOLD is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ComparisonOperator does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ComparisonOperator does not have @license tag
(#21) Package is not specified for class ComparisonOperator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Enum/HistoryItemType.php
(#26) Constant HistoryItemType::CONFIGURATION_UPDATE is not documented
(#27) Constant HistoryItemType::STATE_UPDATE is not documented
(#28) Constant HistoryItemType::ACTION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class HistoryItemType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class HistoryItemType does not have @license tag
(#21) Package is not specified for class HistoryItemType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Enum/StateValue.php
(#26) Constant StateValue::OK is not documented
(#27) Constant StateValue::ALARM is not documented
(#28) Constant StateValue::INSUFFICIENT_DATA is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class StateValue does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class StateValue does not have @license tag
(#21) Package is not specified for class StateValue. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Enum/Statistic.php
(#26) Constant Statistic::SAMPLE_COUNT is not documented
(#27) Constant Statistic::AVERAGE is not documented
(#28) Constant Statistic::SUM is not documented
(#29) Constant Statistic::MINIMUM is not documented
(#30) Constant Statistic::MAXIMUM is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class Statistic does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class Statistic does not have @license tag
(#21) Package is not specified for class Statistic. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Enum/Unit.php
(#26) Constant Unit::SECONDS is not documented
(#27) Constant Unit::MICROSECONDS is not documented
(#28) Constant Unit::MILLISECONDS is not documented
(#29) Constant Unit::BYTES is not documented
(#30) Constant Unit::KILOBYTES is not documented
(#31) Constant Unit::MEGABYTES is not documented
(#32) Constant Unit::GIGABYTES is not documented
(#33) Constant Unit::TERABYTES is not documented
(#34) Constant Unit::BITS is not documented
(#35) Constant Unit::KILOBITS is not documented
(#36) Constant Unit::MEGABITS is not documented
(#37) Constant Unit::GIGABITS is not documented
(#38) Constant Unit::TERABITS is not documented
(#39) Constant Unit::PERCENT is not documented
(#40) Constant Unit::COUNT is not documented
(#41) Constant Unit::BYTES_PER_SECOND is not documented
(#42) Constant Unit::KILOBYTES_PER_SECOND is not documented
(#43) Constant Unit::MEGABYTES_PER_SECOND is not documented
(#44) Constant Unit::GIGABYTES_PER_SECOND is not documented
(#45) Constant Unit::TERABYTES_PER_SECOND is not documented
(#46) Constant Unit::BITS_PER_SECOND is not documented
(#47) Constant Unit::KILOBITS_PER_SECOND is not documented
(#48) Constant Unit::MEGABITS_PER_SECOND is not documented
(#49) Constant Unit::GIGABITS_PER_SECOND is not documented
(#50) Constant Unit::TERABITS_PER_SECOND is not documented
(#51) Constant Unit::COUNT_PER_SECOND is not documented
(#52) Constant Unit::NONE is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class Unit does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class Unit does not have @license tag
(#21) Package is not specified for class Unit. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Exception/CloudWatchException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class CloudWatchException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class CloudWatchException does not have @license tag
(#21) Package is not specified for class CloudWatchException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Exception/InternalServiceException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InternalServiceException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InternalServiceException does not have @license tag
(#19) Package is not specified for class InternalServiceException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Exception/InvalidFormatException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidFormatException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidFormatException does not have @license tag
(#19) Package is not specified for class InvalidFormatException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Exception/InvalidNextTokenException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidNextTokenException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidNextTokenException does not have @license tag
(#19) Package is not specified for class InvalidNextTokenException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Exception/InvalidParameterCombinationException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidParameterCombinationException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidParameterCombinationException does not have @license tag
(#19) Package is not specified for class InvalidParameterCombinationException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Exception/InvalidParameterValueException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidParameterValueException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidParameterValueException does not have @license tag
(#19) Package is not specified for class InvalidParameterValueException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Exception/LimitExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class LimitExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class LimitExceededException does not have @license tag
(#19) Package is not specified for class LimitExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Exception/MissingRequiredParameterException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MissingRequiredParameterException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MissingRequiredParameterException does not have @license tag
(#19) Package is not specified for class MissingRequiredParameterException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Exception/ResourceNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ResourceNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ResourceNotFoundException does not have @license tag
(#19) Package is not specified for class ResourceNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatch/Resources/cloudwatch-2010-08-01.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatchLogs/CloudWatchLogsClient.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#53) Constant CloudWatchLogsClient::LATEST_API_VERSION is not documented
(#12) Class CloudWatchLogsClient does not have @copyright tag
(#12) Class CloudWatchLogsClient does not have @license tag
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#12) Package is not specified for class CloudWatchLogsClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatchLogs/Exception/CloudWatchLogsException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class CloudWatchLogsException does not have @copyright tag
(#7) Class CloudWatchLogsException does not have @license tag
(#7) Package is not specified for class CloudWatchLogsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CloudWatchLogs/Resources/cloudwatchlogs-2014-03-28.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CodeCommit/CodeCommitClient.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#34) Constant CodeCommitClient::LATEST_API_VERSION is not documented
(#12) Class CodeCommitClient does not have @copyright tag
(#12) Class CodeCommitClient does not have @license tag
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#12) Package is not specified for class CodeCommitClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CodeCommit/Exception/CodeCommitException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class CodeCommitException does not have @copyright tag
(#7) Class CodeCommitException does not have @license tag
(#7) Package is not specified for class CodeCommitException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CodeCommit/Resources/codecommit-2015-04-13.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CodeDeploy/CodeDeployClient.php
(#67) Constant CodeDeployClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class CodeDeployClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class CodeDeployClient does not have @license tag
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#26) Package is not specified for class CodeDeployClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CodeDeploy/Exception/CodeDeployException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class CodeDeployException does not have @copyright tag
(#7) Class CodeDeployException does not have @license tag
(#7) Package is not specified for class CodeDeployException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CodeDeploy/Resources/codedeploy-2014-10-06.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CodePipeline/CodePipelineClient.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#44) Constant CodePipelineClient::LATEST_API_VERSION is not documented
(#12) Class CodePipelineClient does not have @copyright tag
(#12) Class CodePipelineClient does not have @license tag
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#12) Package is not specified for class CodePipelineClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CodePipeline/Exception/CodePipelineException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class CodePipelineException does not have @copyright tag
(#7) Class CodePipelineException does not have @license tag
(#7) Package is not specified for class CodePipelineException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CodePipeline/Resources/codepipeline-2015-07-09.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CognitoIdentity/CognitoIdentityClient.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#43) Constant CognitoIdentityClient::LATEST_API_VERSION is not documented
(#16) Class CognitoIdentityClient does not have @copyright tag
(#16) Class CognitoIdentityClient does not have @license tag
(#19) Not recommended phpdocs tag @method used
(#19) Not recommended phpdocs tag @method used
(#19) Not recommended phpdocs tag @method used
(#19) Not recommended phpdocs tag @method used
(#19) Not recommended phpdocs tag @method used
(#19) Not recommended phpdocs tag @method used
(#19) Not recommended phpdocs tag @method used
(#19) Not recommended phpdocs tag @method used
(#19) Not recommended phpdocs tag @method used
(#19) Not recommended phpdocs tag @method used
(#19) Not recommended phpdocs tag @method used
(#19) Not recommended phpdocs tag @method used
(#19) Not recommended phpdocs tag @method used
(#19) Not recommended phpdocs tag @method used
(#19) Not recommended phpdocs tag @method used
(#19) Not recommended phpdocs tag @method used
(#19) Not recommended phpdocs tag @method used
(#19) Not recommended phpdocs tag @method used
(#16) Package is not specified for class CognitoIdentityClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CognitoIdentity/Exception/CognitoIdentityException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class CognitoIdentityException does not have @copyright tag
(#7) Class CognitoIdentityException does not have @license tag
(#7) Package is not specified for class CognitoIdentityException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CognitoIdentity/Resources/cognitoidentity-2014-06-30.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CognitoSync/CognitoSyncClient.php
(#2) File-level phpdocs block is not found
(#37) Constant CognitoSyncClient::LATEST_API_VERSION is not documented
(#11) Class CognitoSyncClient does not have @copyright tag
(#11) Class CognitoSyncClient does not have @license tag
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#11) Package is not specified for class CognitoSyncClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CognitoSync/Exception/CognitoSyncException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class CognitoSyncException does not have @copyright tag
(#7) Class CognitoSyncException does not have @license tag
(#7) Package is not specified for class CognitoSyncException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/CognitoSync/Resources/cognitosync-2014-06-30.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Aws.php
(#2) File-level phpdocs block does not have @copyright tag
(#23) Class Aws does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#23) Class Aws does not have @license tag
(#23) Package is not specified for class Aws. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AbstractClient.php
(#93) Function AbstractClient::__call is not documented
(#128) Function AbstractClient::getCredentials is not documented
(#133) Function AbstractClient::setCredentials is not documented
(#147) Function AbstractClient::getSignature is not documented
(#152) Function AbstractClient::getRegions is not documented
(#157) Function AbstractClient::getRegion is not documented
(#162) Function AbstractClient::setRegion is not documented
(#206) Function AbstractClient::waitUntil is not documented
(#213) Function AbstractClient::getWaiter is not documented
(#220) Function AbstractClient::setWaiterFactory is not documented
(#227) Function AbstractClient::getWaiterFactory is not documented
(#244) Function AbstractClient::getApiVersion is not documented
(#66) There is no description in phpdocs for function __construct
(#108) Phpdocs for function AbstractClient::getEndpoint has incomplete parameters list
(#249) Phpdocs for function AbstractClient::send has incomplete parameters list
(#267) Phpdocs for function AbstractClient::createRequest has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#38) Class AbstractClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#38) Class AbstractClient does not have @license tag
(#38) Package is not specified for class AbstractClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AwsClientInterface.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#30) Package is not specified for function getCredentials. It is also not specified in file-level phpdocs
(#37) Package is not specified for function setCredentials. It is also not specified in file-level phpdocs
(#46) Package is not specified for function getSignature. It is also not specified in file-level phpdocs
(#53) Package is not specified for function getRegions. It is also not specified in file-level phpdocs
(#60) Package is not specified for function getRegion. It is also not specified in file-level phpdocs
(#67) Package is not specified for function setRegion. It is also not specified in file-level phpdocs
(#76) Package is not specified for function getWaiterFactory. It is also not specified in file-level phpdocs
(#83) Package is not specified for function setWaiterFactory. It is also not specified in file-level phpdocs
(#92) Package is not specified for function waitUntil. It is also not specified in file-level phpdocs
(#102) Package is not specified for function getWaiter. It is also not specified in file-level phpdocs
(#112) Package is not specified for function getApiVersion. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ClientBuilder.php
(#423) Function ClientBuilder::getCredentials is not documented
(#438) Function ClientBuilder::handleRegion is not documented
(#454) Function ClientBuilder::handleEndpoint is not documented
(#493) Function ClientBuilder::createDefaultBackoff is not documented
(#515) Function ClientBuilder::extractHttpConfig is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#47) Class ClientBuilder does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#47) Class ClientBuilder does not have @license tag
(#47) Package is not specified for class ClientBuilder. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php
(#2) File-level phpdocs block does not have @copyright tag
(#22) Class DefaultClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#22) Class DefaultClient does not have @license tag
(#22) Package is not specified for class DefaultClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ExpiredCredentialsChecker.php
(#47) Function ExpiredCredentialsChecker::__construct is not documented
(#52) Function ExpiredCredentialsChecker::makesDecision is not documented
(#57) Function ExpiredCredentialsChecker::getDelay is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#28) Class ExpiredCredentialsChecker does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#28) Class ExpiredCredentialsChecker does not have @license tag
(#28) Package is not specified for class ExpiredCredentialsChecker. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ThrottlingErrorChecker.php
(#45) Function ThrottlingErrorChecker::__construct is not documented
(#61) Phpdocs for function ThrottlingErrorChecker::getDelay has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class ThrottlingErrorChecker does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class ThrottlingErrorChecker does not have @license tag
(#26) Package is not specified for class ThrottlingErrorChecker. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UploadBodyListener.php
(#25) No one-line description found in phpdocs for class UploadBodyListener
(#46) There is no description in phpdocs for function __construct
(#2) File-level phpdocs block does not have @copyright tag
(#25) Class UploadBodyListener does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#25) Class UploadBodyListener does not have @license tag
(#25) Package is not specified for class UploadBodyListener. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UserAgentListener.php
(#22) No one-line description found in phpdocs for class UserAgentListener
(#2) File-level phpdocs block does not have @copyright tag
(#22) Class UserAgentListener does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#22) Class UserAgentListener does not have @license tag
(#22) Package is not specified for class UserAgentListener. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Command/AwsQueryVisitor.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#17) Function AwsQueryVisitor::visit is not documented
(#15) Variable AwsQueryVisitor::$fqname is not documented
(#10) Class AwsQueryVisitor does not have @copyright tag
(#10) Class AwsQueryVisitor does not have @license tag
(#10) Package is not specified for class AwsQueryVisitor. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php
(#2) File-level phpdocs block does not have @copyright tag
(#22) Class JsonCommand does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#22) Class JsonCommand does not have @license tag
(#22) Package is not specified for class JsonCommand. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Command/QueryCommand.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class QueryCommand does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class QueryCommand does not have @license tag
(#21) Package is not specified for class QueryCommand. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Command/XmlResponseLocationVisitor.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#16) Phpdocs for function XmlResponseLocationVisitor::before has incomplete parameters list
(#34) Phpdocs for function XmlResponseLocationVisitor::visit has incomplete parameters list
(#11) Class XmlResponseLocationVisitor does not have @copyright tag
(#11) Class XmlResponseLocationVisitor does not have @license tag
(#11) Package is not specified for class XmlResponseLocationVisitor. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractCredentialsDecorator.php
(#48) Phpdocs for function AbstractCredentialsDecorator::unserialize has incomplete parameters list
(#97) Phpdocs for function AbstractCredentialsDecorator::setAccessKeyId has incomplete parameters list
(#107) Phpdocs for function AbstractCredentialsDecorator::setSecretKey has incomplete parameters list
(#117) Phpdocs for function AbstractCredentialsDecorator::setSecurityToken has incomplete parameters list
(#127) Phpdocs for function AbstractCredentialsDecorator::setExpiration has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class AbstractCredentialsDecorator does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class AbstractCredentialsDecorator does not have @license tag
(#19) Package is not specified for class AbstractCredentialsDecorator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractRefreshableCredentials.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class AbstractRefreshableCredentials does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class AbstractRefreshableCredentials does not have @license tag
(#19) Package is not specified for class AbstractRefreshableCredentials. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CacheableCredentials.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class CacheableCredentials does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class CacheableCredentials does not have @license tag
(#21) Package is not specified for class CacheableCredentials. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/Credentials.php
(#186) Function Credentials::serialize is not documented
(#196) Function Credentials::unserialize is not documented
(#205) Function Credentials::getAccessKeyId is not documented
(#210) Function Credentials::getSecretKey is not documented
(#215) Function Credentials::getSecurityToken is not documented
(#220) Function Credentials::getExpiration is not documented
(#225) Function Credentials::isExpired is not documented
(#230) Function Credentials::setAccessKeyId is not documented
(#237) Function Credentials::setSecretKey is not documented
(#244) Function Credentials::setSecurityToken is not documented
(#251) Function Credentials::setExpiration is not documented
(#292) Function Credentials::createFromCache is not documented
(#302) Function Credentials::createCache is not documented
(#327) Function Credentials::getHomeDir is not documented
(#34) Constant Credentials::ENV_KEY is not documented
(#35) Constant Credentials::ENV_SECRET is not documented
(#36) Constant Credentials::ENV_SECRET_ACCESS_KEY is not documented
(#37) Constant Credentials::ENV_PROFILE is not documented
(#28) No one-line description found in phpdocs for class Credentials
(#2) File-level phpdocs block does not have @copyright tag
(#28) Class Credentials does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#28) Class Credentials does not have @license tag
(#28) Package is not specified for class Credentials. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CredentialsInterface.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Package is not specified for function getAccessKeyId. It is also not specified in file-level phpdocs
(#33) Package is not specified for function getSecretKey. It is also not specified in file-level phpdocs
(#40) Package is not specified for function getSecurityToken. It is also not specified in file-level phpdocs
(#47) Package is not specified for function getExpiration. It is also not specified in file-level phpdocs
(#54) Package is not specified for function setAccessKeyId. It is also not specified in file-level phpdocs
(#63) Package is not specified for function setSecretKey. It is also not specified in file-level phpdocs
(#72) Package is not specified for function setSecurityToken. It is also not specified in file-level phpdocs
(#81) Package is not specified for function setExpiration. It is also not specified in file-level phpdocs
(#90) Package is not specified for function isExpired. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/NullCredentials.php
(#2) File-level phpdocs block is not found
(#14) Function NullCredentials::getAccessKeyId is not documented
(#19) Function NullCredentials::getSecretKey is not documented
(#24) Function NullCredentials::getSecurityToken is not documented
(#29) Function NullCredentials::getExpiration is not documented
(#34) Function NullCredentials::isExpired is not documented
(#39) Function NullCredentials::serialize is not documented
(#44) Function NullCredentials::unserialize is not documented
(#49) Function NullCredentials::setAccessKeyId is not documented
(#54) Function NullCredentials::setSecretKey is not documented
(#59) Function NullCredentials::setSecurityToken is not documented
(#64) Function NullCredentials::setExpiration is not documented
(#4) No one-line description found in phpdocs for class NullCredentials
(#4) Class NullCredentials does not have @copyright tag
(#4) Class NullCredentials does not have @license tag
(#10) Invalid phpdocs tag @codeCoverageIgnore used
(#4) Package is not specified for class NullCredentials. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php
(#47) Function RefreshableInstanceProfileCredentials::setClient is not documented
(#53) Function RefreshableInstanceProfileCredentials::serialize is not documented
(#67) Function RefreshableInstanceProfileCredentials::unserialize is not documented
(#22) No one-line description found in phpdocs for class RefreshableInstanceProfileCredentials
(#2) File-level phpdocs block does not have @copyright tag
(#22) Class RefreshableInstanceProfileCredentials does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#22) Class RefreshableInstanceProfileCredentials does not have @license tag
(#22) Package is not specified for class RefreshableInstanceProfileCredentials. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Enum.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class Enum does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class Enum does not have @license tag
(#19) Package is not specified for class Enum. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/ClientOptions.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ClientOptions does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ClientOptions does not have @license tag
(#21) Package is not specified for class ClientOptions. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/DateFormat.php
(#26) Constant DateFormat::ISO8601 is not documented
(#27) Constant DateFormat::ISO8601_S3 is not documented
(#28) Constant DateFormat::RFC1123 is not documented
(#29) Constant DateFormat::RFC2822 is not documented
(#30) Constant DateFormat::SHORT is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class DateFormat does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class DateFormat does not have @license tag
(#21) Package is not specified for class DateFormat. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php
(#29) Constant Region::US_EAST_1 is not documented
(#30) Constant Region::VIRGINIA is not documented
(#31) Constant Region::NORTHERN_VIRGINIA is not documented
(#33) Constant Region::US_WEST_1 is not documented
(#34) Constant Region::CALIFORNIA is not documented
(#35) Constant Region::NORTHERN_CALIFORNIA is not documented
(#37) Constant Region::US_WEST_2 is not documented
(#38) Constant Region::OREGON is not documented
(#40) Constant Region::EU_WEST_1 is not documented
(#41) Constant Region::IRELAND is not documented
(#43) Constant Region::EU_CENTRAL_1 is not documented
(#44) Constant Region::FRANKFURT is not documented
(#46) Constant Region::AP_SOUTHEAST_1 is not documented
(#47) Constant Region::SINGAPORE is not documented
(#49) Constant Region::AP_SOUTHEAST_2 is not documented
(#50) Constant Region::SYDNEY is not documented
(#52) Constant Region::AP_NORTHEAST_1 is not documented
(#53) Constant Region::TOKYO is not documented
(#55) Constant Region::SA_EAST_1 is not documented
(#56) Constant Region::SAO_PAULO is not documented
(#58) Constant Region::CN_NORTH_1 is not documented
(#59) Constant Region::BEIJING is not documented
(#61) Constant Region::US_GOV_WEST_1 is not documented
(#62) Constant Region::GOV_CLOUD_US is not documented
(#21) No one-line description found in phpdocs for class Region
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class Region does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class Region does not have @license tag
(#21) Package is not specified for class Region. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Size.php
(#26) Constant Size::B is not documented
(#27) Constant Size::BYTE is not documented
(#28) Constant Size::BYTES is not documented
(#30) Constant Size::KB is not documented
(#31) Constant Size::KILOBYTE is not documented
(#32) Constant Size::KILOBYTES is not documented
(#34) Constant Size::MB is not documented
(#35) Constant Size::MEGABYTE is not documented
(#36) Constant Size::MEGABYTES is not documented
(#38) Constant Size::GB is not documented
(#39) Constant Size::GIGABYTE is not documented
(#40) Constant Size::GIGABYTES is not documented
(#42) Constant Size::TB is not documented
(#43) Constant Size::TERABYTE is not documented
(#44) Constant Size::TERABYTES is not documented
(#46) Constant Size::PB is not documented
(#47) Constant Size::PETABYTE is not documented
(#48) Constant Size::PETABYTES is not documented
(#50) Constant Size::EB is not documented
(#51) Constant Size::EXABYTE is not documented
(#52) Constant Size::EXABYTES is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class Size does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class Size does not have @license tag
(#21) Package is not specified for class Size. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Time.php
(#26) Constant Time::SECOND is not documented
(#27) Constant Time::SECONDS is not documented
(#29) Constant Time::MINUTE is not documented
(#30) Constant Time::MINUTES is not documented
(#32) Constant Time::HOUR is not documented
(#33) Constant Time::HOURS is not documented
(#35) Constant Time::DAY is not documented
(#36) Constant Time::DAYS is not documented
(#38) Constant Time::WEEK is not documented
(#39) Constant Time::WEEKS is not documented
(#41) Constant Time::MONTH is not documented
(#42) Constant Time::MONTHS is not documented
(#44) Constant Time::YEAR is not documented
(#45) Constant Time::YEARS is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class Time does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class Time does not have @license tag
(#21) Package is not specified for class Time. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/UaString.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class UaString does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class UaString does not have @license tag
(#21) Package is not specified for class UaString. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/AwsExceptionInterface.php
(#24) Function getCode is not documented
(#25) Function getLine is not documented
(#26) Function getFile is not documented
(#27) Function getMessage is not documented
(#28) Function getPrevious is not documented
(#29) Function getTrace is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#24) Package is not specified for function getCode. It is also not specified in file-level phpdocs
(#25) Package is not specified for function getLine. It is also not specified in file-level phpdocs
(#26) Package is not specified for function getFile. It is also not specified in file-level phpdocs
(#27) Package is not specified for function getMessage. It is also not specified in file-level phpdocs
(#28) Package is not specified for function getPrevious. It is also not specified in file-level phpdocs
(#29) Package is not specified for function getTrace. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/BadMethodCallException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class BadMethodCallException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class BadMethodCallException does not have @license tag
(#19) Package is not specified for class BadMethodCallException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/DomainException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DomainException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DomainException does not have @license tag
(#19) Package is not specified for class DomainException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionFactoryInterface.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#27) Package is not specified for function fromResponse. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionListener.php
(#32) There is no description in phpdocs for function __construct
(#2) File-level phpdocs block does not have @copyright tag
(#22) Class ExceptionListener does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#22) Class ExceptionListener does not have @license tag
(#22) Package is not specified for class ExceptionListener. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InstanceProfileCredentialsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class InstanceProfileCredentialsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class InstanceProfileCredentialsException does not have @license tag
(#21) Package is not specified for class InstanceProfileCredentialsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InvalidArgumentException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidArgumentException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidArgumentException does not have @license tag
(#19) Package is not specified for class InvalidArgumentException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/LogicException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class LogicException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class LogicException does not have @license tag
(#19) Package is not specified for class LogicException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/MultipartUploadException.php
(#31) There is no description in phpdocs for function __construct
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class MultipartUploadException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class MultipartUploadException does not have @license tag
(#22) Invalid inline phpdocs tag @see found
(#21) Package is not specified for class MultipartUploadException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/NamespaceExceptionFactory.php
(#23) No one-line description found in phpdocs for class NamespaceExceptionFactory
(#46) There is no description in phpdocs for function __construct
(#61) Phpdocs for function NamespaceExceptionFactory::fromResponse has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#23) Class NamespaceExceptionFactory does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#23) Class NamespaceExceptionFactory does not have @license tag
(#23) Package is not specified for class NamespaceExceptionFactory. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OutOfBoundsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class OutOfBoundsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class OutOfBoundsException does not have @license tag
(#19) Package is not specified for class OutOfBoundsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OverflowException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class OverflowException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class OverflowException does not have @license tag
(#19) Package is not specified for class OverflowException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php
(#27) Phpdocs for function AbstractJsonExceptionParser::parse has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#22) Class AbstractJsonExceptionParser does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#22) Class AbstractJsonExceptionParser does not have @license tag
(#22) Package is not specified for class AbstractJsonExceptionParser. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php
(#27) Function DefaultXmlExceptionParser::parse is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#22) Class DefaultXmlExceptionParser does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#22) Class DefaultXmlExceptionParser does not have @license tag
(#22) Package is not specified for class DefaultXmlExceptionParser. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/ExceptionParserInterface.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#27) Package is not specified for function parse. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php
(#26) Phpdocs for function JsonQueryExceptionParser::doParse has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class JsonQueryExceptionParser does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class JsonQueryExceptionParser does not have @license tag
(#21) Package is not specified for class JsonQueryExceptionParser. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonRestExceptionParser.php
(#26) Phpdocs for function JsonRestExceptionParser::doParse has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class JsonRestExceptionParser does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class JsonRestExceptionParser does not have @license tag
(#21) Package is not specified for class JsonRestExceptionParser. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RequiredExtensionNotLoadedException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class RequiredExtensionNotLoadedException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class RequiredExtensionNotLoadedException does not have @license tag
(#19) Package is not specified for class RequiredExtensionNotLoadedException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RuntimeException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class RuntimeException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class RuntimeException does not have @license tag
(#19) Package is not specified for class RuntimeException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ServiceResponseException.php
(#2) File-level phpdocs block does not have @copyright tag
(#22) Class ServiceResponseException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#22) Class ServiceResponseException does not have @license tag
(#22) Package is not specified for class ServiceResponseException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/TransferException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class TransferException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class TransferException does not have @license tag
(#21) Package is not specified for class TransferException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/UnexpectedValueException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class UnexpectedValueException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class UnexpectedValueException does not have @license tag
(#19) Package is not specified for class UnexpectedValueException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/Facade.php
(#65) Function Facade::__callStatic is not documented
(#34) Phpdocs for function Facade::mountFacades has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class Facade does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class Facade does not have @license tag
(#21) Package is not specified for class Facade. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/FacadeInterface.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#28) Package is not specified for function getServiceBuilderKey. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/facade-classes.php
(#27) Class AutoScaling is not documented
(#35) Class CloudFormation is not documented
(#43) Class CloudFront is not documented
(#51) Class CloudSearch is not documented
(#59) Class CloudTrail is not documented
(#67) Class CloudWatch is not documented
(#75) Class DataPipeline is not documented
(#83) Class DirectConnect is not documented
(#91) Class DynamoDb is not documented
(#99) Class Ec2 is not documented
(#107) Class ElastiCache is not documented
(#115) Class ElasticBeanstalk is not documented
(#123) Class ElasticLoadBalancing is not documented
(#131) Class ElasticTranscoder is not documented
(#139) Class Emr is not documented
(#147) Class Glacier is not documented
(#155) Class Iam is not documented
(#163) Class ImportExport is not documented
(#171) Class Kinesis is not documented
(#179) Class OpsWorks is not documented
(#187) Class Rds is not documented
(#195) Class Redshift is not documented
(#203) Class Route53 is not documented
(#211) Class S3 is not documented
(#219) Class SimpleDb is not documented
(#227) Class Ses is not documented
(#235) Class Sns is not documented
(#243) Class Sqs is not documented
(#251) Class StorageGateway is not documented
(#259) Class Sts is not documented
(#267) Class Support is not documented
(#275) Class Swf is not documented
(#29) Function AutoScaling::getServiceBuilderKey is not documented
(#37) Function CloudFormation::getServiceBuilderKey is not documented
(#45) Function CloudFront::getServiceBuilderKey is not documented
(#53) Function CloudSearch::getServiceBuilderKey is not documented
(#61) Function CloudTrail::getServiceBuilderKey is not documented
(#69) Function CloudWatch::getServiceBuilderKey is not documented
(#77) Function DataPipeline::getServiceBuilderKey is not documented
(#85) Function DirectConnect::getServiceBuilderKey is not documented
(#93) Function DynamoDb::getServiceBuilderKey is not documented
(#101) Function Ec2::getServiceBuilderKey is not documented
(#109) Function ElastiCache::getServiceBuilderKey is not documented
(#117) Function ElasticBeanstalk::getServiceBuilderKey is not documented
(#125) Function ElasticLoadBalancing::getServiceBuilderKey is not documented
(#133) Function ElasticTranscoder::getServiceBuilderKey is not documented
(#141) Function Emr::getServiceBuilderKey is not documented
(#149) Function Glacier::getServiceBuilderKey is not documented
(#157) Function Iam::getServiceBuilderKey is not documented
(#165) Function ImportExport::getServiceBuilderKey is not documented
(#173) Function Kinesis::getServiceBuilderKey is not documented
(#181) Function OpsWorks::getServiceBuilderKey is not documented
(#189) Function Rds::getServiceBuilderKey is not documented
(#197) Function Redshift::getServiceBuilderKey is not documented
(#205) Function Route53::getServiceBuilderKey is not documented
(#213) Function S3::getServiceBuilderKey is not documented
(#221) Function SimpleDb::getServiceBuilderKey is not documented
(#229) Function Ses::getServiceBuilderKey is not documented
(#237) Function Sns::getServiceBuilderKey is not documented
(#245) Function Sqs::getServiceBuilderKey is not documented
(#253) Function StorageGateway::getServiceBuilderKey is not documented
(#261) Function Sts::getServiceBuilderKey is not documented
(#269) Function Support::getServiceBuilderKey is not documented
(#277) Function Swf::getServiceBuilderKey is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#27) Package is not specified for class AutoScaling. It is also not specified in file-level phpdocs
(#35) Package is not specified for class CloudFormation. It is also not specified in file-level phpdocs
(#43) Package is not specified for class CloudFront. It is also not specified in file-level phpdocs
(#51) Package is not specified for class CloudSearch. It is also not specified in file-level phpdocs
(#59) Package is not specified for class CloudTrail. It is also not specified in file-level phpdocs
(#67) Package is not specified for class CloudWatch. It is also not specified in file-level phpdocs
(#75) Package is not specified for class DataPipeline. It is also not specified in file-level phpdocs
(#83) Package is not specified for class DirectConnect. It is also not specified in file-level phpdocs
(#91) Package is not specified for class DynamoDb. It is also not specified in file-level phpdocs
(#99) Package is not specified for class Ec2. It is also not specified in file-level phpdocs
(#107) Package is not specified for class ElastiCache. It is also not specified in file-level phpdocs
(#115) Package is not specified for class ElasticBeanstalk. It is also not specified in file-level phpdocs
(#123) Package is not specified for class ElasticLoadBalancing. It is also not specified in file-level phpdocs
(#131) Package is not specified for class ElasticTranscoder. It is also not specified in file-level phpdocs
(#139) Package is not specified for class Emr. It is also not specified in file-level phpdocs
(#147) Package is not specified for class Glacier. It is also not specified in file-level phpdocs
(#155) Package is not specified for class Iam. It is also not specified in file-level phpdocs
(#163) Package is not specified for class ImportExport. It is also not specified in file-level phpdocs
(#171) Package is not specified for class Kinesis. It is also not specified in file-level phpdocs
(#179) Package is not specified for class OpsWorks. It is also not specified in file-level phpdocs
(#187) Package is not specified for class Rds. It is also not specified in file-level phpdocs
(#195) Package is not specified for class Redshift. It is also not specified in file-level phpdocs
(#203) Package is not specified for class Route53. It is also not specified in file-level phpdocs
(#211) Package is not specified for class S3. It is also not specified in file-level phpdocs
(#219) Package is not specified for class SimpleDb. It is also not specified in file-level phpdocs
(#227) Package is not specified for class Ses. It is also not specified in file-level phpdocs
(#235) Package is not specified for class Sns. It is also not specified in file-level phpdocs
(#243) Package is not specified for class Sqs. It is also not specified in file-level phpdocs
(#251) Package is not specified for class StorageGateway. It is also not specified in file-level phpdocs
(#259) Package is not specified for class Sts. It is also not specified in file-level phpdocs
(#267) Package is not specified for class Support. It is also not specified in file-level phpdocs
(#275) Package is not specified for class Swf. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHash.php
(#41) Phpdocs for function ChunkHash::__construct has incomplete parameters list
(#50) Phpdocs for function ChunkHash::addData has incomplete parameters list
(#64) Phpdocs for function ChunkHash::getHash has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ChunkHash does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ChunkHash does not have @license tag
(#21) Package is not specified for class ChunkHash. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHashInterface.php
(#24) Constant DEFAULT_ALGORITHM is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Package is not specified for function __construct. It is also not specified in file-level phpdocs
(#35) Package is not specified for function addData. It is also not specified in file-level phpdocs
(#44) Package is not specified for function getHash. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/HashUtils.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class HashUtils does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class HashUtils does not have @license tag
(#21) Package is not specified for class HashUtils. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/TreeHash.php
(#188) There is no description in phpdocs for function getChecksums
(#111) Phpdocs for function TreeHash::__construct has incomplete parameters list
(#120) Phpdocs for function TreeHash::addData has incomplete parameters list
(#165) Phpdocs for function TreeHash::getHash has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#24) Class TreeHash does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#24) Class TreeHash does not have @license tag
(#24) Package is not specified for class TreeHash. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php
(#26) Constant HostNameUtils::DEFAULT_REGION is not documented
(#27) Constant HostNameUtils::DEFAULT_GOV_REGION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class HostNameUtils does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class HostNameUtils does not have @license tag
(#21) Package is not specified for class HostNameUtils. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/InstanceMetadataClient.php
(#57) Phpdocs for function InstanceMetadataClient::__construct has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class InstanceMetadataClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class InstanceMetadataClient does not have @license tag
(#26) Package is not specified for class InstanceMetadataClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/Waiter/ServiceAvailable.php
(#31) Variable ServiceAvailable::$interval is not documented
(#32) Variable ServiceAvailable::$maxAttempts is not documented
(#22) No one-line description found in phpdocs for class ServiceAvailable
(#2) File-level phpdocs block does not have @copyright tag
(#22) Class ServiceAvailable does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#22) Class ServiceAvailable does not have @license tag
(#27) Invalid phpdocs tag @codeCoverageIgnore used
(#22) Package is not specified for class ServiceAvailable. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIterator.php
(#75) Function AwsResourceIterator::prepareRequest is not documented
(#90) Function AwsResourceIterator::handleResults is not documented
(#102) Function AwsResourceIterator::applyNextToken is not documented
(#122) Function AwsResourceIterator::determineNextToken is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#24) Class AwsResourceIterator does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#24) Class AwsResourceIterator does not have @license tag
(#24) Package is not specified for class AwsResourceIterator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIteratorFactory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#60) Function AwsResourceIteratorFactory::build is not documented
(#81) Function AwsResourceIteratorFactory::canBuild is not documented
(#10) No one-line description found in phpdocs for class AwsResourceIteratorFactory
(#47) There is no description in phpdocs for function __construct
(#90) There is no description in phpdocs for function translateLegacyConfigOptions
(#10) Class AwsResourceIteratorFactory does not have @copyright tag
(#10) Class AwsResourceIteratorFactory does not have @license tag
(#10) Package is not specified for class AwsResourceIteratorFactory. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransfer.php
(#94) Function AbstractTransfer::__invoke is not documented
(#33) Constant AbstractTransfer::BEFORE_UPLOAD is not documented
(#34) Constant AbstractTransfer::AFTER_UPLOAD is not documented
(#35) Constant AbstractTransfer::BEFORE_PART_UPLOAD is not documented
(#36) Constant AbstractTransfer::AFTER_PART_UPLOAD is not documented
(#37) Constant AbstractTransfer::AFTER_ABORT is not documented
(#38) Constant AbstractTransfer::AFTER_COMPLETE is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#28) Class AbstractTransfer does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#28) Class AbstractTransfer does not have @license tag
(#28) Package is not specified for class AbstractTransfer. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransferState.php
(#73) Phpdocs for function AbstractTransferState::getPart has incomplete parameters list
(#81) Phpdocs for function AbstractTransferState::addPart has incomplete parameters list
(#92) Phpdocs for function AbstractTransferState::hasPart has incomplete parameters list
(#108) Phpdocs for function AbstractTransferState::setAborted has incomplete parameters list
(#150) Phpdocs for function AbstractTransferState::unserialize has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class AbstractTransferState does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class AbstractTransferState does not have @license tag
(#21) Package is not specified for class AbstractTransferState. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php
(#23) No one-line description found in phpdocs for class AbstractUploadBuilder
(#2) File-level phpdocs block does not have @copyright tag
(#23) Class AbstractUploadBuilder does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#23) Class AbstractUploadBuilder does not have @license tag
(#95) Invalid inline phpdocs tag @see found
(#23) Package is not specified for class AbstractUploadBuilder. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadId.php
(#36) Phpdocs for function AbstractUploadId::fromParams has incomplete parameters list
(#63) Phpdocs for function AbstractUploadId::unserialize has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class AbstractUploadId does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class AbstractUploadId does not have @license tag
(#21) Package is not specified for class AbstractUploadId. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php
(#36) Phpdocs for function AbstractUploadPart::fromArray has incomplete parameters list
(#76) Phpdocs for function AbstractUploadPart::unserialize has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class AbstractUploadPart does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class AbstractUploadPart does not have @license tag
(#21) Package is not specified for class AbstractUploadPart. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferInterface.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#27) Package is not specified for function upload. It is also not specified in file-level phpdocs
(#34) Package is not specified for function abort. It is also not specified in file-level phpdocs
(#41) Package is not specified for function getState. It is also not specified in file-level phpdocs
(#48) Package is not specified for function stop. It is also not specified in file-level phpdocs
(#57) Package is not specified for function setOption. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferStateInterface.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Package is not specified for function fromUploadId. It is also not specified in file-level phpdocs
(#36) Package is not specified for function getUploadId. It is also not specified in file-level phpdocs
(#43) Package is not specified for function getPart. It is also not specified in file-level phpdocs
(#52) Package is not specified for function addPart. It is also not specified in file-level phpdocs
(#61) Package is not specified for function hasPart. It is also not specified in file-level phpdocs
(#70) Package is not specified for function getPartNumbers. It is also not specified in file-level phpdocs
(#77) Package is not specified for function setAborted. It is also not specified in file-level phpdocs
(#86) Package is not specified for function isAborted. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadIdInterface.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#24) Package is not specified for function fromParams. It is also not specified in file-level phpdocs
(#33) Package is not specified for function toParams. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadPartInterface.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#24) Package is not specified for function fromArray. It is also not specified in file-level phpdocs
(#33) Package is not specified for function getPartNumber. It is also not specified in file-level phpdocs
(#40) Package is not specified for function toArray. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/aws-config.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/public-endpoints.php
(#2) File-level phpdocs block is not found
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/sdk1-config.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/RulesEndpointProvider.php
(#2) File-level phpdocs block is not found
(#32) Function RulesEndpointProvider::__invoke is not documented
(#51) Function RulesEndpointProvider::expand is not documented
(#63) Function RulesEndpointProvider::getKeys is not documented
(#12) There is no description in phpdocs for function __construct
(#4) Class RulesEndpointProvider does not have @copyright tag
(#4) Class RulesEndpointProvider does not have @license tag
(#4) Package is not specified for class RulesEndpointProvider. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/AbstractSignature.php
(#22) Class AbstractSignature is not documented
(#34) There is no description in phpdocs for function createPresignedUrl
(#34) Phpdocs for function AbstractSignature::createPresignedUrl has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#35) Invalid phpdocs tag @codeCoverageIgnore used
(#22) Package is not specified for class AbstractSignature. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/EndpointSignatureInterface.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#25) Package is not specified for function setServiceName. It is also not specified in file-level phpdocs
(#34) Package is not specified for function setRegionName. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureInterface.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#28) Package is not specified for function signRequest. It is also not specified in file-level phpdocs
(#38) Package is not specified for function createPresignedUrl. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureListener.php
(#2) File-level phpdocs block does not have @copyright tag
(#25) Class SignatureListener does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#25) Class SignatureListener does not have @license tag
(#25) Package is not specified for class SignatureListener. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV2.php
(#28) Function SignatureV2::signRequest is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#22) Class SignatureV2 does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#22) Class SignatureV2 does not have @license tag
(#22) Package is not specified for class SignatureV2. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV3Https.php
(#29) Function SignatureV3Https::signRequest is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#23) Class SignatureV3Https does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#23) Class SignatureV3Https does not have @license tag
(#23) Package is not specified for class SignatureV3Https. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php
(#105) Function SignatureV4::signRequest is not documented
(#156) Function SignatureV4::createPresignedUrl is not documented
(#256) Function SignatureV4::createCanonicalizedPath is not documented
(#263) Function SignatureV4::createStringToSign is not documented
(#269) Function SignatureV4::createPresignedRequest is not documented
(#419) Function SignatureV4::convertExpires is not documented
(#439) Function SignatureV4::createScope is not documented
(#447) Function SignatureV4::addQueryValues is not documented
(#464) Function SignatureV4::moveHeadersToQuery is not documented
(#53) There is no description in phpdocs for function __construct
(#2) File-level phpdocs block does not have @copyright tag
(#29) Class SignatureV4 does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#29) Class SignatureV4 does not have @license tag
(#29) Package is not specified for class SignatureV4. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractResourceWaiter.php
(#32) Phpdocs for function AbstractResourceWaiter::setClient has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#22) Class AbstractResourceWaiter does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#22) Class AbstractResourceWaiter does not have @license tag
(#22) Package is not specified for class AbstractResourceWaiter. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractWaiter.php
(#27) Variable AbstractWaiter::$attempts is not documented
(#28) Variable AbstractWaiter::$config is not documented
(#63) Phpdocs for function AbstractWaiter::setMaxAttempts has incomplete parameters list
(#73) Phpdocs for function AbstractWaiter::setInterval has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#22) Class AbstractWaiter does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#22) Class AbstractWaiter does not have @license tag
(#22) Package is not specified for class AbstractWaiter. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CallableWaiter.php
(#2) File-level phpdocs block does not have @copyright tag
(#22) Class CallableWaiter does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#22) Class CallableWaiter does not have @license tag
(#22) Package is not specified for class CallableWaiter. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CompositeWaiterFactory.php
(#31) There is no description in phpdocs for function __construct
(#39) Phpdocs for function CompositeWaiterFactory::build has incomplete parameters list
(#51) Phpdocs for function CompositeWaiterFactory::canBuild has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class CompositeWaiterFactory does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class CompositeWaiterFactory does not have @license tag
(#21) Package is not specified for class CompositeWaiterFactory. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ConfigResourceWaiter.php
(#35) There is no description in phpdocs for function __construct
(#45) Phpdocs for function ConfigResourceWaiter::setConfig has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#25) Class ConfigResourceWaiter does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#25) Class ConfigResourceWaiter does not have @license tag
(#25) Package is not specified for class ConfigResourceWaiter. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ResourceWaiterInterface.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Package is not specified for function setClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterClassFactory.php
(#23) No one-line description found in phpdocs for class WaiterClassFactory
(#40) There is no description in phpdocs for function __construct
(#64) Phpdocs for function WaiterClassFactory::build has incomplete parameters list
(#76) Phpdocs for function WaiterClassFactory::canBuild has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#23) Class WaiterClassFactory does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#23) Class WaiterClassFactory does not have @license tag
(#24) Invalid inline phpdocs tag @see found
(#23) Package is not specified for class WaiterClassFactory. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfig.php
(#26) Constant WaiterConfig::WAITER_NAME is not documented
(#27) Constant WaiterConfig::MAX_ATTEMPTS is not documented
(#28) Constant WaiterConfig::INTERVAL is not documented
(#29) Constant WaiterConfig::OPERATION is not documented
(#30) Constant WaiterConfig::IGNORE_ERRORS is not documented
(#31) Constant WaiterConfig::DESCRIPTION is not documented
(#32) Constant WaiterConfig::SUCCESS_TYPE is not documented
(#33) Constant WaiterConfig::SUCCESS_PATH is not documented
(#34) Constant WaiterConfig::SUCCESS_VALUE is not documented
(#35) Constant WaiterConfig::FAILURE_TYPE is not documented
(#36) Constant WaiterConfig::FAILURE_PATH is not documented
(#37) Constant WaiterConfig::FAILURE_VALUE is not documented
(#39) There is no description in phpdocs for function __construct
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class WaiterConfig does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class WaiterConfig does not have @license tag
(#21) Package is not specified for class WaiterConfig. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfigFactory.php
(#38) There is no description in phpdocs for function __construct
(#50) Phpdocs for function WaiterConfigFactory::build has incomplete parameters list
(#58) Phpdocs for function WaiterConfigFactory::canBuild has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#23) Class WaiterConfigFactory does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#23) Class WaiterConfigFactory does not have @license tag
(#24) Invalid inline phpdocs tag @see found
(#23) Package is not specified for class WaiterConfigFactory. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterFactoryInterface.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#24) Package is not specified for function build. It is also not specified in file-level phpdocs
(#33) Package is not specified for function canBuild. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterInterface.php
(#24) Constant INTERVAL is not documented
(#25) Constant MAX_ATTEMPTS is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#57) Invalid phpdocs tag @throw used
(#27) Package is not specified for function setMaxAttempts. It is also not specified in file-level phpdocs
(#36) Package is not specified for function setInterval. It is also not specified in file-level phpdocs
(#45) Package is not specified for function setConfig. It is also not specified in file-level phpdocs
(#54) Package is not specified for function wait. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ConfigService/ConfigServiceClient.php
(#60) Constant ConfigServiceClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#27) Class ConfigServiceClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#27) Class ConfigServiceClient does not have @license tag
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#27) Package is not specified for class ConfigServiceClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ConfigService/Exception/ConfigServiceException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class ConfigServiceException does not have @copyright tag
(#7) Class ConfigServiceException does not have @license tag
(#7) Package is not specified for class ConfigServiceException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ConfigService/Resources/configservice-2014-11-12.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DataPipeline/DataPipelineClient.php
(#59) Constant DataPipelineClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#27) Class DataPipelineClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#27) Class DataPipelineClient does not have @license tag
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#27) Package is not specified for class DataPipelineClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DataPipeline/Enum/WorkStatus.php
(#26) Constant WorkStatus::FINISHED is not documented
(#27) Constant WorkStatus::FAILED is not documented
(#28) Constant WorkStatus::FALSE is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class WorkStatus does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class WorkStatus does not have @license tag
(#21) Package is not specified for class WorkStatus. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DataPipeline/Exception/DataPipelineException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class DataPipelineException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class DataPipelineException does not have @license tag
(#21) Package is not specified for class DataPipelineException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DataPipeline/Exception/InternalServiceErrorException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InternalServiceErrorException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InternalServiceErrorException does not have @license tag
(#19) Package is not specified for class InternalServiceErrorException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DataPipeline/Exception/InvalidRequestException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidRequestException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidRequestException does not have @license tag
(#19) Package is not specified for class InvalidRequestException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DataPipeline/Exception/PipelineDeletedException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class PipelineDeletedException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class PipelineDeletedException does not have @license tag
(#19) Package is not specified for class PipelineDeletedException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DataPipeline/Exception/PipelineNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class PipelineNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class PipelineNotFoundException does not have @license tag
(#19) Package is not specified for class PipelineNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DataPipeline/Exception/TaskNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TaskNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TaskNotFoundException does not have @license tag
(#19) Package is not specified for class TaskNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DataPipeline/Resources/datapipeline-2012-10-29.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DeviceFarm/DeviceFarmClient.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#64) Constant DeviceFarmClient::LATEST_API_VERSION is not documented
(#13) Class DeviceFarmClient does not have @copyright tag
(#13) Class DeviceFarmClient does not have @license tag
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#13) Package is not specified for class DeviceFarmClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DeviceFarm/Exception/DeviceFarmException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class DeviceFarmException does not have @copyright tag
(#7) Class DeviceFarmException does not have @license tag
(#7) Package is not specified for class DeviceFarmException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DeviceFarm/Resources/devicefarm-2015-06-23.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DirectConnect/DirectConnectClient.php
(#61) Constant DirectConnectClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#27) Class DirectConnectClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#27) Class DirectConnectClient does not have @license tag
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#27) Package is not specified for class DirectConnectClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DirectConnect/Enum/ConnectionState.php
(#26) Constant ConnectionState::ORDERING is not documented
(#27) Constant ConnectionState::REQUESTED is not documented
(#28) Constant ConnectionState::PENDING is not documented
(#29) Constant ConnectionState::AVAILABLE is not documented
(#30) Constant ConnectionState::DOWN is not documented
(#31) Constant ConnectionState::DELETING is not documented
(#32) Constant ConnectionState::DELETED is not documented
(#33) Constant ConnectionState::REJECTED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ConnectionState does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ConnectionState does not have @license tag
(#21) Package is not specified for class ConnectionState. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DirectConnect/Enum/InterconnectState.php
(#26) Constant InterconnectState::REQUESTED is not documented
(#27) Constant InterconnectState::PENDING is not documented
(#28) Constant InterconnectState::AVAILABLE is not documented
(#29) Constant InterconnectState::DOWN is not documented
(#30) Constant InterconnectState::DELETING is not documented
(#31) Constant InterconnectState::DELETED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class InterconnectState does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class InterconnectState does not have @license tag
(#21) Package is not specified for class InterconnectState. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DirectConnect/Enum/StepState.php
(#26) Constant StepState::PENDING is not documented
(#27) Constant StepState::COMPLETED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class StepState does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class StepState does not have @license tag
(#21) Package is not specified for class StepState. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DirectConnect/Enum/VirtualInterfaceState.php
(#26) Constant VirtualInterfaceState::CONFIRMING is not documented
(#27) Constant VirtualInterfaceState::VERIFYING is not documented
(#28) Constant VirtualInterfaceState::PENDING is not documented
(#29) Constant VirtualInterfaceState::AVAILABLE is not documented
(#30) Constant VirtualInterfaceState::DELETING is not documented
(#31) Constant VirtualInterfaceState::DELETED is not documented
(#32) Constant VirtualInterfaceState::REJECTED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class VirtualInterfaceState does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class VirtualInterfaceState does not have @license tag
(#21) Package is not specified for class VirtualInterfaceState. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DirectConnect/Exception/DirectConnectClientException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DirectConnectClientException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DirectConnectClientException does not have @license tag
(#19) Package is not specified for class DirectConnectClientException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DirectConnect/Exception/DirectConnectException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class DirectConnectException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class DirectConnectException does not have @license tag
(#21) Package is not specified for class DirectConnectException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DirectConnect/Exception/DirectConnectServerException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DirectConnectServerException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DirectConnectServerException does not have @license tag
(#19) Package is not specified for class DirectConnectServerException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DirectConnect/Resources/directconnect-2012-10-25.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DirectoryService/DirectoryServiceClient.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#38) Constant DirectoryServiceClient::LATEST_API_VERSION is not documented
(#12) Class DirectoryServiceClient does not have @copyright tag
(#12) Class DirectoryServiceClient does not have @license tag
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#12) Package is not specified for class DirectoryServiceClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DirectoryService/Exception/DirectoryServiceException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class DirectoryServiceException does not have @copyright tag
(#7) Class DirectoryServiceException does not have @license tag
(#7) Package is not specified for class DirectoryServiceException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DirectoryService/Resources/directoryservice-2015-04-16.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Crc32ErrorChecker.php
(#31) Phpdocs for function Crc32ErrorChecker::__construct has incomplete parameters list
(#49) Phpdocs for function Crc32ErrorChecker::getDelay has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class Crc32ErrorChecker does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class Crc32ErrorChecker does not have @license tag
(#26) Package is not specified for class Crc32ErrorChecker. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/DynamoDbClient.php
(#65) Constant DynamoDbClient::LATEST_API_VERSION is not documented
(#107) Phpdocs for function DynamoDbClient::createDynamoDbBackoffStrategy has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#37) Class DynamoDbClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#37) Class DynamoDbClient does not have @license tag
(#40) Not recommended phpdocs tag @method used
(#40) Not recommended phpdocs tag @method used
(#40) Not recommended phpdocs tag @method used
(#40) Not recommended phpdocs tag @method used
(#40) Not recommended phpdocs tag @method used
(#40) Not recommended phpdocs tag @method used
(#40) Not recommended phpdocs tag @method used
(#40) Not recommended phpdocs tag @method used
(#40) Not recommended phpdocs tag @method used
(#40) Not recommended phpdocs tag @method used
(#40) Not recommended phpdocs tag @method used
(#40) Not recommended phpdocs tag @method used
(#40) Not recommended phpdocs tag @method used
(#40) Not recommended phpdocs tag @method used
(#40) Not recommended phpdocs tag @method used
(#40) Not recommended phpdocs tag @method used
(#40) Not recommended phpdocs tag @method used
(#40) Not recommended phpdocs tag @method used
(#40) Not recommended phpdocs tag @method used
(#110) Not recommended phpdocs tag @internal used
(#175) Not recommended phpdocs tag @internal used
(#37) Package is not specified for class DynamoDbClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/DynamoDbCommand.php
(#2) File-level phpdocs block is not found
(#14) Function DynamoDbCommand::build is not documented
(#28) Function DynamoDbCommand::validate is not documented
(#35) Function DynamoDbCommand::process is not documented
(#6) No one-line description found in phpdocs for class DynamoDbCommand
(#6) Class DynamoDbCommand does not have @copyright tag
(#6) Class DynamoDbCommand does not have @license tag
(#10) Not recommended phpdocs tag @internal used
(#6) Package is not specified for class DynamoDbCommand. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Enum/AttributeAction.php
(#26) Constant AttributeAction::ADD is not documented
(#27) Constant AttributeAction::PUT is not documented
(#28) Constant AttributeAction::DELETE is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class AttributeAction does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class AttributeAction does not have @license tag
(#21) Package is not specified for class AttributeAction. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Enum/AttributeType.php
(#26) Constant AttributeType::S is not documented
(#27) Constant AttributeType::N is not documented
(#28) Constant AttributeType::B is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class AttributeType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class AttributeType does not have @license tag
(#21) Package is not specified for class AttributeType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Enum/ComparisonOperator.php
(#26) Constant ComparisonOperator::EQ is not documented
(#27) Constant ComparisonOperator::NE is not documented
(#28) Constant ComparisonOperator::IN is not documented
(#29) Constant ComparisonOperator::LE is not documented
(#30) Constant ComparisonOperator::LT is not documented
(#31) Constant ComparisonOperator::GE is not documented
(#32) Constant ComparisonOperator::GT is not documented
(#33) Constant ComparisonOperator::BETWEEN is not documented
(#34) Constant ComparisonOperator::NOT_NULL is not documented
(#35) Constant ComparisonOperator::NULL is not documented
(#36) Constant ComparisonOperator::CONTAINS is not documented
(#37) Constant ComparisonOperator::NOT_CONTAINS is not documented
(#38) Constant ComparisonOperator::BEGINS_WITH is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ComparisonOperator does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ComparisonOperator does not have @license tag
(#21) Package is not specified for class ComparisonOperator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Enum/IndexStatus.php
(#26) Constant IndexStatus::CREATING is not documented
(#27) Constant IndexStatus::UPDATING is not documented
(#28) Constant IndexStatus::DELETING is not documented
(#29) Constant IndexStatus::ACTIVE is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class IndexStatus does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class IndexStatus does not have @license tag
(#21) Package is not specified for class IndexStatus. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Enum/KeyType.php
(#26) Constant KeyType::HASH is not documented
(#27) Constant KeyType::RANGE is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class KeyType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class KeyType does not have @license tag
(#21) Package is not specified for class KeyType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Enum/ProjectionType.php
(#26) Constant ProjectionType::ALL is not documented
(#27) Constant ProjectionType::KEYS_ONLY is not documented
(#28) Constant ProjectionType::INCLUDED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ProjectionType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ProjectionType does not have @license tag
(#21) Package is not specified for class ProjectionType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Enum/ReturnConsumedCapacity.php
(#26) Constant ReturnConsumedCapacity::INDEXES is not documented
(#27) Constant ReturnConsumedCapacity::TOTAL is not documented
(#28) Constant ReturnConsumedCapacity::NONE is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ReturnConsumedCapacity does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ReturnConsumedCapacity does not have @license tag
(#21) Package is not specified for class ReturnConsumedCapacity. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Enum/ReturnItemCollectionMetrics.php
(#26) Constant ReturnItemCollectionMetrics::SIZE is not documented
(#27) Constant ReturnItemCollectionMetrics::NONE is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ReturnItemCollectionMetrics does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ReturnItemCollectionMetrics does not have @license tag
(#21) Package is not specified for class ReturnItemCollectionMetrics. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Enum/ReturnValue.php
(#26) Constant ReturnValue::NONE is not documented
(#27) Constant ReturnValue::ALL_OLD is not documented
(#28) Constant ReturnValue::UPDATED_OLD is not documented
(#29) Constant ReturnValue::ALL_NEW is not documented
(#30) Constant ReturnValue::UPDATED_NEW is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ReturnValue does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ReturnValue does not have @license tag
(#21) Package is not specified for class ReturnValue. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Enum/ScalarAttributeType.php
(#26) Constant ScalarAttributeType::S is not documented
(#27) Constant ScalarAttributeType::N is not documented
(#28) Constant ScalarAttributeType::B is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ScalarAttributeType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ScalarAttributeType does not have @license tag
(#21) Package is not specified for class ScalarAttributeType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Enum/Select.php
(#26) Constant Select::ALL_ATTRIBUTES is not documented
(#27) Constant Select::ALL_PROJECTED_ATTRIBUTES is not documented
(#28) Constant Select::SPECIFIC_ATTRIBUTES is not documented
(#29) Constant Select::COUNT is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class Select does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class Select does not have @license tag
(#21) Package is not specified for class Select. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Enum/TableStatus.php
(#26) Constant TableStatus::CREATING is not documented
(#27) Constant TableStatus::UPDATING is not documented
(#28) Constant TableStatus::DELETING is not documented
(#29) Constant TableStatus::ACTIVE is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class TableStatus does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class TableStatus does not have @license tag
(#21) Package is not specified for class TableStatus. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Enum/Type.php
(#26) Constant Type::S is not documented
(#27) Constant Type::N is not documented
(#28) Constant Type::B is not documented
(#30) Constant Type::SS is not documented
(#31) Constant Type::NS is not documented
(#32) Constant Type::BS is not documented
(#34) Constant Type::STRING is not documented
(#35) Constant Type::NUMBER is not documented
(#36) Constant Type::BINARY is not documented
(#38) Constant Type::STRING_SET is not documented
(#39) Constant Type::NUMBER_SET is not documented
(#40) Constant Type::BINARY_SET is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class Type does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class Type does not have @license tag
(#21) Package is not specified for class Type. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/AccessDeniedException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class AccessDeniedException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class AccessDeniedException does not have @license tag
(#19) Package is not specified for class AccessDeniedException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/ConditionalCheckFailedException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ConditionalCheckFailedException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ConditionalCheckFailedException does not have @license tag
(#19) Package is not specified for class ConditionalCheckFailedException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/DynamoDbException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class DynamoDbException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class DynamoDbException does not have @license tag
(#21) Package is not specified for class DynamoDbException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/IncompleteSignatureException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class IncompleteSignatureException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class IncompleteSignatureException does not have @license tag
(#19) Package is not specified for class IncompleteSignatureException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/InternalFailureException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InternalFailureException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InternalFailureException does not have @license tag
(#19) Package is not specified for class InternalFailureException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/InternalServerErrorException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InternalServerErrorException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InternalServerErrorException does not have @license tag
(#19) Package is not specified for class InternalServerErrorException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/ItemCollectionSizeLimitExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ItemCollectionSizeLimitExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ItemCollectionSizeLimitExceededException does not have @license tag
(#19) Package is not specified for class ItemCollectionSizeLimitExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/LimitExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class LimitExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class LimitExceededException does not have @license tag
(#19) Package is not specified for class LimitExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/MissingAuthenticationTokenException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MissingAuthenticationTokenException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MissingAuthenticationTokenException does not have @license tag
(#19) Package is not specified for class MissingAuthenticationTokenException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/ProvisionedThroughputExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ProvisionedThroughputExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ProvisionedThroughputExceededException does not have @license tag
(#19) Package is not specified for class ProvisionedThroughputExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/ResourceInUseException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ResourceInUseException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ResourceInUseException does not have @license tag
(#19) Package is not specified for class ResourceInUseException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/ResourceNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ResourceNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ResourceNotFoundException does not have @license tag
(#19) Package is not specified for class ResourceNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/ServiceUnavailableException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ServiceUnavailableException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ServiceUnavailableException does not have @license tag
(#19) Package is not specified for class ServiceUnavailableException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/ThrottlingException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ThrottlingException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ThrottlingException does not have @license tag
(#19) Package is not specified for class ThrottlingException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/UnprocessedWriteRequestsException.php
(#32) Phpdocs for function UnprocessedWriteRequestsException::__construct has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#22) Class UnprocessedWriteRequestsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#22) Class UnprocessedWriteRequestsException does not have @license tag
(#22) Package is not specified for class UnprocessedWriteRequestsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/UnrecognizedClientException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class UnrecognizedClientException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class UnrecognizedClientException does not have @license tag
(#19) Package is not specified for class UnrecognizedClientException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Exception/ValidationException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ValidationException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ValidationException does not have @license tag
(#19) Package is not specified for class ValidationException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Iterator/ItemIterator.php
(#89) Function ItemIterator::count is not documented
(#94) Function ItemIterator::toArray is not documented
(#23) No one-line description found in phpdocs for class ItemIterator
(#54) Phpdocs for function ItemIterator::__construct has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#23) Class ItemIterator does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#23) Class ItemIterator does not have @license tag
(#23) Package is not specified for class ItemIterator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Iterator/ScanIterator.php
(#48) Phpdocs for function ScanIterator::handleResults has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#23) Class ScanIterator does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#23) Class ScanIterator does not have @license tag
(#23) Package is not specified for class ScanIterator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Marshaler.php
(#2) File-level phpdocs block is not found
(#4) No one-line description found in phpdocs for class Marshaler
(#4) Class Marshaler does not have @copyright tag
(#4) Class Marshaler does not have @license tag
(#4) Package is not specified for class Marshaler. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Model/Attribute.php
(#23) No one-line description found in phpdocs for class Attribute
(#2) File-level phpdocs block does not have @copyright tag
(#23) Class Attribute does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#23) Class Attribute does not have @license tag
(#23) Package is not specified for class Attribute. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Model/BatchRequest/AbstractWriteRequest.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class AbstractWriteRequest does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class AbstractWriteRequest does not have @license tag
(#19) Package is not specified for class AbstractWriteRequest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Model/BatchRequest/DeleteRequest.php
(#2) File-level phpdocs block does not have @copyright tag
(#23) Class DeleteRequest does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#23) Class DeleteRequest does not have @license tag
(#23) Package is not specified for class DeleteRequest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Model/BatchRequest/PutRequest.php
(#2) File-level phpdocs block does not have @copyright tag
(#23) Class PutRequest does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#23) Class PutRequest does not have @license tag
(#62) Invalid phpdocs tag @throw used
(#23) Package is not specified for class PutRequest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Model/BatchRequest/UnprocessedRequest.php
(#29) There is no description in phpdocs for function __construct
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class UnprocessedRequest does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class UnprocessedRequest does not have @license tag
(#19) Package is not specified for class UnprocessedRequest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Model/BatchRequest/WriteRequestBatch.php
(#30) No one-line description found in phpdocs for class WriteRequestBatch
(#70) Phpdocs for function WriteRequestBatch::add has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#30) Class WriteRequestBatch does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#30) Class WriteRequestBatch does not have @license tag
(#30) Package is not specified for class WriteRequestBatch. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Model/BatchRequest/WriteRequestBatchTransfer.php
(#53) Phpdocs for function WriteRequestBatchTransfer::transfer has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#28) Class WriteRequestBatchTransfer does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#28) Class WriteRequestBatchTransfer does not have @license tag
(#28) Package is not specified for class WriteRequestBatchTransfer. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Model/BatchRequest/WriteRequestInterface.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Package is not specified for function getTableName. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Model/Item.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class Item does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class Item does not have @license tag
(#142) Invalid inline phpdocs tag @see found
(#169) Invalid inline phpdocs tag @see found
(#21) Package is not specified for class Item. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Resources/dynamodb-2011-12-05.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Resources/dynamodb-2012-08-10.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Session/LockingStrategy/AbstractLockingStrategy.php
(#39) There is no description in phpdocs for function __construct
(#49) Phpdocs for function AbstractLockingStrategy::doWrite has incomplete parameters list
(#91) Phpdocs for function AbstractLockingStrategy::doDestroy has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#24) Class AbstractLockingStrategy does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#24) Class AbstractLockingStrategy does not have @license tag
(#24) Package is not specified for class AbstractLockingStrategy. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Session/LockingStrategy/LockingStrategyFactory.php
(#39) There is no description in phpdocs for function __construct
(#2) File-level phpdocs block does not have @copyright tag
(#24) Class LockingStrategyFactory does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#24) Class LockingStrategyFactory does not have @license tag
(#24) Package is not specified for class LockingStrategyFactory. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Session/LockingStrategy/LockingStrategyFactoryInterface.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#27) Package is not specified for function factory. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Session/LockingStrategy/LockingStrategyInterface.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#24) Package is not specified for function doRead. It is also not specified in file-level phpdocs
(#33) Package is not specified for function doWrite. It is also not specified in file-level phpdocs
(#44) Package is not specified for function doDestroy. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Session/LockingStrategy/NullLockingStrategy.php
(#22) No one-line description found in phpdocs for class NullLockingStrategy
(#29) Phpdocs for function NullLockingStrategy::doRead has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#22) Class NullLockingStrategy does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#22) Class NullLockingStrategy does not have @license tag
(#22) Package is not specified for class NullLockingStrategy. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Session/LockingStrategy/PessimisticLockingStrategy.php
(#25) No one-line description found in phpdocs for class PessimisticLockingStrategy
(#35) Phpdocs for function PessimisticLockingStrategy::__construct has incomplete parameters list
(#50) Phpdocs for function PessimisticLockingStrategy::doRead has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#25) Class PessimisticLockingStrategy does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#25) Class PessimisticLockingStrategy does not have @license tag
(#25) Package is not specified for class PessimisticLockingStrategy. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Session/SessionHandler.php
(#26) No one-line description found in phpdocs for class SessionHandler
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class SessionHandler does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class SessionHandler does not have @license tag
(#26) Package is not specified for class SessionHandler. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Session/SessionHandlerConfig.php
(#2) File-level phpdocs block does not have @copyright tag
(#22) Class SessionHandlerConfig does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#22) Class SessionHandlerConfig does not have @license tag
(#22) Package is not specified for class SessionHandlerConfig. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDb/Session/SessionHandlerInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Function close is not documented
(#14) Function destroy is not documented
(#15) Function gc is not documented
(#16) Function open is not documented
(#17) Function read is not documented
(#18) Function write is not documented
(#13) Package is not specified for function close. It is also not specified in file-level phpdocs
(#14) Package is not specified for function destroy. It is also not specified in file-level phpdocs
(#15) Package is not specified for function gc. It is also not specified in file-level phpdocs
(#16) Package is not specified for function open. It is also not specified in file-level phpdocs
(#17) Package is not specified for function read. It is also not specified in file-level phpdocs
(#18) Package is not specified for function write. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDbStreams/DynamoDbStreamsClient.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#27) Constant DynamoDbStreamsClient::LATEST_API_VERSION is not documented
(#14) Class DynamoDbStreamsClient does not have @copyright tag
(#14) Class DynamoDbStreamsClient does not have @license tag
(#17) Not recommended phpdocs tag @method used
(#17) Not recommended phpdocs tag @method used
(#17) Not recommended phpdocs tag @method used
(#17) Not recommended phpdocs tag @method used
(#14) Package is not specified for class DynamoDbStreamsClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDbStreams/Exception/DynamoDbStreamsException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class DynamoDbStreamsException does not have @copyright tag
(#7) Class DynamoDbStreamsException does not have @license tag
(#7) Package is not specified for class DynamoDbStreamsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/DynamoDbStreams/Resources/dynamodbstreams-2012-08-10.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/CopySnapshotListener.php
(#31) Function CopySnapshotListener::getSubscribedEvents is not documented
(#36) Function CopySnapshotListener::onCommandBeforePrepare is not documented
(#56) Function CopySnapshotListener::createPresignedUrl is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#25) Class CopySnapshotListener does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#25) Class CopySnapshotListener does not have @license tag
(#27) Not recommended phpdocs tag @internal used
(#25) Package is not specified for class CopySnapshotListener. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Ec2Client.php
(#286) Constant Ec2Client::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class Ec2Client does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class Ec2Client does not have @license tag
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#26) Package is not specified for class Ec2Client. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/ContainerFormat.php
(#26) Constant ContainerFormat::OVA is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ContainerFormat does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ContainerFormat does not have @license tag
(#21) Package is not specified for class ContainerFormat. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/DiskImageFormat.php
(#26) Constant DiskImageFormat::VMDK is not documented
(#27) Constant DiskImageFormat::RAW is not documented
(#28) Constant DiskImageFormat::VHD is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class DiskImageFormat does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class DiskImageFormat does not have @license tag
(#21) Package is not specified for class DiskImageFormat. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/DomainType.php
(#26) Constant DomainType::VPC is not documented
(#27) Constant DomainType::STANDARD is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class DomainType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class DomainType does not have @license tag
(#21) Package is not specified for class DomainType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/ExportEnvironment.php
(#26) Constant ExportEnvironment::CITRIX is not documented
(#27) Constant ExportEnvironment::VMWARE is not documented
(#28) Constant ExportEnvironment::MICROSOFT is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ExportEnvironment does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ExportEnvironment does not have @license tag
(#21) Package is not specified for class ExportEnvironment. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/HypervisorType.php
(#26) Constant HypervisorType::OVM is not documented
(#27) Constant HypervisorType::XEN is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class HypervisorType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class HypervisorType does not have @license tag
(#21) Package is not specified for class HypervisorType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/ImageState.php
(#26) Constant ImageState::AVAILABLE is not documented
(#27) Constant ImageState::DEREGISTERED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ImageState does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ImageState does not have @license tag
(#21) Package is not specified for class ImageState. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/InstanceAttributeName.php
(#26) Constant InstanceAttributeName::INSTANCE_TYPE is not documented
(#27) Constant InstanceAttributeName::KERNEL is not documented
(#28) Constant InstanceAttributeName::RAMDISK is not documented
(#29) Constant InstanceAttributeName::USER_DATA is not documented
(#30) Constant InstanceAttributeName::DISABLE_API_TERMINATION is not documented
(#31) Constant InstanceAttributeName::INSTANCE_INITIATED_SHUTDOWN_BEHAVIOR is not documented
(#32) Constant InstanceAttributeName::ROOT_DEVICE_NAME is not documented
(#33) Constant InstanceAttributeName::BLOCK_DEVICE_MAPPING is not documented
(#34) Constant InstanceAttributeName::PRODUCT_CODES is not documented
(#35) Constant InstanceAttributeName::SOURCE_DEST_CHECK is not documented
(#36) Constant InstanceAttributeName::GROUP_SET is not documented
(#37) Constant InstanceAttributeName::EBS_OPTIMIZED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class InstanceAttributeName does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class InstanceAttributeName does not have @license tag
(#21) Package is not specified for class InstanceAttributeName. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/InstanceStateName.php
(#26) Constant InstanceStateName::PENDING is not documented
(#27) Constant InstanceStateName::RUNNING is not documented
(#28) Constant InstanceStateName::SHUTTING_DOWN is not documented
(#29) Constant InstanceStateName::TERMINATED is not documented
(#30) Constant InstanceStateName::STOPPING is not documented
(#31) Constant InstanceStateName::STOPPED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class InstanceStateName does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class InstanceStateName does not have @license tag
(#21) Package is not specified for class InstanceStateName. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/InstanceType.php
(#26) Constant InstanceType::T1_MICRO is not documented
(#27) Constant InstanceType::M1_SMALL is not documented
(#28) Constant InstanceType::M1_MEDIUM is not documented
(#29) Constant InstanceType::M1_LARGE is not documented
(#30) Constant InstanceType::M1_XLARGE is not documented
(#31) Constant InstanceType::M3_MEDIUM is not documented
(#32) Constant InstanceType::M3_LARGE is not documented
(#33) Constant InstanceType::M3_XLARGE is not documented
(#34) Constant InstanceType::M3_2XLARGE is not documented
(#35) Constant InstanceType::M2_XLARGE is not documented
(#36) Constant InstanceType::M2_2XLARGE is not documented
(#37) Constant InstanceType::M2_4XLARGE is not documented
(#38) Constant InstanceType::CR1_8XLARGE is not documented
(#39) Constant InstanceType::I2_XLARGE is not documented
(#40) Constant InstanceType::I2_2XLARGE is not documented
(#41) Constant InstanceType::I2_4XLARGE is not documented
(#42) Constant InstanceType::I2_8XLARGE is not documented
(#43) Constant InstanceType::HI1_4XLARGE is not documented
(#44) Constant InstanceType::HS1_8XLARGE is not documented
(#45) Constant InstanceType::C1_MEDIUM is not documented
(#46) Constant InstanceType::C1_XLARGE is not documented
(#47) Constant InstanceType::C3_LARGE is not documented
(#48) Constant InstanceType::C3_XLARGE is not documented
(#49) Constant InstanceType::C3_2XLARGE is not documented
(#50) Constant InstanceType::C3_4XLARGE is not documented
(#51) Constant InstanceType::C3_8XLARGE is not documented
(#52) Constant InstanceType::CC1_4XLARGE is not documented
(#53) Constant InstanceType::CC2_8XLARGE is not documented
(#54) Constant InstanceType::G2_2XLARGE is not documented
(#55) Constant InstanceType::CG1_4XLARGE is not documented
(#56) Constant InstanceType::R3_LARGE is not documented
(#57) Constant InstanceType::R3_XLARGE is not documented
(#58) Constant InstanceType::R3_2XLARGE is not documented
(#59) Constant InstanceType::R3_4XLARGE is not documented
(#60) Constant InstanceType::R3_8XLARGE is not documented
(#61) Constant InstanceType::T2_MICRO is not documented
(#62) Constant InstanceType::T2_SMALL is not documented
(#63) Constant InstanceType::T2_MEDIUM is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class InstanceType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class InstanceType does not have @license tag
(#21) Package is not specified for class InstanceType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/PlacementGroupState.php
(#26) Constant PlacementGroupState::PENDING is not documented
(#27) Constant PlacementGroupState::AVAILABLE is not documented
(#28) Constant PlacementGroupState::DELETING is not documented
(#29) Constant PlacementGroupState::DELETED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class PlacementGroupState does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class PlacementGroupState does not have @license tag
(#21) Package is not specified for class PlacementGroupState. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/PlacementStrategy.php
(#26) Constant PlacementStrategy::CLUSTER is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class PlacementStrategy does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class PlacementStrategy does not have @license tag
(#21) Package is not specified for class PlacementStrategy. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/ResourceType.php
(#26) Constant ResourceType::CUSTOMER_GATEWAY is not documented
(#27) Constant ResourceType::DHCP_OPTIONS is not documented
(#28) Constant ResourceType::IMAGE is not documented
(#29) Constant ResourceType::INSTANCE is not documented
(#30) Constant ResourceType::INTERNET_GATEWAY is not documented
(#31) Constant ResourceType::NETWORK_ACL is not documented
(#32) Constant ResourceType::NETWORK_INTERFACE is not documented
(#33) Constant ResourceType::RESERVED_INSTANCES is not documented
(#34) Constant ResourceType::ROUTE_TABLE is not documented
(#35) Constant ResourceType::SNAPSHOT is not documented
(#36) Constant ResourceType::SPOT_INSTANCES_REQUEST is not documented
(#37) Constant ResourceType::SUBNET is not documented
(#38) Constant ResourceType::SECURITY_GROUP is not documented
(#39) Constant ResourceType::VOLUME is not documented
(#40) Constant ResourceType::VPC is not documented
(#41) Constant ResourceType::VPN_CONNECTION is not documented
(#42) Constant ResourceType::VPN_GATEWAY is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ResourceType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ResourceType does not have @license tag
(#21) Package is not specified for class ResourceType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/RouteOrigin.php
(#26) Constant RouteOrigin::CREATE_ROUTE_TABLE is not documented
(#27) Constant RouteOrigin::CREATE_ROUTE is not documented
(#28) Constant RouteOrigin::ENABLE_VGW_ROUTE_PROPAGATION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class RouteOrigin does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class RouteOrigin does not have @license tag
(#21) Package is not specified for class RouteOrigin. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/RuleAction.php
(#26) Constant RuleAction::ALLOW is not documented
(#27) Constant RuleAction::DENY is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class RuleAction does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class RuleAction does not have @license tag
(#21) Package is not specified for class RuleAction. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/SnapshotAttributeName.php
(#26) Constant SnapshotAttributeName::PRODUCT_CODES is not documented
(#27) Constant SnapshotAttributeName::CREATE_VOLUME_PERMISSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class SnapshotAttributeName does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class SnapshotAttributeName does not have @license tag
(#21) Package is not specified for class SnapshotAttributeName. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/SnapshotState.php
(#26) Constant SnapshotState::PENDING is not documented
(#27) Constant SnapshotState::COMPLETED is not documented
(#28) Constant SnapshotState::ERROR is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class SnapshotState does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class SnapshotState does not have @license tag
(#21) Package is not specified for class SnapshotState. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/SpotInstanceType.php
(#26) Constant SpotInstanceType::ONE_TIME is not documented
(#27) Constant SpotInstanceType::PERSISTENT is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class SpotInstanceType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class SpotInstanceType does not have @license tag
(#21) Package is not specified for class SpotInstanceType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/VirtualizationType.php
(#26) Constant VirtualizationType::HVM is not documented
(#27) Constant VirtualizationType::PARAVIRTUAL is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class VirtualizationType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class VirtualizationType does not have @license tag
(#21) Package is not specified for class VirtualizationType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/VolumeAttachmentState.php
(#26) Constant VolumeAttachmentState::ATTACHING is not documented
(#27) Constant VolumeAttachmentState::ATTACHED is not documented
(#28) Constant VolumeAttachmentState::DETACHING is not documented
(#29) Constant VolumeAttachmentState::DETACHED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class VolumeAttachmentState does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class VolumeAttachmentState does not have @license tag
(#21) Package is not specified for class VolumeAttachmentState. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/VolumeAttributeName.php
(#26) Constant VolumeAttributeName::AUTO_ENABLE_IO is not documented
(#27) Constant VolumeAttributeName::PRODUCT_CODES is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class VolumeAttributeName does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class VolumeAttributeName does not have @license tag
(#21) Package is not specified for class VolumeAttributeName. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/VolumeState.php
(#26) Constant VolumeState::CREATING is not documented
(#27) Constant VolumeState::AVAILABLE is not documented
(#28) Constant VolumeState::IN_USE is not documented
(#29) Constant VolumeState::DELETING is not documented
(#30) Constant VolumeState::DELETED is not documented
(#31) Constant VolumeState::ERROR is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class VolumeState does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class VolumeState does not have @license tag
(#21) Package is not specified for class VolumeState. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/VolumeType.php
(#26) Constant VolumeType::STANDARD is not documented
(#27) Constant VolumeType::IO1 is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class VolumeType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class VolumeType does not have @license tag
(#21) Package is not specified for class VolumeType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Enum/VpcAttributeName.php
(#26) Constant VpcAttributeName::ENABLE_DNS_SUPPORT is not documented
(#27) Constant VpcAttributeName::ENABLE_DNS_HOSTNAMES is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class VpcAttributeName does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class VpcAttributeName does not have @license tag
(#21) Package is not specified for class VpcAttributeName. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Exception/Ec2Exception.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class Ec2Exception does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class Ec2Exception does not have @license tag
(#21) Package is not specified for class Ec2Exception. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Iterator/DescribeInstancesIterator.php
(#30) Phpdocs for function DescribeInstancesIterator::handleResults has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#22) Class DescribeInstancesIterator does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#22) Class DescribeInstancesIterator does not have @license tag
(#22) Package is not specified for class DescribeInstancesIterator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Resources/ec2-2015-04-15.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ec2/Resources/ec2-2015-10-01.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ecs/EcsClient.php
(#68) Constant EcsClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class EcsClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class EcsClient does not have @license tag
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#26) Package is not specified for class EcsClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ecs/Exception/EcsException.php
(#2) File-level phpdocs block is not found
(#6) Class EcsException does not have @copyright tag
(#6) Class EcsException does not have @license tag
(#6) Package is not specified for class EcsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ecs/Resources/ecs-2014-11-13.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Efs/EfsClient.php
(#2) File-level phpdocs block is not found
(#30) Constant EfsClient::LATEST_API_VERSION is not documented
(#10) Class EfsClient does not have @copyright tag
(#10) Class EfsClient does not have @license tag
(#13) Not recommended phpdocs tag @method used
(#13) Not recommended phpdocs tag @method used
(#13) Not recommended phpdocs tag @method used
(#13) Not recommended phpdocs tag @method used
(#13) Not recommended phpdocs tag @method used
(#13) Not recommended phpdocs tag @method used
(#13) Not recommended phpdocs tag @method used
(#13) Not recommended phpdocs tag @method used
(#13) Not recommended phpdocs tag @method used
(#13) Not recommended phpdocs tag @method used
(#13) Not recommended phpdocs tag @method used
(#10) Package is not specified for class EfsClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Efs/Exception/EfsException.php
(#2) File-level phpdocs block is not found
(#6) Class EfsException does not have @copyright tag
(#6) Class EfsException does not have @license tag
(#6) Package is not specified for class EfsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Efs/Resources/elasticfilesystem-2015-02-01.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/ElastiCacheClient.php
(#84) Constant ElastiCacheClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class ElastiCacheClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class ElastiCacheClient does not have @license tag
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#26) Package is not specified for class ElastiCacheClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Enum/SourceType.php
(#26) Constant SourceType::CACHE_CLUSTER is not documented
(#27) Constant SourceType::CACHE_PARAMETER_GROUP is not documented
(#28) Constant SourceType::CACHE_SECURITY_GROUP is not documented
(#29) Constant SourceType::CACHE_SUBNET_GROUP is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class SourceType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class SourceType does not have @license tag
(#21) Package is not specified for class SourceType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/AuthorizationAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class AuthorizationAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class AuthorizationAlreadyExistsException does not have @license tag
(#19) Package is not specified for class AuthorizationAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/AuthorizationNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class AuthorizationNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class AuthorizationNotFoundException does not have @license tag
(#19) Package is not specified for class AuthorizationNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/CacheClusterAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class CacheClusterAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class CacheClusterAlreadyExistsException does not have @license tag
(#19) Package is not specified for class CacheClusterAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/CacheClusterNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class CacheClusterNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class CacheClusterNotFoundException does not have @license tag
(#19) Package is not specified for class CacheClusterNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/CacheParameterGroupAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class CacheParameterGroupAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class CacheParameterGroupAlreadyExistsException does not have @license tag
(#19) Package is not specified for class CacheParameterGroupAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/CacheParameterGroupNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class CacheParameterGroupNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class CacheParameterGroupNotFoundException does not have @license tag
(#19) Package is not specified for class CacheParameterGroupNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/CacheParameterGroupQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class CacheParameterGroupQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class CacheParameterGroupQuotaExceededException does not have @license tag
(#19) Package is not specified for class CacheParameterGroupQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/CacheSecurityGroupAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class CacheSecurityGroupAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class CacheSecurityGroupAlreadyExistsException does not have @license tag
(#19) Package is not specified for class CacheSecurityGroupAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/CacheSecurityGroupNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class CacheSecurityGroupNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class CacheSecurityGroupNotFoundException does not have @license tag
(#19) Package is not specified for class CacheSecurityGroupNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/CacheSecurityGroupQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class CacheSecurityGroupQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class CacheSecurityGroupQuotaExceededException does not have @license tag
(#19) Package is not specified for class CacheSecurityGroupQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/CacheSubnetGroupAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class CacheSubnetGroupAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class CacheSubnetGroupAlreadyExistsException does not have @license tag
(#19) Package is not specified for class CacheSubnetGroupAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/CacheSubnetGroupInUseException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class CacheSubnetGroupInUseException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class CacheSubnetGroupInUseException does not have @license tag
(#19) Package is not specified for class CacheSubnetGroupInUseException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/CacheSubnetGroupNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class CacheSubnetGroupNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class CacheSubnetGroupNotFoundException does not have @license tag
(#19) Package is not specified for class CacheSubnetGroupNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/CacheSubnetGroupQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class CacheSubnetGroupQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class CacheSubnetGroupQuotaExceededException does not have @license tag
(#19) Package is not specified for class CacheSubnetGroupQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/CacheSubnetQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class CacheSubnetQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class CacheSubnetQuotaExceededException does not have @license tag
(#19) Package is not specified for class CacheSubnetQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/ClusterQuotaForCustomerExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ClusterQuotaForCustomerExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ClusterQuotaForCustomerExceededException does not have @license tag
(#19) Package is not specified for class ClusterQuotaForCustomerExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/ElastiCacheException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ElastiCacheException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ElastiCacheException does not have @license tag
(#21) Package is not specified for class ElastiCacheException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/InsufficientCacheClusterCapacityException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InsufficientCacheClusterCapacityException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InsufficientCacheClusterCapacityException does not have @license tag
(#19) Package is not specified for class InsufficientCacheClusterCapacityException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/InvalidCacheClusterStateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidCacheClusterStateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidCacheClusterStateException does not have @license tag
(#19) Package is not specified for class InvalidCacheClusterStateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/InvalidCacheParameterGroupStateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidCacheParameterGroupStateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidCacheParameterGroupStateException does not have @license tag
(#19) Package is not specified for class InvalidCacheParameterGroupStateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/InvalidCacheSecurityGroupStateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidCacheSecurityGroupStateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidCacheSecurityGroupStateException does not have @license tag
(#19) Package is not specified for class InvalidCacheSecurityGroupStateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/InvalidParameterCombinationException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidParameterCombinationException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidParameterCombinationException does not have @license tag
(#19) Package is not specified for class InvalidParameterCombinationException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/InvalidParameterValueException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidParameterValueException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidParameterValueException does not have @license tag
(#19) Package is not specified for class InvalidParameterValueException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/InvalidReplicationGroupStateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidReplicationGroupStateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidReplicationGroupStateException does not have @license tag
(#19) Package is not specified for class InvalidReplicationGroupStateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/InvalidSubnetException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidSubnetException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidSubnetException does not have @license tag
(#19) Package is not specified for class InvalidSubnetException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/InvalidVPCNetworkStateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidVPCNetworkStateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidVPCNetworkStateException does not have @license tag
(#19) Package is not specified for class InvalidVPCNetworkStateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/NodeQuotaForClusterExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NodeQuotaForClusterExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NodeQuotaForClusterExceededException does not have @license tag
(#19) Package is not specified for class NodeQuotaForClusterExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/NodeQuotaForCustomerExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NodeQuotaForCustomerExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NodeQuotaForCustomerExceededException does not have @license tag
(#19) Package is not specified for class NodeQuotaForCustomerExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/ReplicationGroupAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ReplicationGroupAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ReplicationGroupAlreadyExistsException does not have @license tag
(#19) Package is not specified for class ReplicationGroupAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/ReplicationGroupNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ReplicationGroupNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ReplicationGroupNotFoundException does not have @license tag
(#19) Package is not specified for class ReplicationGroupNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/ReservedCacheNodeAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ReservedCacheNodeAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ReservedCacheNodeAlreadyExistsException does not have @license tag
(#19) Package is not specified for class ReservedCacheNodeAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/ReservedCacheNodeNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ReservedCacheNodeNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ReservedCacheNodeNotFoundException does not have @license tag
(#19) Package is not specified for class ReservedCacheNodeNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/ReservedCacheNodeQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ReservedCacheNodeQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ReservedCacheNodeQuotaExceededException does not have @license tag
(#19) Package is not specified for class ReservedCacheNodeQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/ReservedCacheNodesOfferingNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ReservedCacheNodesOfferingNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ReservedCacheNodesOfferingNotFoundException does not have @license tag
(#19) Package is not specified for class ReservedCacheNodesOfferingNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Exception/SubnetInUseException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SubnetInUseException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SubnetInUseException does not have @license tag
(#19) Package is not specified for class SubnetInUseException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElastiCache/Resources/elasticache-2015-02-02.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/ElasticBeanstalkClient.php
(#75) Constant ElasticBeanstalkClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class ElasticBeanstalkClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class ElasticBeanstalkClient does not have @license tag
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#26) Package is not specified for class ElasticBeanstalkClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Enum/ConfigurationDeploymentStatus.php
(#26) Constant ConfigurationDeploymentStatus::DEPLOYED is not documented
(#27) Constant ConfigurationDeploymentStatus::PENDING is not documented
(#28) Constant ConfigurationDeploymentStatus::FAILED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ConfigurationDeploymentStatus does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ConfigurationDeploymentStatus does not have @license tag
(#21) Package is not specified for class ConfigurationDeploymentStatus. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Enum/ConfigurationOptionValueType.php
(#26) Constant ConfigurationOptionValueType::SCALAR_TYPE is not documented
(#27) Constant ConfigurationOptionValueType::LIST_TYPE is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ConfigurationOptionValueType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ConfigurationOptionValueType does not have @license tag
(#21) Package is not specified for class ConfigurationOptionValueType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Enum/EnvironmentHealth.php
(#26) Constant EnvironmentHealth::GREEN is not documented
(#27) Constant EnvironmentHealth::YELLOW is not documented
(#28) Constant EnvironmentHealth::RED is not documented
(#29) Constant EnvironmentHealth::GREY is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class EnvironmentHealth does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class EnvironmentHealth does not have @license tag
(#21) Package is not specified for class EnvironmentHealth. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Enum/EnvironmentInfoType.php
(#26) Constant EnvironmentInfoType::TAIL is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class EnvironmentInfoType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class EnvironmentInfoType does not have @license tag
(#21) Package is not specified for class EnvironmentInfoType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Enum/EnvironmentStatus.php
(#26) Constant EnvironmentStatus::LAUNCHING is not documented
(#27) Constant EnvironmentStatus::UPDATING is not documented
(#28) Constant EnvironmentStatus::READY is not documented
(#29) Constant EnvironmentStatus::TERMINATING is not documented
(#30) Constant EnvironmentStatus::TERMINATED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class EnvironmentStatus does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class EnvironmentStatus does not have @license tag
(#21) Package is not specified for class EnvironmentStatus. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Enum/EventSeverity.php
(#26) Constant EventSeverity::TRACE is not documented
(#27) Constant EventSeverity::DEBUG is not documented
(#28) Constant EventSeverity::INFO is not documented
(#29) Constant EventSeverity::WARN is not documented
(#30) Constant EventSeverity::ERROR is not documented
(#31) Constant EventSeverity::FATAL is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class EventSeverity does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class EventSeverity does not have @license tag
(#21) Package is not specified for class EventSeverity. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Enum/ValidationSeverity.php
(#26) Constant ValidationSeverity::ERROR is not documented
(#27) Constant ValidationSeverity::WARNING is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ValidationSeverity does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ValidationSeverity does not have @license tag
(#21) Package is not specified for class ValidationSeverity. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Exception/ElasticBeanstalkException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ElasticBeanstalkException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ElasticBeanstalkException does not have @license tag
(#21) Package is not specified for class ElasticBeanstalkException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Exception/InsufficientPrivilegesException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InsufficientPrivilegesException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InsufficientPrivilegesException does not have @license tag
(#19) Package is not specified for class InsufficientPrivilegesException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Exception/OperationInProgressException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class OperationInProgressException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class OperationInProgressException does not have @license tag
(#19) Package is not specified for class OperationInProgressException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Exception/S3LocationNotInServiceRegionException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class S3LocationNotInServiceRegionException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class S3LocationNotInServiceRegionException does not have @license tag
(#19) Package is not specified for class S3LocationNotInServiceRegionException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Exception/S3SubscriptionRequiredException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class S3SubscriptionRequiredException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class S3SubscriptionRequiredException does not have @license tag
(#19) Package is not specified for class S3SubscriptionRequiredException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Exception/SourceBundleDeletionException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SourceBundleDeletionException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SourceBundleDeletionException does not have @license tag
(#19) Package is not specified for class SourceBundleDeletionException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Exception/TooManyApplicationVersionsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TooManyApplicationVersionsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TooManyApplicationVersionsException does not have @license tag
(#19) Package is not specified for class TooManyApplicationVersionsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Exception/TooManyApplicationsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TooManyApplicationsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TooManyApplicationsException does not have @license tag
(#19) Package is not specified for class TooManyApplicationsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Exception/TooManyBucketsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TooManyBucketsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TooManyBucketsException does not have @license tag
(#19) Package is not specified for class TooManyBucketsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Exception/TooManyConfigurationTemplatesException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TooManyConfigurationTemplatesException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TooManyConfigurationTemplatesException does not have @license tag
(#19) Package is not specified for class TooManyConfigurationTemplatesException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Exception/TooManyEnvironmentsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TooManyEnvironmentsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TooManyEnvironmentsException does not have @license tag
(#19) Package is not specified for class TooManyEnvironmentsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticBeanstalk/Resources/elasticbeanstalk-2010-12-01.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/ElasticLoadBalancingClient.php
(#67) Constant ElasticLoadBalancingClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class ElasticLoadBalancingClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class ElasticLoadBalancingClient does not have @license tag
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#26) Package is not specified for class ElasticLoadBalancingClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/AccessPointNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class AccessPointNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class AccessPointNotFoundException does not have @license tag
(#19) Package is not specified for class AccessPointNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/CertificateNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class CertificateNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class CertificateNotFoundException does not have @license tag
(#19) Package is not specified for class CertificateNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/DuplicateAccessPointNameException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DuplicateAccessPointNameException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DuplicateAccessPointNameException does not have @license tag
(#19) Package is not specified for class DuplicateAccessPointNameException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/DuplicateListenerException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DuplicateListenerException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DuplicateListenerException does not have @license tag
(#19) Package is not specified for class DuplicateListenerException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/DuplicatePolicyNameException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DuplicatePolicyNameException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DuplicatePolicyNameException does not have @license tag
(#19) Package is not specified for class DuplicatePolicyNameException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/ElasticLoadBalancingException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ElasticLoadBalancingException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ElasticLoadBalancingException does not have @license tag
(#21) Package is not specified for class ElasticLoadBalancingException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/InvalidConfigurationRequestException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidConfigurationRequestException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidConfigurationRequestException does not have @license tag
(#19) Package is not specified for class InvalidConfigurationRequestException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/InvalidEndPointException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidEndPointException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidEndPointException does not have @license tag
(#19) Package is not specified for class InvalidEndPointException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/InvalidSchemeException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidSchemeException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidSchemeException does not have @license tag
(#19) Package is not specified for class InvalidSchemeException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/InvalidSecurityGroupException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidSecurityGroupException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidSecurityGroupException does not have @license tag
(#19) Package is not specified for class InvalidSecurityGroupException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/InvalidSubnetException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidSubnetException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidSubnetException does not have @license tag
(#19) Package is not specified for class InvalidSubnetException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/ListenerNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ListenerNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ListenerNotFoundException does not have @license tag
(#19) Package is not specified for class ListenerNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/LoadBalancerAttributeNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class LoadBalancerAttributeNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class LoadBalancerAttributeNotFoundException does not have @license tag
(#19) Package is not specified for class LoadBalancerAttributeNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/PolicyNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class PolicyNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class PolicyNotFoundException does not have @license tag
(#19) Package is not specified for class PolicyNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/PolicyTypeNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class PolicyTypeNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class PolicyTypeNotFoundException does not have @license tag
(#19) Package is not specified for class PolicyTypeNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/SubnetNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SubnetNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SubnetNotFoundException does not have @license tag
(#19) Package is not specified for class SubnetNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/TooManyAccessPointsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TooManyAccessPointsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TooManyAccessPointsException does not have @license tag
(#19) Package is not specified for class TooManyAccessPointsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Exception/TooManyPoliciesException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TooManyPoliciesException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TooManyPoliciesException does not have @license tag
(#19) Package is not specified for class TooManyPoliciesException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticLoadBalancing/Resources/elasticloadbalancing-2012-06-01.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticTranscoder/ElasticTranscoderClient.php
(#57) Constant ElasticTranscoderClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#27) Class ElasticTranscoderClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#27) Class ElasticTranscoderClient does not have @license tag
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#27) Package is not specified for class ElasticTranscoderClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticTranscoder/Exception/AccessDeniedException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class AccessDeniedException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class AccessDeniedException does not have @license tag
(#19) Package is not specified for class AccessDeniedException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticTranscoder/Exception/ElasticTranscoderException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ElasticTranscoderException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ElasticTranscoderException does not have @license tag
(#21) Package is not specified for class ElasticTranscoderException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticTranscoder/Exception/IncompatibleVersionException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class IncompatibleVersionException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class IncompatibleVersionException does not have @license tag
(#19) Package is not specified for class IncompatibleVersionException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticTranscoder/Exception/InternalServiceException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InternalServiceException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InternalServiceException does not have @license tag
(#19) Package is not specified for class InternalServiceException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticTranscoder/Exception/LimitExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class LimitExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class LimitExceededException does not have @license tag
(#19) Package is not specified for class LimitExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticTranscoder/Exception/ResourceInUseException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ResourceInUseException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ResourceInUseException does not have @license tag
(#19) Package is not specified for class ResourceInUseException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticTranscoder/Exception/ResourceNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ResourceNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ResourceNotFoundException does not have @license tag
(#19) Package is not specified for class ResourceNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticTranscoder/Exception/ValidationException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ValidationException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ValidationException does not have @license tag
(#19) Package is not specified for class ValidationException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ElasticTranscoder/Resources/elastictranscoder-2012-09-25.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/EmrClient.php
(#59) Constant EmrClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#27) Class EmrClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#27) Class EmrClient does not have @license tag
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#27) Package is not specified for class EmrClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/ActionOnFailure.php
(#26) Constant ActionOnFailure::TERMINATE_JOB_FLOW is not documented
(#27) Constant ActionOnFailure::TERMINATE_CLUSTER is not documented
(#28) Constant ActionOnFailure::CANCEL_AND_WAIT is not documented
(#29) Constant ActionOnFailure::CONTINUE_JOB_FLOW is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ActionOnFailure does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ActionOnFailure does not have @license tag
(#21) Package is not specified for class ActionOnFailure. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/ClusterState.php
(#26) Constant ClusterState::STARTING is not documented
(#27) Constant ClusterState::BOOTSTRAPPING is not documented
(#28) Constant ClusterState::RUNNING is not documented
(#29) Constant ClusterState::WAITING is not documented
(#30) Constant ClusterState::TERMINATING is not documented
(#31) Constant ClusterState::TERMINATED is not documented
(#32) Constant ClusterState::TERMINATED_WITH_ERRORS is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ClusterState does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ClusterState does not have @license tag
(#21) Package is not specified for class ClusterState. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/ClusterStateChangeReasonCode.php
(#26) Constant ClusterStateChangeReasonCode::INTERNAL_ERROR is not documented
(#27) Constant ClusterStateChangeReasonCode::VALIDATION_ERROR is not documented
(#28) Constant ClusterStateChangeReasonCode::INSTANCE_FAILURE is not documented
(#29) Constant ClusterStateChangeReasonCode::BOOTSTRAP_FAILURE is not documented
(#30) Constant ClusterStateChangeReasonCode::USER_REQUEST is not documented
(#31) Constant ClusterStateChangeReasonCode::STEP_FAILURE is not documented
(#32) Constant ClusterStateChangeReasonCode::ALL_STEPS_COMPLETED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ClusterStateChangeReasonCode does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ClusterStateChangeReasonCode does not have @license tag
(#21) Package is not specified for class ClusterStateChangeReasonCode. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/InstanceGroupState.php
(#26) Constant InstanceGroupState::PROVISIONING is not documented
(#27) Constant InstanceGroupState::BOOTSTRAPPING is not documented
(#28) Constant InstanceGroupState::RUNNING is not documented
(#29) Constant InstanceGroupState::RESIZING is not documented
(#30) Constant InstanceGroupState::SUSPENDED is not documented
(#31) Constant InstanceGroupState::TERMINATING is not documented
(#32) Constant InstanceGroupState::TERMINATED is not documented
(#33) Constant InstanceGroupState::ARRESTED is not documented
(#34) Constant InstanceGroupState::SHUTTING_DOWN is not documented
(#35) Constant InstanceGroupState::ENDED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class InstanceGroupState does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class InstanceGroupState does not have @license tag
(#21) Package is not specified for class InstanceGroupState. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/InstanceGroupStateChangeReasonCode.php
(#26) Constant InstanceGroupStateChangeReasonCode::INTERNAL_ERROR is not documented
(#27) Constant InstanceGroupStateChangeReasonCode::VALIDATION_ERROR is not documented
(#28) Constant InstanceGroupStateChangeReasonCode::INSTANCE_FAILURE is not documented
(#29) Constant InstanceGroupStateChangeReasonCode::CLUSTER_TERMINATED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class InstanceGroupStateChangeReasonCode does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class InstanceGroupStateChangeReasonCode does not have @license tag
(#21) Package is not specified for class InstanceGroupStateChangeReasonCode. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/InstanceGroupType.php
(#26) Constant InstanceGroupType::MASTER is not documented
(#27) Constant InstanceGroupType::CORE is not documented
(#28) Constant InstanceGroupType::TASK is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class InstanceGroupType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class InstanceGroupType does not have @license tag
(#21) Package is not specified for class InstanceGroupType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/InstanceRoleType.php
(#26) Constant InstanceRoleType::MASTER is not documented
(#27) Constant InstanceRoleType::CORE is not documented
(#28) Constant InstanceRoleType::TASK is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class InstanceRoleType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class InstanceRoleType does not have @license tag
(#21) Package is not specified for class InstanceRoleType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/InstanceState.php
(#26) Constant InstanceState::AWAITING_FULFILLMENT is not documented
(#27) Constant InstanceState::PROVISIONING is not documented
(#28) Constant InstanceState::BOOTSTRAPPING is not documented
(#29) Constant InstanceState::RUNNING is not documented
(#30) Constant InstanceState::TERMINATED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class InstanceState does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class InstanceState does not have @license tag
(#21) Package is not specified for class InstanceState. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/InstanceStateChangeReasonCode.php
(#26) Constant InstanceStateChangeReasonCode::INTERNAL_ERROR is not documented
(#27) Constant InstanceStateChangeReasonCode::VALIDATION_ERROR is not documented
(#28) Constant InstanceStateChangeReasonCode::INSTANCE_FAILURE is not documented
(#29) Constant InstanceStateChangeReasonCode::BOOTSTRAP_FAILURE is not documented
(#30) Constant InstanceStateChangeReasonCode::CLUSTER_TERMINATED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class InstanceStateChangeReasonCode does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class InstanceStateChangeReasonCode does not have @license tag
(#21) Package is not specified for class InstanceStateChangeReasonCode. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/JobFlowExecutionState.php
(#26) Constant JobFlowExecutionState::STARTING is not documented
(#27) Constant JobFlowExecutionState::BOOTSTRAPPING is not documented
(#28) Constant JobFlowExecutionState::RUNNING is not documented
(#29) Constant JobFlowExecutionState::WAITING is not documented
(#30) Constant JobFlowExecutionState::SHUTTING_DOWN is not documented
(#31) Constant JobFlowExecutionState::TERMINATED is not documented
(#32) Constant JobFlowExecutionState::COMPLETED is not documented
(#33) Constant JobFlowExecutionState::FAILED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class JobFlowExecutionState does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class JobFlowExecutionState does not have @license tag
(#21) Package is not specified for class JobFlowExecutionState. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/MarketType.php
(#26) Constant MarketType::ON_DEMAND is not documented
(#27) Constant MarketType::SPOT is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class MarketType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class MarketType does not have @license tag
(#21) Package is not specified for class MarketType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/StepExecutionState.php
(#26) Constant StepExecutionState::PENDING is not documented
(#27) Constant StepExecutionState::RUNNING is not documented
(#28) Constant StepExecutionState::CONTINUED is not documented
(#29) Constant StepExecutionState::COMPLETED is not documented
(#30) Constant StepExecutionState::CANCELLED is not documented
(#31) Constant StepExecutionState::FAILED is not documented
(#32) Constant StepExecutionState::INTERRUPTED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class StepExecutionState does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class StepExecutionState does not have @license tag
(#21) Package is not specified for class StepExecutionState. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/StepState.php
(#26) Constant StepState::PENDING is not documented
(#27) Constant StepState::RUNNING is not documented
(#28) Constant StepState::COMPLETED is not documented
(#29) Constant StepState::CANCELLED is not documented
(#30) Constant StepState::FAILED is not documented
(#31) Constant StepState::INTERRUPTED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class StepState does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class StepState does not have @license tag
(#21) Package is not specified for class StepState. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Enum/StepStateChangeReasonCode.php
(#26) Constant StepStateChangeReasonCode::NONE is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class StepStateChangeReasonCode does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class StepStateChangeReasonCode does not have @license tag
(#21) Package is not specified for class StepStateChangeReasonCode. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Exception/EmrException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class EmrException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class EmrException does not have @license tag
(#21) Package is not specified for class EmrException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Exception/InternalServerErrorException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InternalServerErrorException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InternalServerErrorException does not have @license tag
(#19) Package is not specified for class InternalServerErrorException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Exception/InternalServerException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InternalServerException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InternalServerException does not have @license tag
(#19) Package is not specified for class InternalServerException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Exception/InvalidRequestException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidRequestException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidRequestException does not have @license tag
(#19) Package is not specified for class InvalidRequestException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Emr/Resources/emr-2009-03-31.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Enum/Action.php
(#27) Constant Action::ARCHIVE_RETRIEVAL is not documented
(#28) Constant Action::INVENTORY_RETRIEVAL is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class Action does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class Action does not have @license tag
(#21) Package is not specified for class Action. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Enum/ActionCode.php
(#26) Constant ActionCode::ARCHIVE_RETRIEVAL is not documented
(#27) Constant ActionCode::INVENTORY_RETRIEVAL is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ActionCode does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ActionCode does not have @license tag
(#21) Package is not specified for class ActionCode. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Enum/StatusCode.php
(#26) Constant StatusCode::IN_PROGRESS is not documented
(#27) Constant StatusCode::SUCCEEDED is not documented
(#28) Constant StatusCode::FAILED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class StatusCode does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class StatusCode does not have @license tag
(#21) Package is not specified for class StatusCode. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Exception/GlacierException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class GlacierException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class GlacierException does not have @license tag
(#21) Package is not specified for class GlacierException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Exception/InvalidParameterValueException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidParameterValueException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidParameterValueException does not have @license tag
(#19) Package is not specified for class InvalidParameterValueException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Exception/LimitExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class LimitExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class LimitExceededException does not have @license tag
(#19) Package is not specified for class LimitExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Exception/MissingParameterValueException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MissingParameterValueException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MissingParameterValueException does not have @license tag
(#19) Package is not specified for class MissingParameterValueException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Exception/RequestTimeoutException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class RequestTimeoutException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class RequestTimeoutException does not have @license tag
(#19) Package is not specified for class RequestTimeoutException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Exception/ResourceNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ResourceNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ResourceNotFoundException does not have @license tag
(#19) Package is not specified for class ResourceNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Exception/ServiceUnavailableException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ServiceUnavailableException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ServiceUnavailableException does not have @license tag
(#19) Package is not specified for class ServiceUnavailableException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/GlacierClient.php
(#74) Constant GlacierClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#28) Class GlacierClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#28) Class GlacierClient does not have @license tag
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#28) Package is not specified for class GlacierClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/GlacierUploadListener.php
(#2) File-level phpdocs block does not have @copyright tag
(#25) Class GlacierUploadListener does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#25) Class GlacierUploadListener does not have @license tag
(#25) Package is not specified for class GlacierUploadListener. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Model/MultipartUpload/AbstractTransfer.php
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class AbstractTransfer does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class AbstractTransfer does not have @license tag
(#26) Package is not specified for class AbstractTransfer. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Model/MultipartUpload/ParallelTransfer.php
(#2) File-level phpdocs block does not have @copyright tag
(#22) Class ParallelTransfer does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#22) Class ParallelTransfer does not have @license tag
(#22) Package is not specified for class ParallelTransfer. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Model/MultipartUpload/SerialTransfer.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SerialTransfer does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SerialTransfer does not have @license tag
(#19) Package is not specified for class SerialTransfer. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Model/MultipartUpload/TransferState.php
(#29) Constant TransferState::ALREADY_UPLOADED is not documented
(#60) There is no description in phpdocs for function setPartGenerator
(#72) There is no description in phpdocs for function getPartGenerator
(#36) Phpdocs for function TransferState::fromUploadId has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#24) Class TransferState does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#24) Class TransferState does not have @license tag
(#24) Package is not specified for class TransferState. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Model/MultipartUpload/UploadBuilder.php
(#24) No one-line description found in phpdocs for class UploadBuilder
(#2) File-level phpdocs block does not have @copyright tag
(#24) Class UploadBuilder does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#24) Class UploadBuilder does not have @license tag
(#24) Package is not specified for class UploadBuilder. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Model/MultipartUpload/UploadId.php
(#27) Phpdocs for variable UploadId::$expectedValues does not contain @var or incorrect
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class UploadId does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class UploadId does not have @license tag
(#23) Invalid phpdocs tag @codeCoverageIgnore used
(#21) Package is not specified for class UploadId. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Model/MultipartUpload/UploadPart.php
(#57) There is no description in phpdocs for function getChecksum
(#65) There is no description in phpdocs for function getContentHash
(#73) There is no description in phpdocs for function getSize
(#81) There is no description in phpdocs for function getOffset
(#26) Phpdocs for variable UploadPart::$keyMap does not contain @var or incorrect
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class UploadPart does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class UploadPart does not have @license tag
(#21) Package is not specified for class UploadPart. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Model/MultipartUpload/UploadPartContext.php
(#58) There is no description in phpdocs for function __construct
(#2) File-level phpdocs block does not have @copyright tag
(#23) Class UploadPartContext does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#23) Class UploadPartContext does not have @license tag
(#23) Package is not specified for class UploadPartContext. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Model/MultipartUpload/UploadPartGenerator.php
(#283) Function UploadPartGenerator::readPart is not documented
(#33) Constant UploadPartGenerator::MAX_NUM_PARTS is not documented
(#88) There is no description in phpdocs for function __construct
(#140) There is no description in phpdocs for function getAllParts
(#148) There is no description in phpdocs for function getArchiveSize
(#156) There is no description in phpdocs for function getRootChecksum
(#170) There is no description in phpdocs for function getPartSize
(#190) Phpdocs for function UploadPartGenerator::unserialize has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#28) Class UploadPartGenerator does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#28) Class UploadPartGenerator does not have @license tag
(#28) Package is not specified for class UploadPartGenerator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Glacier/Resources/glacier-2012-06-01.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/AssignmentStatusType.php
(#26) Constant AssignmentStatusType::ASSIGNED is not documented
(#27) Constant AssignmentStatusType::UNASSIGNED is not documented
(#28) Constant AssignmentStatusType::ANY is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class AssignmentStatusType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class AssignmentStatusType does not have @license tag
(#21) Package is not specified for class AssignmentStatusType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Enum/StatusType.php
(#26) Constant StatusType::ACTIVE is not documented
(#27) Constant StatusType::INACTIVE is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class StatusType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class StatusType does not have @license tag
(#21) Package is not specified for class StatusType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DeleteConflictException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DeleteConflictException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DeleteConflictException does not have @license tag
(#19) Package is not specified for class DeleteConflictException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/DuplicateCertificateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DuplicateCertificateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DuplicateCertificateException does not have @license tag
(#19) Package is not specified for class DuplicateCertificateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class EntityAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class EntityAlreadyExistsException does not have @license tag
(#19) Package is not specified for class EntityAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/EntityTemporarilyUnmodifiableException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class EntityTemporarilyUnmodifiableException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class EntityTemporarilyUnmodifiableException does not have @license tag
(#19) Package is not specified for class EntityTemporarilyUnmodifiableException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/IamException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class IamException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class IamException does not have @license tag
(#21) Package is not specified for class IamException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidAuthenticationCodeException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidAuthenticationCodeException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidAuthenticationCodeException does not have @license tag
(#19) Package is not specified for class InvalidAuthenticationCodeException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidCertificateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidCertificateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidCertificateException does not have @license tag
(#19) Package is not specified for class InvalidCertificateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidInputException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidInputException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidInputException does not have @license tag
(#19) Package is not specified for class InvalidInputException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/InvalidUserTypeException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidUserTypeException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidUserTypeException does not have @license tag
(#19) Package is not specified for class InvalidUserTypeException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/KeyPairMismatchException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class KeyPairMismatchException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class KeyPairMismatchException does not have @license tag
(#19) Package is not specified for class KeyPairMismatchException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/LimitExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class LimitExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class LimitExceededException does not have @license tag
(#19) Package is not specified for class LimitExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedCertificateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MalformedCertificateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MalformedCertificateException does not have @license tag
(#19) Package is not specified for class MalformedCertificateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/MalformedPolicyDocumentException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MalformedPolicyDocumentException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MalformedPolicyDocumentException does not have @license tag
(#19) Package is not specified for class MalformedPolicyDocumentException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/NoSuchEntityException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NoSuchEntityException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NoSuchEntityException does not have @license tag
(#19) Package is not specified for class NoSuchEntityException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Exception/PasswordPolicyViolationException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class PasswordPolicyViolationException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class PasswordPolicyViolationException does not have @license tag
(#19) Package is not specified for class PasswordPolicyViolationException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/IamClient.php
(#171) Constant IamClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class IamClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class IamClient does not have @license tag
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#26) Package is not specified for class IamClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Iam/Resources/iam-2010-05-08.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Enum/JobType.php
(#26) Constant JobType::IMPORT is not documented
(#27) Constant JobType::EXPORT is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class JobType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class JobType does not have @license tag
(#21) Package is not specified for class JobType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/BucketPermissionException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class BucketPermissionException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class BucketPermissionException does not have @license tag
(#19) Package is not specified for class BucketPermissionException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/CanceledJobIdException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class CanceledJobIdException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class CanceledJobIdException does not have @license tag
(#19) Package is not specified for class CanceledJobIdException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/ExpiredJobIdException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ExpiredJobIdException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ExpiredJobIdException does not have @license tag
(#19) Package is not specified for class ExpiredJobIdException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/ImportExportException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ImportExportException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ImportExportException does not have @license tag
(#21) Package is not specified for class ImportExportException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/InvalidAccessKeyIdException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidAccessKeyIdException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidAccessKeyIdException does not have @license tag
(#19) Package is not specified for class InvalidAccessKeyIdException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/InvalidAddressException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidAddressException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidAddressException does not have @license tag
(#19) Package is not specified for class InvalidAddressException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/InvalidCustomsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidCustomsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidCustomsException does not have @license tag
(#19) Package is not specified for class InvalidCustomsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/InvalidFileSystemException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidFileSystemException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidFileSystemException does not have @license tag
(#19) Package is not specified for class InvalidFileSystemException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/InvalidJobIdException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidJobIdException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidJobIdException does not have @license tag
(#19) Package is not specified for class InvalidJobIdException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/InvalidManifestFieldException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidManifestFieldException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidManifestFieldException does not have @license tag
(#19) Package is not specified for class InvalidManifestFieldException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/InvalidParameterException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidParameterException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidParameterException does not have @license tag
(#19) Package is not specified for class InvalidParameterException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/MalformedManifestException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MalformedManifestException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MalformedManifestException does not have @license tag
(#19) Package is not specified for class MalformedManifestException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/MissingCustomsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MissingCustomsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MissingCustomsException does not have @license tag
(#19) Package is not specified for class MissingCustomsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/MissingManifestFieldException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MissingManifestFieldException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MissingManifestFieldException does not have @license tag
(#19) Package is not specified for class MissingManifestFieldException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/MissingParameterException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MissingParameterException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MissingParameterException does not have @license tag
(#19) Package is not specified for class MissingParameterException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/MultipleRegionsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MultipleRegionsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MultipleRegionsException does not have @license tag
(#19) Package is not specified for class MultipleRegionsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/NoSuchBucketException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NoSuchBucketException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NoSuchBucketException does not have @license tag
(#19) Package is not specified for class NoSuchBucketException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Exception/UnableToCancelJobIdException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class UnableToCancelJobIdException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class UnableToCancelJobIdException does not have @license tag
(#19) Package is not specified for class UnableToCancelJobIdException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/ImportExportClient.php
(#42) Constant ImportExportClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class ImportExportClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class ImportExportClient does not have @license tag
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#26) Package is not specified for class ImportExportClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/JobManifestListener.php
(#2) File-level phpdocs block does not have @copyright tag
(#22) Class JobManifestListener does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#22) Class JobManifestListener does not have @license tag
(#22) Package is not specified for class JobManifestListener. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/ImportExport/Resources/importexport-2010-06-01.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kinesis/Enum/ShardIteratorType.php
(#26) Constant ShardIteratorType::AT_SEQUENCE_NUMBER is not documented
(#27) Constant ShardIteratorType::AFTER_SEQUENCE_NUMBER is not documented
(#28) Constant ShardIteratorType::TRIM_HORIZON is not documented
(#29) Constant ShardIteratorType::LATEST is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ShardIteratorType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ShardIteratorType does not have @license tag
(#21) Package is not specified for class ShardIteratorType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kinesis/Enum/StreamStatus.php
(#26) Constant StreamStatus::CREATING is not documented
(#27) Constant StreamStatus::DELETING is not documented
(#28) Constant StreamStatus::ACTIVE is not documented
(#29) Constant StreamStatus::UPDATING is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class StreamStatus does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class StreamStatus does not have @license tag
(#21) Package is not specified for class StreamStatus. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kinesis/Exception/ExpiredIteratorException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ExpiredIteratorException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ExpiredIteratorException does not have @license tag
(#19) Package is not specified for class ExpiredIteratorException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kinesis/Exception/InvalidArgumentException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidArgumentException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidArgumentException does not have @license tag
(#19) Package is not specified for class InvalidArgumentException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kinesis/Exception/KinesisException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class KinesisException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class KinesisException does not have @license tag
(#21) Package is not specified for class KinesisException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kinesis/Exception/LimitExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class LimitExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class LimitExceededException does not have @license tag
(#19) Package is not specified for class LimitExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kinesis/Exception/ProvisionedThroughputExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ProvisionedThroughputExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ProvisionedThroughputExceededException does not have @license tag
(#19) Package is not specified for class ProvisionedThroughputExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kinesis/Exception/ResourceInUseException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ResourceInUseException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ResourceInUseException does not have @license tag
(#19) Package is not specified for class ResourceInUseException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kinesis/Exception/ResourceNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ResourceNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ResourceNotFoundException does not have @license tag
(#19) Package is not specified for class ResourceNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kinesis/KinesisClient.php
(#75) Function KinesisClient::__call is not documented
(#53) Constant KinesisClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#27) Class KinesisClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#27) Class KinesisClient does not have @license tag
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#27) Package is not specified for class KinesisClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kinesis/Resources/kinesis-2013-12-02.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kms/Exception/KmsException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class KmsException does not have @copyright tag
(#7) Class KmsException does not have @license tag
(#7) Package is not specified for class KmsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kms/KmsClient.php
(#68) Constant KmsClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class KmsClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class KmsClient does not have @license tag
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#26) Package is not specified for class KmsClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Kms/Resources/kms-2014-11-01.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Lambda/Exception/LambdaException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class LambdaException does not have @copyright tag
(#7) Class LambdaException does not have @license tag
(#7) Package is not specified for class LambdaException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Lambda/LambdaClient.php
(#62) Constant LambdaClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#27) Class LambdaClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#27) Class LambdaClient does not have @license tag
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#27) Package is not specified for class LambdaClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Lambda/Resources/lambda-2014-11-11.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Lambda/Resources/lambda-2015-03-31.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/MachineLearning/Exception/MachineLearningException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class MachineLearningException does not have @copyright tag
(#7) Class MachineLearningException does not have @license tag
(#7) Package is not specified for class MachineLearningException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/MachineLearning/MachineLearningClient.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#47) Constant MachineLearningClient::LATEST_API_VERSION is not documented
(#13) Class MachineLearningClient does not have @copyright tag
(#13) Class MachineLearningClient does not have @license tag
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#16) Not recommended phpdocs tag @method used
(#13) Package is not specified for class MachineLearningClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/MachineLearning/PredictEndpointListener.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function PredictEndpointListener::getSubscribedEvents is not documented
(#9) Class PredictEndpointListener does not have @copyright tag
(#9) Class PredictEndpointListener does not have @license tag
(#9) Package is not specified for class PredictEndpointListener. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/MachineLearning/Resources/machinelearning-2014-12-12.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/OpsWorks/Enum/AppType.php
(#26) Constant AppType::TYPE_RAILS is not documented
(#27) Constant AppType::TYPE_PHP is not documented
(#28) Constant AppType::TYPE_NODEJS is not documented
(#29) Constant AppType::TYPE_STATIC is not documented
(#30) Constant AppType::TYPE_OTHER is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class AppType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class AppType does not have @license tag
(#21) Package is not specified for class AppType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/OpsWorks/Enum/Architecture.php
(#26) Constant Architecture::X86_64 is not documented
(#27) Constant Architecture::I386 is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class Architecture does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class Architecture does not have @license tag
(#21) Package is not specified for class Architecture. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/OpsWorks/Enum/AutoScalingType.php
(#26) Constant AutoScalingType::LOAD is not documented
(#27) Constant AutoScalingType::TIMER is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class AutoScalingType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class AutoScalingType does not have @license tag
(#21) Package is not specified for class AutoScalingType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/OpsWorks/Enum/DeploymentCommandName.php
(#26) Constant DeploymentCommandName::INSTALL_DEPENDENCIES is not documented
(#27) Constant DeploymentCommandName::UPDATE_DEPENDENCIES is not documented
(#28) Constant DeploymentCommandName::UPDATE_CUSTOM_COOKBOOKS is not documented
(#29) Constant DeploymentCommandName::EXECUTE_RECIPES is not documented
(#30) Constant DeploymentCommandName::DEPLOY is not documented
(#31) Constant DeploymentCommandName::ROLLBACK is not documented
(#32) Constant DeploymentCommandName::START is not documented
(#33) Constant DeploymentCommandName::STOP is not documented
(#34) Constant DeploymentCommandName::RESTART is not documented
(#35) Constant DeploymentCommandName::UNDEPLOY is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class DeploymentCommandName does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class DeploymentCommandName does not have @license tag
(#21) Package is not specified for class DeploymentCommandName. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/OpsWorks/Enum/LayerType.php
(#26) Constant LayerType::LB is not documented
(#27) Constant LayerType::WEB is not documented
(#28) Constant LayerType::PHP_APP is not documented
(#29) Constant LayerType::RAILS_APP is not documented
(#30) Constant LayerType::NODEJS_APP is not documented
(#31) Constant LayerType::MEMCACHED is not documented
(#32) Constant LayerType::DB_MASTER is not documented
(#33) Constant LayerType::MONITORING_MASTER is not documented
(#34) Constant LayerType::CUSTOM is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class LayerType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class LayerType does not have @license tag
(#21) Package is not specified for class LayerType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/OpsWorks/Enum/PermissionLevel.php
(#26) Constant PermissionLevel::DENY is not documented
(#27) Constant PermissionLevel::SHOW is not documented
(#28) Constant PermissionLevel::DEPLOY is not documented
(#29) Constant PermissionLevel::MANAGE is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class PermissionLevel does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class PermissionLevel does not have @license tag
(#21) Package is not specified for class PermissionLevel. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/OpsWorks/Enum/RootDeviceType.php
(#26) Constant RootDeviceType::EBS is not documented
(#27) Constant RootDeviceType::INSTANCE_STORE is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class RootDeviceType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class RootDeviceType does not have @license tag
(#21) Package is not specified for class RootDeviceType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/OpsWorks/Enum/SourceType.php
(#26) Constant SourceType::GIT is not documented
(#27) Constant SourceType::SVN is not documented
(#28) Constant SourceType::ARCHIVE is not documented
(#29) Constant SourceType::S3 is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class SourceType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class SourceType does not have @license tag
(#21) Package is not specified for class SourceType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/OpsWorks/Exception/OpsWorksException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class OpsWorksException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class OpsWorksException does not have @license tag
(#21) Package is not specified for class OpsWorksException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/OpsWorks/Exception/ResourceNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ResourceNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ResourceNotFoundException does not have @license tag
(#19) Package is not specified for class ResourceNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/OpsWorks/Exception/ValidationException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ValidationException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ValidationException does not have @license tag
(#19) Package is not specified for class ValidationException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/OpsWorks/OpsWorksClient.php
(#122) Constant OpsWorksClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#27) Class OpsWorksClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#27) Class OpsWorksClient does not have @license tag
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#27) Package is not specified for class OpsWorksClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/OpsWorks/Resources/opsworks-2013-02-18.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Enum/ApplyMethod.php
(#26) Constant ApplyMethod::IMMEDIATE is not documented
(#27) Constant ApplyMethod::PENDING_REBOOT is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ApplyMethod does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ApplyMethod does not have @license tag
(#21) Package is not specified for class ApplyMethod. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Enum/SourceType.php
(#26) Constant SourceType::DB_INSTANCE is not documented
(#27) Constant SourceType::DB_PARAMETER_GROUP is not documented
(#28) Constant SourceType::DB_SECURITY_GROUP is not documented
(#29) Constant SourceType::DB_SNAPSHOT is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class SourceType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class SourceType does not have @license tag
(#21) Package is not specified for class SourceType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/AuthorizationAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class AuthorizationAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class AuthorizationAlreadyExistsException does not have @license tag
(#19) Package is not specified for class AuthorizationAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/AuthorizationNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class AuthorizationNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class AuthorizationNotFoundException does not have @license tag
(#19) Package is not specified for class AuthorizationNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/AuthorizationQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class AuthorizationQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class AuthorizationQuotaExceededException does not have @license tag
(#19) Package is not specified for class AuthorizationQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBInstanceAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DBInstanceAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DBInstanceAlreadyExistsException does not have @license tag
(#19) Package is not specified for class DBInstanceAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBInstanceNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DBInstanceNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DBInstanceNotFoundException does not have @license tag
(#19) Package is not specified for class DBInstanceNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBParameterGroupAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DBParameterGroupAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DBParameterGroupAlreadyExistsException does not have @license tag
(#19) Package is not specified for class DBParameterGroupAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBParameterGroupNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DBParameterGroupNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DBParameterGroupNotFoundException does not have @license tag
(#19) Package is not specified for class DBParameterGroupNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBParameterGroupQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DBParameterGroupQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DBParameterGroupQuotaExceededException does not have @license tag
(#19) Package is not specified for class DBParameterGroupQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBSecurityGroupAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DBSecurityGroupAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DBSecurityGroupAlreadyExistsException does not have @license tag
(#19) Package is not specified for class DBSecurityGroupAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBSecurityGroupNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DBSecurityGroupNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DBSecurityGroupNotFoundException does not have @license tag
(#19) Package is not specified for class DBSecurityGroupNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBSecurityGroupNotSupportedException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DBSecurityGroupNotSupportedException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DBSecurityGroupNotSupportedException does not have @license tag
(#19) Package is not specified for class DBSecurityGroupNotSupportedException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBSecurityGroupQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DBSecurityGroupQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DBSecurityGroupQuotaExceededException does not have @license tag
(#19) Package is not specified for class DBSecurityGroupQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBSnapshotAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DBSnapshotAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DBSnapshotAlreadyExistsException does not have @license tag
(#19) Package is not specified for class DBSnapshotAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBSnapshotNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DBSnapshotNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DBSnapshotNotFoundException does not have @license tag
(#19) Package is not specified for class DBSnapshotNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBSubnetGroupAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DBSubnetGroupAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DBSubnetGroupAlreadyExistsException does not have @license tag
(#19) Package is not specified for class DBSubnetGroupAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBSubnetGroupDoesNotCoverEnoughAZsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DBSubnetGroupDoesNotCoverEnoughAZsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DBSubnetGroupDoesNotCoverEnoughAZsException does not have @license tag
(#19) Package is not specified for class DBSubnetGroupDoesNotCoverEnoughAZsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBSubnetGroupNotAllowedException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DBSubnetGroupNotAllowedException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DBSubnetGroupNotAllowedException does not have @license tag
(#19) Package is not specified for class DBSubnetGroupNotAllowedException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBSubnetGroupNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DBSubnetGroupNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DBSubnetGroupNotFoundException does not have @license tag
(#19) Package is not specified for class DBSubnetGroupNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBSubnetGroupQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DBSubnetGroupQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DBSubnetGroupQuotaExceededException does not have @license tag
(#19) Package is not specified for class DBSubnetGroupQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBSubnetQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DBSubnetQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DBSubnetQuotaExceededException does not have @license tag
(#19) Package is not specified for class DBSubnetQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/DBUpgradeDependencyFailureException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DBUpgradeDependencyFailureException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DBUpgradeDependencyFailureException does not have @license tag
(#19) Package is not specified for class DBUpgradeDependencyFailureException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/EventSubscriptionQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class EventSubscriptionQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class EventSubscriptionQuotaExceededException does not have @license tag
(#19) Package is not specified for class EventSubscriptionQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InstanceQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InstanceQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InstanceQuotaExceededException does not have @license tag
(#19) Package is not specified for class InstanceQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InsufficientDBInstanceCapacityException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InsufficientDBInstanceCapacityException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InsufficientDBInstanceCapacityException does not have @license tag
(#19) Package is not specified for class InsufficientDBInstanceCapacityException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InvalidDBInstanceStateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidDBInstanceStateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidDBInstanceStateException does not have @license tag
(#19) Package is not specified for class InvalidDBInstanceStateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InvalidDBParameterGroupStateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidDBParameterGroupStateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidDBParameterGroupStateException does not have @license tag
(#19) Package is not specified for class InvalidDBParameterGroupStateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InvalidDBSecurityGroupStateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidDBSecurityGroupStateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidDBSecurityGroupStateException does not have @license tag
(#19) Package is not specified for class InvalidDBSecurityGroupStateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InvalidDBSnapshotStateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidDBSnapshotStateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidDBSnapshotStateException does not have @license tag
(#19) Package is not specified for class InvalidDBSnapshotStateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InvalidDBSubnetGroupException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidDBSubnetGroupException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidDBSubnetGroupException does not have @license tag
(#19) Package is not specified for class InvalidDBSubnetGroupException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InvalidDBSubnetGroupStateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidDBSubnetGroupStateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidDBSubnetGroupStateException does not have @license tag
(#19) Package is not specified for class InvalidDBSubnetGroupStateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InvalidDBSubnetStateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidDBSubnetStateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidDBSubnetStateException does not have @license tag
(#19) Package is not specified for class InvalidDBSubnetStateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InvalidEventSubscriptionStateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidEventSubscriptionStateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidEventSubscriptionStateException does not have @license tag
(#19) Package is not specified for class InvalidEventSubscriptionStateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InvalidOptionGroupStateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidOptionGroupStateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidOptionGroupStateException does not have @license tag
(#19) Package is not specified for class InvalidOptionGroupStateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InvalidRestoreException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidRestoreException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidRestoreException does not have @license tag
(#19) Package is not specified for class InvalidRestoreException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InvalidSubnetException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidSubnetException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidSubnetException does not have @license tag
(#19) Package is not specified for class InvalidSubnetException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/InvalidVPCNetworkStateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidVPCNetworkStateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidVPCNetworkStateException does not have @license tag
(#19) Package is not specified for class InvalidVPCNetworkStateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/OptionGroupAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class OptionGroupAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class OptionGroupAlreadyExistsException does not have @license tag
(#19) Package is not specified for class OptionGroupAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/OptionGroupNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class OptionGroupNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class OptionGroupNotFoundException does not have @license tag
(#19) Package is not specified for class OptionGroupNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/OptionGroupQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class OptionGroupQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class OptionGroupQuotaExceededException does not have @license tag
(#19) Package is not specified for class OptionGroupQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/PointInTimeRestoreNotEnabledException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class PointInTimeRestoreNotEnabledException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class PointInTimeRestoreNotEnabledException does not have @license tag
(#19) Package is not specified for class PointInTimeRestoreNotEnabledException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/ProvisionedIopsNotAvailableInAZException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ProvisionedIopsNotAvailableInAZException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ProvisionedIopsNotAvailableInAZException does not have @license tag
(#19) Package is not specified for class ProvisionedIopsNotAvailableInAZException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/RdsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class RdsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class RdsException does not have @license tag
(#21) Package is not specified for class RdsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/ReservedDBInstanceAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ReservedDBInstanceAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ReservedDBInstanceAlreadyExistsException does not have @license tag
(#19) Package is not specified for class ReservedDBInstanceAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/ReservedDBInstanceNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ReservedDBInstanceNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ReservedDBInstanceNotFoundException does not have @license tag
(#19) Package is not specified for class ReservedDBInstanceNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/ReservedDBInstanceQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ReservedDBInstanceQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ReservedDBInstanceQuotaExceededException does not have @license tag
(#19) Package is not specified for class ReservedDBInstanceQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/ReservedDBInstancesOfferingNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ReservedDBInstancesOfferingNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ReservedDBInstancesOfferingNotFoundException does not have @license tag
(#19) Package is not specified for class ReservedDBInstancesOfferingNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/SNSInvalidTopicException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SNSInvalidTopicException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SNSInvalidTopicException does not have @license tag
(#19) Package is not specified for class SNSInvalidTopicException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/SNSNoAuthorizationException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SNSNoAuthorizationException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SNSNoAuthorizationException does not have @license tag
(#19) Package is not specified for class SNSNoAuthorizationException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/SNSTopicArnNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SNSTopicArnNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SNSTopicArnNotFoundException does not have @license tag
(#19) Package is not specified for class SNSTopicArnNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/SnapshotQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SnapshotQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SnapshotQuotaExceededException does not have @license tag
(#19) Package is not specified for class SnapshotQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/SourceNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SourceNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SourceNotFoundException does not have @license tag
(#19) Package is not specified for class SourceNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/StorageQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class StorageQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class StorageQuotaExceededException does not have @license tag
(#19) Package is not specified for class StorageQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/SubnetAlreadyInUseException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SubnetAlreadyInUseException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SubnetAlreadyInUseException does not have @license tag
(#19) Package is not specified for class SubnetAlreadyInUseException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/SubscriptionAlreadyExistException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SubscriptionAlreadyExistException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SubscriptionAlreadyExistException does not have @license tag
(#19) Package is not specified for class SubscriptionAlreadyExistException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/SubscriptionCategoryNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SubscriptionCategoryNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SubscriptionCategoryNotFoundException does not have @license tag
(#19) Package is not specified for class SubscriptionCategoryNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Exception/SubscriptionNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SubscriptionNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SubscriptionNotFoundException does not have @license tag
(#19) Package is not specified for class SubscriptionNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/RdsClient.php
(#114) Constant RdsClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class RdsClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class RdsClient does not have @license tag
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#26) Package is not specified for class RdsClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Rds/Resources/rds-2014-10-31.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Enum/SourceType.php
(#26) Constant SourceType::CLUSTER is not documented
(#27) Constant SourceType::CLUSTER_PARAMETER_GROUP is not documented
(#28) Constant SourceType::CLUSTER_SECURITY_GROUP is not documented
(#29) Constant SourceType::CLUSTER_SNAPSHOT is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class SourceType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class SourceType does not have @license tag
(#21) Package is not specified for class SourceType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/AccessToSnapshotDeniedException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class AccessToSnapshotDeniedException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class AccessToSnapshotDeniedException does not have @license tag
(#19) Package is not specified for class AccessToSnapshotDeniedException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/AuthorizationAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class AuthorizationAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class AuthorizationAlreadyExistsException does not have @license tag
(#19) Package is not specified for class AuthorizationAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/AuthorizationNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class AuthorizationNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class AuthorizationNotFoundException does not have @license tag
(#19) Package is not specified for class AuthorizationNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/AuthorizationQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class AuthorizationQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class AuthorizationQuotaExceededException does not have @license tag
(#19) Package is not specified for class AuthorizationQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/BucketNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class BucketNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class BucketNotFoundException does not have @license tag
(#19) Package is not specified for class BucketNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ClusterAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ClusterAlreadyExistsException does not have @license tag
(#19) Package is not specified for class ClusterAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ClusterNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ClusterNotFoundException does not have @license tag
(#19) Package is not specified for class ClusterNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterParameterGroupAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ClusterParameterGroupAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ClusterParameterGroupAlreadyExistsException does not have @license tag
(#19) Package is not specified for class ClusterParameterGroupAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterParameterGroupNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ClusterParameterGroupNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ClusterParameterGroupNotFoundException does not have @license tag
(#19) Package is not specified for class ClusterParameterGroupNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterParameterGroupQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ClusterParameterGroupQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ClusterParameterGroupQuotaExceededException does not have @license tag
(#19) Package is not specified for class ClusterParameterGroupQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ClusterQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ClusterQuotaExceededException does not have @license tag
(#19) Package is not specified for class ClusterQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterSecurityGroupAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ClusterSecurityGroupAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ClusterSecurityGroupAlreadyExistsException does not have @license tag
(#19) Package is not specified for class ClusterSecurityGroupAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterSecurityGroupNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ClusterSecurityGroupNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ClusterSecurityGroupNotFoundException does not have @license tag
(#19) Package is not specified for class ClusterSecurityGroupNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterSecurityGroupQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ClusterSecurityGroupQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ClusterSecurityGroupQuotaExceededException does not have @license tag
(#19) Package is not specified for class ClusterSecurityGroupQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterSnapshotAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ClusterSnapshotAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ClusterSnapshotAlreadyExistsException does not have @license tag
(#19) Package is not specified for class ClusterSnapshotAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterSnapshotNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ClusterSnapshotNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ClusterSnapshotNotFoundException does not have @license tag
(#19) Package is not specified for class ClusterSnapshotNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterSnapshotQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ClusterSnapshotQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ClusterSnapshotQuotaExceededException does not have @license tag
(#19) Package is not specified for class ClusterSnapshotQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterSubnetGroupAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ClusterSubnetGroupAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ClusterSubnetGroupAlreadyExistsException does not have @license tag
(#19) Package is not specified for class ClusterSubnetGroupAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterSubnetGroupNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ClusterSubnetGroupNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ClusterSubnetGroupNotFoundException does not have @license tag
(#19) Package is not specified for class ClusterSubnetGroupNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterSubnetGroupQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ClusterSubnetGroupQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ClusterSubnetGroupQuotaExceededException does not have @license tag
(#19) Package is not specified for class ClusterSubnetGroupQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ClusterSubnetQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ClusterSubnetQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ClusterSubnetQuotaExceededException does not have @license tag
(#19) Package is not specified for class ClusterSubnetQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/CopyToRegionDisabledException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class CopyToRegionDisabledException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class CopyToRegionDisabledException does not have @license tag
(#19) Package is not specified for class CopyToRegionDisabledException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/EventSubscriptionQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class EventSubscriptionQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class EventSubscriptionQuotaExceededException does not have @license tag
(#19) Package is not specified for class EventSubscriptionQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/HsmClientCertificateAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class HsmClientCertificateAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class HsmClientCertificateAlreadyExistsException does not have @license tag
(#19) Package is not specified for class HsmClientCertificateAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/HsmClientCertificateNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class HsmClientCertificateNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class HsmClientCertificateNotFoundException does not have @license tag
(#19) Package is not specified for class HsmClientCertificateNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/HsmClientCertificateQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class HsmClientCertificateQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class HsmClientCertificateQuotaExceededException does not have @license tag
(#19) Package is not specified for class HsmClientCertificateQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/HsmConfigurationAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class HsmConfigurationAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class HsmConfigurationAlreadyExistsException does not have @license tag
(#19) Package is not specified for class HsmConfigurationAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/HsmConfigurationNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class HsmConfigurationNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class HsmConfigurationNotFoundException does not have @license tag
(#19) Package is not specified for class HsmConfigurationNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/HsmConfigurationQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class HsmConfigurationQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class HsmConfigurationQuotaExceededException does not have @license tag
(#19) Package is not specified for class HsmConfigurationQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/IncompatibleOrderableOptionsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class IncompatibleOrderableOptionsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class IncompatibleOrderableOptionsException does not have @license tag
(#19) Package is not specified for class IncompatibleOrderableOptionsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InsufficientClusterCapacityException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InsufficientClusterCapacityException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InsufficientClusterCapacityException does not have @license tag
(#19) Package is not specified for class InsufficientClusterCapacityException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InsufficientS3BucketPolicyFaultException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InsufficientS3BucketPolicyFaultException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InsufficientS3BucketPolicyFaultException does not have @license tag
(#19) Package is not specified for class InsufficientS3BucketPolicyFaultException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidClusterParameterGroupStateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidClusterParameterGroupStateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidClusterParameterGroupStateException does not have @license tag
(#19) Package is not specified for class InvalidClusterParameterGroupStateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidClusterSecurityGroupStateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidClusterSecurityGroupStateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidClusterSecurityGroupStateException does not have @license tag
(#19) Package is not specified for class InvalidClusterSecurityGroupStateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidClusterSnapshotStateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidClusterSnapshotStateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidClusterSnapshotStateException does not have @license tag
(#19) Package is not specified for class InvalidClusterSnapshotStateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidClusterStateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidClusterStateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidClusterStateException does not have @license tag
(#19) Package is not specified for class InvalidClusterStateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidClusterSubnetGroupStateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidClusterSubnetGroupStateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidClusterSubnetGroupStateException does not have @license tag
(#19) Package is not specified for class InvalidClusterSubnetGroupStateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidClusterSubnetStateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidClusterSubnetStateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidClusterSubnetStateException does not have @license tag
(#19) Package is not specified for class InvalidClusterSubnetStateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidElasticIpException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidElasticIpException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidElasticIpException does not have @license tag
(#19) Package is not specified for class InvalidElasticIpException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidHsmClientCertificateStateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidHsmClientCertificateStateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidHsmClientCertificateStateException does not have @license tag
(#19) Package is not specified for class InvalidHsmClientCertificateStateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidHsmConfigurationStateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidHsmConfigurationStateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidHsmConfigurationStateException does not have @license tag
(#19) Package is not specified for class InvalidHsmConfigurationStateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidRestoreException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidRestoreException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidRestoreException does not have @license tag
(#19) Package is not specified for class InvalidRestoreException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidS3BucketNameFaultException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidS3BucketNameFaultException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidS3BucketNameFaultException does not have @license tag
(#19) Package is not specified for class InvalidS3BucketNameFaultException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidS3KeyPrefixFaultException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidS3KeyPrefixFaultException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidS3KeyPrefixFaultException does not have @license tag
(#19) Package is not specified for class InvalidS3KeyPrefixFaultException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidSubnetException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidSubnetException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidSubnetException does not have @license tag
(#19) Package is not specified for class InvalidSubnetException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/InvalidVPCNetworkStateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidVPCNetworkStateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidVPCNetworkStateException does not have @license tag
(#19) Package is not specified for class InvalidVPCNetworkStateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/NumberOfNodesPerClusterLimitExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NumberOfNodesPerClusterLimitExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NumberOfNodesPerClusterLimitExceededException does not have @license tag
(#19) Package is not specified for class NumberOfNodesPerClusterLimitExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/NumberOfNodesQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NumberOfNodesQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NumberOfNodesQuotaExceededException does not have @license tag
(#19) Package is not specified for class NumberOfNodesQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/RedshiftException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class RedshiftException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class RedshiftException does not have @license tag
(#21) Package is not specified for class RedshiftException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ReservedNodeAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ReservedNodeAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ReservedNodeAlreadyExistsException does not have @license tag
(#19) Package is not specified for class ReservedNodeAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ReservedNodeNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ReservedNodeNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ReservedNodeNotFoundException does not have @license tag
(#19) Package is not specified for class ReservedNodeNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ReservedNodeOfferingNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ReservedNodeOfferingNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ReservedNodeOfferingNotFoundException does not have @license tag
(#19) Package is not specified for class ReservedNodeOfferingNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ReservedNodeQuotaExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ReservedNodeQuotaExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ReservedNodeQuotaExceededException does not have @license tag
(#19) Package is not specified for class ReservedNodeQuotaExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/ResizeNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ResizeNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ResizeNotFoundException does not have @license tag
(#19) Package is not specified for class ResizeNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/SNSInvalidTopicException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SNSInvalidTopicException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SNSInvalidTopicException does not have @license tag
(#19) Package is not specified for class SNSInvalidTopicException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/SNSNoAuthorizationException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SNSNoAuthorizationException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SNSNoAuthorizationException does not have @license tag
(#19) Package is not specified for class SNSNoAuthorizationException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/SNSTopicArnNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SNSTopicArnNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SNSTopicArnNotFoundException does not have @license tag
(#19) Package is not specified for class SNSTopicArnNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/SnapshotCopyAlreadyDisabledException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SnapshotCopyAlreadyDisabledException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SnapshotCopyAlreadyDisabledException does not have @license tag
(#19) Package is not specified for class SnapshotCopyAlreadyDisabledException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/SnapshotCopyAlreadyEnabledException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SnapshotCopyAlreadyEnabledException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SnapshotCopyAlreadyEnabledException does not have @license tag
(#19) Package is not specified for class SnapshotCopyAlreadyEnabledException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/SnapshotCopyDisabledException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SnapshotCopyDisabledException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SnapshotCopyDisabledException does not have @license tag
(#19) Package is not specified for class SnapshotCopyDisabledException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/SourceNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SourceNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SourceNotFoundException does not have @license tag
(#19) Package is not specified for class SourceNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/SubnetAlreadyInUseException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SubnetAlreadyInUseException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SubnetAlreadyInUseException does not have @license tag
(#19) Package is not specified for class SubnetAlreadyInUseException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/SubscriptionAlreadyExistException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SubscriptionAlreadyExistException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SubscriptionAlreadyExistException does not have @license tag
(#19) Package is not specified for class SubscriptionAlreadyExistException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/SubscriptionCategoryNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SubscriptionCategoryNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SubscriptionCategoryNotFoundException does not have @license tag
(#19) Package is not specified for class SubscriptionCategoryNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/SubscriptionEventIdNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SubscriptionEventIdNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SubscriptionEventIdNotFoundException does not have @license tag
(#19) Package is not specified for class SubscriptionEventIdNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/SubscriptionNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SubscriptionNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SubscriptionNotFoundException does not have @license tag
(#19) Package is not specified for class SubscriptionNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/SubscriptionSeverityNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SubscriptionSeverityNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SubscriptionSeverityNotFoundException does not have @license tag
(#19) Package is not specified for class SubscriptionSeverityNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/UnauthorizedOperationException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class UnauthorizedOperationException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class UnauthorizedOperationException does not have @license tag
(#19) Package is not specified for class UnauthorizedOperationException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/UnknownSnapshotCopyRegionException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class UnknownSnapshotCopyRegionException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class UnknownSnapshotCopyRegionException does not have @license tag
(#19) Package is not specified for class UnknownSnapshotCopyRegionException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Exception/UnsupportedOptionException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class UnsupportedOptionException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class UnsupportedOptionException does not have @license tag
(#19) Package is not specified for class UnsupportedOptionException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/RedshiftClient.php
(#112) Constant RedshiftClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class RedshiftClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class RedshiftClient does not have @license tag
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#26) Package is not specified for class RedshiftClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Redshift/Resources/redshift-2012-12-01.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Enum/Action.php
(#26) Constant Action::CREATE is not documented
(#27) Constant Action::DELETE is not documented
(#28) Constant Action::UPSERT is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class Action does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class Action does not have @license tag
(#21) Package is not specified for class Action. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Enum/HealthCheckType.php
(#26) Constant HealthCheckType::HTTP is not documented
(#27) Constant HealthCheckType::HTTPS is not documented
(#28) Constant HealthCheckType::HTTP_STR_MATCH is not documented
(#29) Constant HealthCheckType::HTTPS_STR_MATCH is not documented
(#30) Constant HealthCheckType::TCP is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class HealthCheckType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class HealthCheckType does not have @license tag
(#21) Package is not specified for class HealthCheckType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Enum/RecordType.php
(#26) Constant RecordType::SOA is not documented
(#27) Constant RecordType::A is not documented
(#28) Constant RecordType::TXT is not documented
(#29) Constant RecordType::NS is not documented
(#30) Constant RecordType::CNAME is not documented
(#31) Constant RecordType::MX is not documented
(#32) Constant RecordType::PTR is not documented
(#33) Constant RecordType::SRV is not documented
(#34) Constant RecordType::SPF is not documented
(#35) Constant RecordType::AAAA is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class RecordType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class RecordType does not have @license tag
(#21) Package is not specified for class RecordType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Enum/ResourceRecordSetFailover.php
(#26) Constant ResourceRecordSetFailover::PRIMARY is not documented
(#27) Constant ResourceRecordSetFailover::SECONDARY is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ResourceRecordSetFailover does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ResourceRecordSetFailover does not have @license tag
(#21) Package is not specified for class ResourceRecordSetFailover. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Enum/Status.php
(#26) Constant Status::PENDING is not documented
(#27) Constant Status::INSYNC is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class Status does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class Status does not have @license tag
(#21) Package is not specified for class Status. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/DelegationSetNotAvailableException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DelegationSetNotAvailableException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DelegationSetNotAvailableException does not have @license tag
(#19) Package is not specified for class DelegationSetNotAvailableException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/HealthCheckAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class HealthCheckAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class HealthCheckAlreadyExistsException does not have @license tag
(#19) Package is not specified for class HealthCheckAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/HealthCheckInUseException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class HealthCheckInUseException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class HealthCheckInUseException does not have @license tag
(#19) Package is not specified for class HealthCheckInUseException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/HostedZoneAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class HostedZoneAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class HostedZoneAlreadyExistsException does not have @license tag
(#19) Package is not specified for class HostedZoneAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/HostedZoneNotEmptyException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class HostedZoneNotEmptyException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class HostedZoneNotEmptyException does not have @license tag
(#19) Package is not specified for class HostedZoneNotEmptyException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/IncompatibleVersionException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class IncompatibleVersionException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class IncompatibleVersionException does not have @license tag
(#19) Package is not specified for class IncompatibleVersionException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/InvalidChangeBatchException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidChangeBatchException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidChangeBatchException does not have @license tag
(#19) Package is not specified for class InvalidChangeBatchException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/InvalidDomainNameException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidDomainNameException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidDomainNameException does not have @license tag
(#19) Package is not specified for class InvalidDomainNameException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/InvalidInputException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidInputException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidInputException does not have @license tag
(#19) Package is not specified for class InvalidInputException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/NoSuchChangeException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NoSuchChangeException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NoSuchChangeException does not have @license tag
(#19) Package is not specified for class NoSuchChangeException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/NoSuchHealthCheckException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NoSuchHealthCheckException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NoSuchHealthCheckException does not have @license tag
(#19) Package is not specified for class NoSuchHealthCheckException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/NoSuchHostedZoneException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NoSuchHostedZoneException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NoSuchHostedZoneException does not have @license tag
(#19) Package is not specified for class NoSuchHostedZoneException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/PriorRequestNotCompleteException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class PriorRequestNotCompleteException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class PriorRequestNotCompleteException does not have @license tag
(#19) Package is not specified for class PriorRequestNotCompleteException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/Route53Exception.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class Route53Exception does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class Route53Exception does not have @license tag
(#21) Package is not specified for class Route53Exception. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/TooManyHealthChecksException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TooManyHealthChecksException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TooManyHealthChecksException does not have @license tag
(#19) Package is not specified for class TooManyHealthChecksException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Exception/TooManyHostedZonesException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TooManyHostedZonesException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TooManyHostedZonesException does not have @license tag
(#19) Package is not specified for class TooManyHostedZonesException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Resources/route53-2013-04-01.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53/Route53Client.php
(#70) Constant Route53Client::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#28) Class Route53Client does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#28) Class Route53Client does not have @license tag
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#31) Not recommended phpdocs tag @method used
(#28) Package is not specified for class Route53Client. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53Domains/Exception/Route53DomainsException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class Route53DomainsException does not have @copyright tag
(#7) Class Route53DomainsException does not have @license tag
(#7) Package is not specified for class Route53DomainsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53Domains/Resources/route53domains-2014-05-15.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Route53Domains/Route53DomainsClient.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#37) Function Route53DomainsClient::factory is not documented
(#35) Constant Route53DomainsClient::LATEST_API_VERSION is not documented
(#11) Class Route53DomainsClient does not have @copyright tag
(#11) Class Route53DomainsClient does not have @license tag
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#14) Not recommended phpdocs tag @method used
(#11) Package is not specified for class Route53DomainsClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/AcpListener.php
(#2) File-level phpdocs block does not have @copyright tag
(#24) Class AcpListener does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#24) Class AcpListener does not have @license tag
(#24) Package is not specified for class AcpListener. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/BucketStyleListener.php
(#29) Function BucketStyleListener::getSubscribedEvents is not documented
(#27) Variable BucketStyleListener::$exclusions is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#22) Class BucketStyleListener does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#22) Class BucketStyleListener does not have @license tag
(#22) Package is not specified for class BucketStyleListener. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Command/S3Command.php
(#23) No one-line description found in phpdocs for class S3Command
(#2) File-level phpdocs block does not have @copyright tag
(#23) Class S3Command does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#23) Class S3Command does not have @license tag
(#23) Package is not specified for class S3Command. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/CannedAcl.php
(#26) Constant CannedAcl::PRIVATE_ACCESS is not documented
(#27) Constant CannedAcl::PUBLIC_READ is not documented
(#28) Constant CannedAcl::PUBLIC_READ_WRITE is not documented
(#29) Constant CannedAcl::AUTHENTICATED_READ is not documented
(#30) Constant CannedAcl::BUCKET_OWNER_READ is not documented
(#31) Constant CannedAcl::BUCKET_OWNER_FULL_CONTROL is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class CannedAcl does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class CannedAcl does not have @license tag
(#21) Package is not specified for class CannedAcl. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/EncodingType.php
(#26) Constant EncodingType::URL is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class EncodingType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class EncodingType does not have @license tag
(#21) Package is not specified for class EncodingType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Event.php
(#26) Constant Event::REDUCED_REDUNDANCY_LOST_OBJECT is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class Event does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class Event does not have @license tag
(#21) Package is not specified for class Event. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/GranteeType.php
(#26) Constant GranteeType::USER is not documented
(#27) Constant GranteeType::EMAIL is not documented
(#28) Constant GranteeType::GROUP is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class GranteeType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class GranteeType does not have @license tag
(#21) Package is not specified for class GranteeType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php
(#26) Constant Group::AUTHENTICATED_USERS is not documented
(#27) Constant Group::ALL_USERS is not documented
(#28) Constant Group::LOG_DELIVERY is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class Group does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class Group does not have @license tag
(#21) Package is not specified for class Group. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MFADelete.php
(#26) Constant MFADelete::ENABLED is not documented
(#27) Constant MFADelete::DISABLED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class MFADelete does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class MFADelete does not have @license tag
(#21) Package is not specified for class MFADelete. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MetadataDirective.php
(#26) Constant MetadataDirective::COPY is not documented
(#27) Constant MetadataDirective::REPLACE is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class MetadataDirective does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class MetadataDirective does not have @license tag
(#21) Package is not specified for class MetadataDirective. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Payer.php
(#26) Constant Payer::REQUESTER is not documented
(#27) Constant Payer::BUCKET_OWNER is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class Payer does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class Payer does not have @license tag
(#21) Package is not specified for class Payer. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Permission.php
(#26) Constant Permission::FULL_CONTROL is not documented
(#27) Constant Permission::WRITE is not documented
(#28) Constant Permission::WRITE_ACP is not documented
(#29) Constant Permission::READ is not documented
(#30) Constant Permission::READ_ACP is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class Permission does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class Permission does not have @license tag
(#21) Package is not specified for class Permission. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Protocol.php
(#26) Constant Protocol::HTTP is not documented
(#27) Constant Protocol::HTTPS is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class Protocol does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class Protocol does not have @license tag
(#21) Package is not specified for class Protocol. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/ServerSideEncryption.php
(#26) Constant ServerSideEncryption::AES256 is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ServerSideEncryption does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ServerSideEncryption does not have @license tag
(#21) Package is not specified for class ServerSideEncryption. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Status.php
(#26) Constant Status::ENABLED is not documented
(#27) Constant Status::SUSPENDED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class Status does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class Status does not have @license tag
(#21) Package is not specified for class Status. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Storage.php
(#26) Constant Storage::STANDARD is not documented
(#27) Constant Storage::REDUCED is not documented
(#28) Constant Storage::GLACIER is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class Storage does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class Storage does not have @license tag
(#21) Package is not specified for class Storage. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/StorageClass.php
(#26) Constant StorageClass::STANDARD is not documented
(#27) Constant StorageClass::REDUCED_REDUNDANCY is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class StorageClass does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class StorageClass does not have @license tag
(#21) Package is not specified for class StorageClass. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccessDeniedException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class AccessDeniedException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class AccessDeniedException does not have @license tag
(#19) Package is not specified for class AccessDeniedException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccountProblemException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class AccountProblemException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class AccountProblemException does not have @license tag
(#19) Package is not specified for class AccountProblemException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class AmbiguousGrantByEmailAddressException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class AmbiguousGrantByEmailAddressException does not have @license tag
(#19) Package is not specified for class AmbiguousGrantByEmailAddressException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BadDigestException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class BadDigestException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class BadDigestException does not have @license tag
(#19) Package is not specified for class BadDigestException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class BucketAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class BucketAlreadyExistsException does not have @license tag
(#19) Package is not specified for class BucketAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class BucketAlreadyOwnedByYouException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class BucketAlreadyOwnedByYouException does not have @license tag
(#19) Package is not specified for class BucketAlreadyOwnedByYouException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketNotEmptyException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class BucketNotEmptyException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class BucketNotEmptyException does not have @license tag
(#19) Package is not specified for class BucketNotEmptyException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CredentialsNotSupportedException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class CredentialsNotSupportedException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class CredentialsNotSupportedException does not have @license tag
(#19) Package is not specified for class CredentialsNotSupportedException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class CrossLocationLoggingProhibitedException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class CrossLocationLoggingProhibitedException does not have @license tag
(#19) Package is not specified for class CrossLocationLoggingProhibitedException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/DeleteMultipleObjectsException.php
(#29) There is no description in phpdocs for function __construct
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DeleteMultipleObjectsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DeleteMultipleObjectsException does not have @license tag
(#19) Package is not specified for class DeleteMultipleObjectsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooLargeException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class EntityTooLargeException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class EntityTooLargeException does not have @license tag
(#19) Package is not specified for class EntityTooLargeException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooSmallException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class EntityTooSmallException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class EntityTooSmallException does not have @license tag
(#19) Package is not specified for class EntityTooSmallException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ExpiredTokenException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ExpiredTokenException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ExpiredTokenException does not have @license tag
(#19) Package is not specified for class ExpiredTokenException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IllegalVersioningConfigurationException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class IllegalVersioningConfigurationException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class IllegalVersioningConfigurationException does not have @license tag
(#19) Package is not specified for class IllegalVersioningConfigurationException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncompleteBodyException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class IncompleteBodyException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class IncompleteBodyException does not have @license tag
(#19) Package is not specified for class IncompleteBodyException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncorrectNumberOfFilesInPostRequestException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class IncorrectNumberOfFilesInPostRequestException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class IncorrectNumberOfFilesInPostRequestException does not have @license tag
(#19) Package is not specified for class IncorrectNumberOfFilesInPostRequestException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InlineDataTooLargeException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InlineDataTooLargeException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InlineDataTooLargeException does not have @license tag
(#19) Package is not specified for class InlineDataTooLargeException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InternalErrorException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InternalErrorException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InternalErrorException does not have @license tag
(#19) Package is not specified for class InternalErrorException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAccessKeyIdException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidAccessKeyIdException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidAccessKeyIdException does not have @license tag
(#19) Package is not specified for class InvalidAccessKeyIdException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAddressingHeaderException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidAddressingHeaderException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidAddressingHeaderException does not have @license tag
(#19) Package is not specified for class InvalidAddressingHeaderException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidArgumentException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidArgumentException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidArgumentException does not have @license tag
(#19) Package is not specified for class InvalidArgumentException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketNameException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidBucketNameException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidBucketNameException does not have @license tag
(#19) Package is not specified for class InvalidBucketNameException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketStateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidBucketStateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidBucketStateException does not have @license tag
(#19) Package is not specified for class InvalidBucketStateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidDigestException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidDigestException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidDigestException does not have @license tag
(#19) Package is not specified for class InvalidDigestException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidLocationConstraintException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidLocationConstraintException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidLocationConstraintException does not have @license tag
(#19) Package is not specified for class InvalidLocationConstraintException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidPartException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidPartException does not have @license tag
(#19) Package is not specified for class InvalidPartException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartOrderException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidPartOrderException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidPartOrderException does not have @license tag
(#19) Package is not specified for class InvalidPartOrderException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPayerException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidPayerException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidPayerException does not have @license tag
(#19) Package is not specified for class InvalidPayerException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPolicyDocumentException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidPolicyDocumentException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidPolicyDocumentException does not have @license tag
(#19) Package is not specified for class InvalidPolicyDocumentException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRangeException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidRangeException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidRangeException does not have @license tag
(#19) Package is not specified for class InvalidRangeException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRequestException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidRequestException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidRequestException does not have @license tag
(#19) Package is not specified for class InvalidRequestException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSOAPRequestException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidSOAPRequestException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidSOAPRequestException does not have @license tag
(#19) Package is not specified for class InvalidSOAPRequestException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSecurityException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidSecurityException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidSecurityException does not have @license tag
(#19) Package is not specified for class InvalidSecurityException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidStorageClassException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidStorageClassException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidStorageClassException does not have @license tag
(#19) Package is not specified for class InvalidStorageClassException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTagErrorException.php
(#19) No one-line description found in phpdocs for class InvalidTagErrorException
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidTagErrorException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidTagErrorException does not have @license tag
(#19) Package is not specified for class InvalidTagErrorException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTargetBucketForLoggingException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidTargetBucketForLoggingException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidTargetBucketForLoggingException does not have @license tag
(#19) Package is not specified for class InvalidTargetBucketForLoggingException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTokenException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidTokenException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidTokenException does not have @license tag
(#19) Package is not specified for class InvalidTokenException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidURIException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidURIException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidURIException does not have @license tag
(#19) Package is not specified for class InvalidURIException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/KeyTooLongException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class KeyTooLongException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class KeyTooLongException does not have @license tag
(#19) Package is not specified for class KeyTooLongException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedACLErrorException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MalformedACLErrorException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MalformedACLErrorException does not have @license tag
(#19) Package is not specified for class MalformedACLErrorException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedPOSTRequestException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MalformedPOSTRequestException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MalformedPOSTRequestException does not have @license tag
(#19) Package is not specified for class MalformedPOSTRequestException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedXMLException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MalformedXMLException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MalformedXMLException does not have @license tag
(#19) Package is not specified for class MalformedXMLException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxMessageLengthExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MaxMessageLengthExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MaxMessageLengthExceededException does not have @license tag
(#19) Package is not specified for class MaxMessageLengthExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MaxPostPreDataLengthExceededErrorException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MaxPostPreDataLengthExceededErrorException does not have @license tag
(#19) Package is not specified for class MaxPostPreDataLengthExceededErrorException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MetadataTooLargeException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MetadataTooLargeException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MetadataTooLargeException does not have @license tag
(#19) Package is not specified for class MetadataTooLargeException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MethodNotAllowedException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MethodNotAllowedException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MethodNotAllowedException does not have @license tag
(#19) Package is not specified for class MethodNotAllowedException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingAttachmentException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MissingAttachmentException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MissingAttachmentException does not have @license tag
(#19) Package is not specified for class MissingAttachmentException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingContentLengthException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MissingContentLengthException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MissingContentLengthException does not have @license tag
(#19) Package is not specified for class MissingContentLengthException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingRequestBodyErrorException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MissingRequestBodyErrorException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MissingRequestBodyErrorException does not have @license tag
(#19) Package is not specified for class MissingRequestBodyErrorException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityElementException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MissingSecurityElementException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MissingSecurityElementException does not have @license tag
(#19) Package is not specified for class MissingSecurityElementException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityHeaderException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MissingSecurityHeaderException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MissingSecurityHeaderException does not have @license tag
(#19) Package is not specified for class MissingSecurityHeaderException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoLoggingStatusForKeyException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NoLoggingStatusForKeyException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NoLoggingStatusForKeyException does not have @license tag
(#19) Package is not specified for class NoLoggingStatusForKeyException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NoSuchBucketException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NoSuchBucketException does not have @license tag
(#19) Package is not specified for class NoSuchBucketException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketPolicyException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NoSuchBucketPolicyException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NoSuchBucketPolicyException does not have @license tag
(#19) Package is not specified for class NoSuchBucketPolicyException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchCORSConfigurationException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NoSuchCORSConfigurationException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NoSuchCORSConfigurationException does not have @license tag
(#19) Package is not specified for class NoSuchCORSConfigurationException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchKeyException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NoSuchKeyException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NoSuchKeyException does not have @license tag
(#19) Package is not specified for class NoSuchKeyException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchLifecycleConfigurationException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NoSuchLifecycleConfigurationException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NoSuchLifecycleConfigurationException does not have @license tag
(#19) Package is not specified for class NoSuchLifecycleConfigurationException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NoSuchTagSetException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NoSuchTagSetException does not have @license tag
(#19) Package is not specified for class NoSuchTagSetException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchUploadException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NoSuchUploadException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NoSuchUploadException does not have @license tag
(#19) Package is not specified for class NoSuchUploadException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchVersionException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NoSuchVersionException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NoSuchVersionException does not have @license tag
(#19) Package is not specified for class NoSuchVersionException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NoSuchWebsiteConfigurationException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NoSuchWebsiteConfigurationException does not have @license tag
(#19) Package is not specified for class NoSuchWebsiteConfigurationException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotImplementedException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NotImplementedException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NotImplementedException does not have @license tag
(#19) Package is not specified for class NotImplementedException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NotSignedUpException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NotSignedUpException does not have @license tag
(#19) Package is not specified for class NotSignedUpException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSuchBucketPolicyException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NotSuchBucketPolicyException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NotSuchBucketPolicyException does not have @license tag
(#19) Package is not specified for class NotSuchBucketPolicyException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectAlreadyInActiveTierErrorException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ObjectAlreadyInActiveTierErrorException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ObjectAlreadyInActiveTierErrorException does not have @license tag
(#19) Package is not specified for class ObjectAlreadyInActiveTierErrorException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ObjectNotInActiveTierErrorException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ObjectNotInActiveTierErrorException does not have @license tag
(#19) Package is not specified for class ObjectNotInActiveTierErrorException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/OperationAbortedException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class OperationAbortedException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class OperationAbortedException does not have @license tag
(#19) Package is not specified for class OperationAbortedException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/Parser/S3ExceptionParser.php
(#28) Phpdocs for function S3ExceptionParser::parse has incomplete parameters list
(#45) Phpdocs for function S3ExceptionParser::parseHeaders has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#23) Class S3ExceptionParser does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#23) Class S3ExceptionParser does not have @license tag
(#23) Package is not specified for class S3ExceptionParser. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PermanentRedirectException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class PermanentRedirectException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class PermanentRedirectException does not have @license tag
(#19) Package is not specified for class PermanentRedirectException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PreconditionFailedException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class PreconditionFailedException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class PreconditionFailedException does not have @license tag
(#19) Package is not specified for class PreconditionFailedException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RedirectException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class RedirectException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class RedirectException does not have @license tag
(#19) Package is not specified for class RedirectException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestIsNotMultiPartContentException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class RequestIsNotMultiPartContentException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class RequestIsNotMultiPartContentException does not have @license tag
(#19) Package is not specified for class RequestIsNotMultiPartContentException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeTooSkewedException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class RequestTimeTooSkewedException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class RequestTimeTooSkewedException does not have @license tag
(#19) Package is not specified for class RequestTimeTooSkewedException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeoutException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class RequestTimeoutException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class RequestTimeoutException does not have @license tag
(#19) Package is not specified for class RequestTimeoutException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class RequestTorrentOfBucketErrorException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class RequestTorrentOfBucketErrorException does not have @license tag
(#19) Package is not specified for class RequestTorrentOfBucketErrorException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/S3Exception.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class S3Exception does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class S3Exception does not have @license tag
(#21) Package is not specified for class S3Exception. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ServiceUnavailableException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ServiceUnavailableException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ServiceUnavailableException does not have @license tag
(#19) Package is not specified for class ServiceUnavailableException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SignatureDoesNotMatchException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SignatureDoesNotMatchException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SignatureDoesNotMatchException does not have @license tag
(#19) Package is not specified for class SignatureDoesNotMatchException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SlowDownException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SlowDownException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SlowDownException does not have @license tag
(#19) Package is not specified for class SlowDownException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TemporaryRedirectException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TemporaryRedirectException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TemporaryRedirectException does not have @license tag
(#19) Package is not specified for class TemporaryRedirectException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TokenRefreshRequiredException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TokenRefreshRequiredException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TokenRefreshRequiredException does not have @license tag
(#19) Package is not specified for class TokenRefreshRequiredException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TooManyBucketsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TooManyBucketsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TooManyBucketsException does not have @license tag
(#19) Package is not specified for class TooManyBucketsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnexpectedContentException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class UnexpectedContentException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class UnexpectedContentException does not have @license tag
(#19) Package is not specified for class UnexpectedContentException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class UnresolvableGrantByEmailAddressException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class UnresolvableGrantByEmailAddressException does not have @license tag
(#19) Package is not specified for class UnresolvableGrantByEmailAddressException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class UserKeyMustBeSpecifiedException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class UserKeyMustBeSpecifiedException does not have @license tag
(#19) Package is not specified for class UserKeyMustBeSpecifiedException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/IncompleteMultipartUploadChecker.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#29) Function IncompleteMultipartUploadChecker::__construct is not documented
(#36) Function IncompleteMultipartUploadChecker::makesDecision is not documented
(#41) Function IncompleteMultipartUploadChecker::getDelay is not documented
(#12) Class IncompleteMultipartUploadChecker does not have @copyright tag
(#12) Class IncompleteMultipartUploadChecker does not have @license tag
(#12) Package is not specified for class IncompleteMultipartUploadChecker. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListBucketsIterator.php
(#31) Phpdocs for function ListBucketsIterator::handleResults has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#22) Class ListBucketsIterator does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#22) Class ListBucketsIterator does not have @license tag
(#22) Package is not specified for class ListBucketsIterator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListMultipartUploadsIterator.php
(#31) Phpdocs for function ListMultipartUploadsIterator::handleResults has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#22) Class ListMultipartUploadsIterator does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#22) Class ListMultipartUploadsIterator does not have @license tag
(#22) Package is not specified for class ListMultipartUploadsIterator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectVersionsIterator.php
(#31) Phpdocs for function ListObjectVersionsIterator::handleResults has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#22) Class ListObjectVersionsIterator does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#22) Class ListObjectVersionsIterator does not have @license tag
(#22) Package is not specified for class ListObjectVersionsIterator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectsIterator.php
(#33) Function ListObjectsIterator::handleResults is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#22) Class ListObjectsIterator does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#22) Class ListObjectsIterator does not have @license tag
(#22) Package is not specified for class ListObjectsIterator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/OpendirIterator.php
(#48) Function OpendirIterator::__destruct is not documented
(#55) Function OpendirIterator::rewind is not documented
(#61) Function OpendirIterator::current is not documented
(#66) Function OpendirIterator::next is not documented
(#77) Function OpendirIterator::key is not documented
(#82) Function OpendirIterator::valid is not documented
(#19) No one-line description found in phpdocs for class OpendirIterator
(#37) There is no description in phpdocs for function __construct
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class OpendirIterator does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class OpendirIterator does not have @license tag
(#19) Package is not specified for class OpendirIterator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Acp.php
(#2) File-level phpdocs block does not have @copyright tag
(#24) Class Acp does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#24) Class Acp does not have @license tag
(#24) Package is not specified for class Acp. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/AcpBuilder.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class AcpBuilder does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class AcpBuilder does not have @license tag
(#21) Package is not specified for class AcpBuilder. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/ClearBucket.php
(#61) There is no description in phpdocs for function __construct
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class ClearBucket does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class ClearBucket does not have @license tag
(#26) Package is not specified for class ClearBucket. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsBatch.php
(#26) No one-line description found in phpdocs for class DeleteObjectsBatch
(#69) Phpdocs for function DeleteObjectsBatch::add has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class DeleteObjectsBatch does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class DeleteObjectsBatch does not have @license tag
(#26) Package is not specified for class DeleteObjectsBatch. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsTransfer.php
(#27) No one-line description found in phpdocs for class DeleteObjectsTransfer
(#76) Phpdocs for function DeleteObjectsTransfer::transfer has incomplete parameters list
(#121) Phpdocs for function DeleteObjectsTransfer::processResponse has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#27) Class DeleteObjectsTransfer does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#27) Class DeleteObjectsTransfer does not have @license tag
(#121) Invalid phpdocs tag @paramCommandInterface used
(#27) Package is not specified for class DeleteObjectsTransfer. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grant.php
(#2) File-level phpdocs block does not have @copyright tag
(#23) Class Grant does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#23) Class Grant does not have @license tag
(#23) Package is not specified for class Grant. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grantee.php
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class Grantee does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class Grantee does not have @license tag
(#26) Package is not specified for class Grantee. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/AbstractTransfer.php
(#30) Constant AbstractTransfer::MIN_PART_SIZE is not documented
(#31) Constant AbstractTransfer::MAX_PART_SIZE is not documented
(#32) Constant AbstractTransfer::MAX_PARTS is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#24) Class AbstractTransfer does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#24) Class AbstractTransfer does not have @license tag
(#24) Package is not specified for class AbstractTransfer. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/ParallelTransfer.php
(#2) File-level phpdocs block does not have @copyright tag
(#25) Class ParallelTransfer does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#25) Class ParallelTransfer does not have @license tag
(#25) Package is not specified for class ParallelTransfer. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/SerialTransfer.php
(#2) File-level phpdocs block does not have @copyright tag
(#25) Class SerialTransfer does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#25) Class SerialTransfer does not have @license tag
(#25) Package is not specified for class SerialTransfer. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/TransferState.php
(#28) Phpdocs for function TransferState::fromUploadId has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#23) Class TransferState does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#23) Class TransferState does not have @license tag
(#23) Package is not specified for class TransferState. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadBuilder.php
(#24) No one-line description found in phpdocs for class UploadBuilder
(#2) File-level phpdocs block does not have @copyright tag
(#24) Class UploadBuilder does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#24) Class UploadBuilder does not have @license tag
(#24) Package is not specified for class UploadBuilder. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadId.php
(#27) Phpdocs for variable UploadId::$expectedValues does not contain @var or incorrect
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class UploadId does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class UploadId does not have @license tag
(#23) Invalid phpdocs tag @codeCoverageIgnore used
(#21) Package is not specified for class UploadId. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadPart.php
(#51) There is no description in phpdocs for function getETag
(#59) There is no description in phpdocs for function getLastModified
(#67) There is no description in phpdocs for function getSize
(#26) Phpdocs for variable UploadPart::$keyMap does not contain @var or incorrect
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class UploadPart does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class UploadPart does not have @license tag
(#21) Package is not specified for class UploadPart. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Model/PostObject.php
(#89) Phpdocs for function PostObject::__construct has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#24) Class PostObject does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#24) Class PostObject does not have @license tag
(#24) Package is not specified for class PostObject. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/ResumableDownload.php
(#46) There is no description in phpdocs for function __construct
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class ResumableDownload does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class ResumableDownload does not have @license tag
(#26) Package is not specified for class ResumableDownload. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php
(#158) Variable S3Client::$directory is not documented
(#125) Constant S3Client::LATEST_API_VERSION is not documented
(#243) Phpdocs for function S3Client::createBackoffPlugin has incomplete parameters list
(#269) Phpdocs for function S3Client::createSignature has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#51) Class S3Client does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#51) Class S3Client does not have @license tag
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#54) Not recommended phpdocs tag @method used
(#383) Invalid inline phpdocs tag @see found
(#51) Package is not specified for class S3Client. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/S3Md5Listener.php
(#33) Function S3Md5Listener::getSubscribedEvents is not documented
(#38) Function S3Md5Listener::__construct is not documented
(#43) Function S3Md5Listener::onCommandAfterPrepare is not documented
(#63) Function S3Md5Listener::addMd5 is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#25) Class S3Md5Listener does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#25) Class S3Md5Listener does not have @license tag
(#25) Package is not specified for class S3Md5Listener. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/S3Signature.php
(#64) Function S3Signature::signRequest is not documented
(#86) Function S3Signature::createPresignedUrl is not documented
(#132) Function S3Signature::signString is not documented
(#137) Function S3Signature::createCanonicalizedString is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#24) Class S3Signature does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#24) Class S3Signature does not have @license tag
(#24) Package is not specified for class S3Signature. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureInterface.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureV4.php
(#29) Phpdocs for function S3SignatureV4::signRequest has incomplete parameters list
(#44) Phpdocs for function S3SignatureV4::getPresignedPayload has incomplete parameters list
(#53) Phpdocs for function S3SignatureV4::createCanonicalizedPath has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#24) Class S3SignatureV4 does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#24) Class S3SignatureV4 does not have @license tag
(#24) Package is not specified for class S3SignatureV4. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/SocketTimeoutChecker.php
(#35) Constant SocketTimeoutChecker::ERR is not documented
(#26) No one-line description found in phpdocs for class SocketTimeoutChecker
(#37) Phpdocs for function SocketTimeoutChecker::__construct has incomplete parameters list
(#55) Phpdocs for function SocketTimeoutChecker::getDelay has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class SocketTimeoutChecker does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class SocketTimeoutChecker does not have @license tag
(#26) Package is not specified for class SocketTimeoutChecker. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/SseCpkListener.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#15) Function SseCpkListener::getSubscribedEvents is not documented
(#20) Function SseCpkListener::onCommandBeforePrepare is not documented
(#43) Function SseCpkListener::validateScheme is not documented
(#51) Function SseCpkListener::prepareSseParams is not documented
(#10) Class SseCpkListener does not have @copyright tag
(#10) Class SseCpkListener does not have @license tag
(#10) Package is not specified for class SseCpkListener. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php
(#147) There is no description in phpdocs for function stream_open
(#192) There is no description in phpdocs for function stream_eof
(#200) There is no description in phpdocs for function stream_flush
(#293) There is no description in phpdocs for function stream_stat
(#2) File-level phpdocs block does not have @copyright tag
(#30) Class StreamWrapper does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#30) Class StreamWrapper does not have @license tag
(#30) Package is not specified for class StreamWrapper. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSync.php
(#25) Class AbstractSync is not documented
(#51) Function AbstractSync::getAllEvents is not documented
(#27) Constant AbstractSync::BEFORE_TRANSFER is not documented
(#28) Constant AbstractSync::AFTER_TRANSFER is not documented
(#33) There is no description in phpdocs for function __construct
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#79) Invalid phpdocs tag @codeCoverageIgnore used
(#25) Package is not specified for class AbstractSync. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSyncBuilder.php
(#28) Class AbstractSyncBuilder is not documented
(#66) There is no description in phpdocs for function getInstance
(#307) There is no description in phpdocs for function getTargetIterator
(#312) There is no description in phpdocs for function getDefaultSourceConverter
(#317) There is no description in phpdocs for function getDefaultTargetConverter
(#119) Phpdocs for function AbstractSyncBuilder::setSourceFilenameConverter has incomplete parameters list
(#133) Phpdocs for function AbstractSyncBuilder::setTargetFilenameConverter has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#28) Package is not specified for class AbstractSyncBuilder. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/ChangedFilesIterator.php
(#58) Function ChangedFilesIterator::accept is not documented
(#117) Function ChangedFilesIterator::normalize is not documented
(#126) Function ChangedFilesIterator::cleanKey is not documented
(#19) No one-line description found in phpdocs for class ChangedFilesIterator
(#40) There is no description in phpdocs for function __construct
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ChangedFilesIterator does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ChangedFilesIterator does not have @license tag
(#19) Package is not specified for class ChangedFilesIterator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSync.php
(#27) Function DownloadSync::createTransferAction is not documented
(#68) Function DownloadSync::filterCommands is not documented
(#91) Function DownloadSync::transferCommands is not documented
(#51) There is no description in phpdocs for function createDirectory
(#51) Phpdocs for function DownloadSync::createDirectory has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#22) Class DownloadSync does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#22) Class DownloadSync does not have @license tag
(#52) Invalid phpdocs tag @codeCoverageIgnore used
(#22) Package is not specified for class DownloadSync. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSyncBuilder.php
(#25) Class DownloadSyncBuilder is not documented
(#62) Function DownloadSyncBuilder::specificBuild is not documented
(#78) Function DownloadSyncBuilder::getTargetIterator is not documented
(#95) Function DownloadSyncBuilder::getDefaultSourceConverter is not documented
(#103) Function DownloadSyncBuilder::getDefaultTargetConverter is not documented
(#108) Function DownloadSyncBuilder::assertFileIteratorSet is not documented
(#113) Function DownloadSyncBuilder::addDebugListener is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#25) Package is not specified for class DownloadSyncBuilder. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/FilenameConverterInterface.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#24) Package is not specified for function convert. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/KeyConverter.php
(#45) Function KeyConverter::convert is not documented
(#33) There is no description in phpdocs for function __construct
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class KeyConverter does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class KeyConverter does not have @license tag
(#19) Package is not specified for class KeyConverter. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSync.php
(#31) Function UploadSync::init is not documented
(#38) Function UploadSync::createTransferAction is not documented
(#29) Constant UploadSync::BEFORE_MULTIPART_BUILD is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#24) Class UploadSync does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#24) Class UploadSync does not have @license tag
(#24) Package is not specified for class UploadSync. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php
(#26) Class UploadSyncBuilder is not documented
(#112) Function UploadSyncBuilder::specificBuild is not documented
(#128) Function UploadSyncBuilder::addCustomParamListener is not documented
(#143) Function UploadSyncBuilder::getTargetIterator is not documented
(#148) Function UploadSyncBuilder::getDefaultSourceConverter is not documented
(#153) Function UploadSyncBuilder::getDefaultTargetConverter is not documented
(#158) Function UploadSyncBuilder::addDebugListener is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Package is not specified for class UploadSyncBuilder. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ses/Enum/IdentityType.php
(#26) Constant IdentityType::EMAIL_ADDRESS is not documented
(#27) Constant IdentityType::DOMAIN is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class IdentityType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class IdentityType does not have @license tag
(#21) Package is not specified for class IdentityType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ses/Enum/MailboxSimulator.php
(#26) Constant MailboxSimulator::SUCCESS is not documented
(#27) Constant MailboxSimulator::BOUNCE is not documented
(#28) Constant MailboxSimulator::OUT_OF_THE_OFFICE is not documented
(#29) Constant MailboxSimulator::COMPLAINT is not documented
(#30) Constant MailboxSimulator::BLACKLIST is not documented
(#31) Constant MailboxSimulator::SUPPRESSION_LIST is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class MailboxSimulator does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class MailboxSimulator does not have @license tag
(#21) Package is not specified for class MailboxSimulator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ses/Enum/NotificationType.php
(#26) Constant NotificationType::BOUNCE is not documented
(#27) Constant NotificationType::COMPLAINT is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class NotificationType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class NotificationType does not have @license tag
(#21) Package is not specified for class NotificationType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ses/Enum/VerificationStatus.php
(#26) Constant VerificationStatus::PENDING is not documented
(#27) Constant VerificationStatus::SUCCESS is not documented
(#28) Constant VerificationStatus::FAILED is not documented
(#29) Constant VerificationStatus::TEMPORARY_FAILURE is not documented
(#30) Constant VerificationStatus::NOT_STARTED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class VerificationStatus does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class VerificationStatus does not have @license tag
(#21) Package is not specified for class VerificationStatus. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ses/Exception/MessageRejectedException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MessageRejectedException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MessageRejectedException does not have @license tag
(#19) Package is not specified for class MessageRejectedException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ses/Exception/SesException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class SesException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class SesException does not have @license tag
(#21) Package is not specified for class SesException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ses/Resources/ses-2010-12-01.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ses/SesClient.php
(#77) Constant SesClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class SesClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class SesClient does not have @license tag
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#26) Package is not specified for class SesClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/AttributeDoesNotExistException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class AttributeDoesNotExistException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class AttributeDoesNotExistException does not have @license tag
(#19) Package is not specified for class AttributeDoesNotExistException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/DuplicateItemNameException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DuplicateItemNameException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DuplicateItemNameException does not have @license tag
(#19) Package is not specified for class DuplicateItemNameException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/InvalidNextTokenException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidNextTokenException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidNextTokenException does not have @license tag
(#19) Package is not specified for class InvalidNextTokenException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/InvalidNumberPredicatesException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidNumberPredicatesException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidNumberPredicatesException does not have @license tag
(#19) Package is not specified for class InvalidNumberPredicatesException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/InvalidNumberValueTestsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidNumberValueTestsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidNumberValueTestsException does not have @license tag
(#19) Package is not specified for class InvalidNumberValueTestsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/InvalidParameterValueException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidParameterValueException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidParameterValueException does not have @license tag
(#19) Package is not specified for class InvalidParameterValueException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/InvalidQueryExpressionException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidQueryExpressionException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidQueryExpressionException does not have @license tag
(#19) Package is not specified for class InvalidQueryExpressionException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/MissingParameterException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MissingParameterException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MissingParameterException does not have @license tag
(#19) Package is not specified for class MissingParameterException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/NoSuchDomainException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NoSuchDomainException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NoSuchDomainException does not have @license tag
(#19) Package is not specified for class NoSuchDomainException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/NumberDomainAttributesExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NumberDomainAttributesExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NumberDomainAttributesExceededException does not have @license tag
(#19) Package is not specified for class NumberDomainAttributesExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/NumberDomainBytesExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NumberDomainBytesExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NumberDomainBytesExceededException does not have @license tag
(#19) Package is not specified for class NumberDomainBytesExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/NumberDomainsExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NumberDomainsExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NumberDomainsExceededException does not have @license tag
(#19) Package is not specified for class NumberDomainsExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/NumberItemAttributesExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NumberItemAttributesExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NumberItemAttributesExceededException does not have @license tag
(#19) Package is not specified for class NumberItemAttributesExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/NumberSubmittedAttributesExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NumberSubmittedAttributesExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NumberSubmittedAttributesExceededException does not have @license tag
(#19) Package is not specified for class NumberSubmittedAttributesExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/NumberSubmittedItemsExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NumberSubmittedItemsExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NumberSubmittedItemsExceededException does not have @license tag
(#19) Package is not specified for class NumberSubmittedItemsExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/RequestTimeoutException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class RequestTimeoutException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class RequestTimeoutException does not have @license tag
(#19) Package is not specified for class RequestTimeoutException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/SimpleDbException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class SimpleDbException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class SimpleDbException does not have @license tag
(#21) Package is not specified for class SimpleDbException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Exception/TooManyRequestedAttributesException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TooManyRequestedAttributesException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TooManyRequestedAttributesException does not have @license tag
(#19) Package is not specified for class TooManyRequestedAttributesException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/Resources/simpledb-2009-04-15.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/SimpleDb/SimpleDbClient.php
(#47) Constant SimpleDbClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class SimpleDbClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class SimpleDbClient does not have @license tag
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#26) Package is not specified for class SimpleDbClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/Exception/AuthorizationErrorException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class AuthorizationErrorException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class AuthorizationErrorException does not have @license tag
(#19) Package is not specified for class AuthorizationErrorException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/Exception/EndpointDisabledException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class EndpointDisabledException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class EndpointDisabledException does not have @license tag
(#19) Package is not specified for class EndpointDisabledException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/Exception/InternalErrorException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InternalErrorException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InternalErrorException does not have @license tag
(#19) Package is not specified for class InternalErrorException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/Exception/InvalidParameterException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidParameterException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidParameterException does not have @license tag
(#19) Package is not specified for class InvalidParameterException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/Exception/NotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class NotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class NotFoundException does not have @license tag
(#19) Package is not specified for class NotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/Exception/PlatformApplicationDisabledException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class PlatformApplicationDisabledException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class PlatformApplicationDisabledException does not have @license tag
(#19) Package is not specified for class PlatformApplicationDisabledException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/Exception/SnsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class SnsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class SnsException does not have @license tag
(#21) Package is not specified for class SnsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/Exception/SubscriptionLimitExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class SubscriptionLimitExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class SubscriptionLimitExceededException does not have @license tag
(#19) Package is not specified for class SubscriptionLimitExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/Exception/TopicLimitExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TopicLimitExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TopicLimitExceededException does not have @license tag
(#19) Package is not specified for class TopicLimitExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/MessageValidator/Exception/CannotGetPublicKeyFromCertificateException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class CannotGetPublicKeyFromCertificateException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class CannotGetPublicKeyFromCertificateException does not have @license tag
(#21) Package is not specified for class CannotGetPublicKeyFromCertificateException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/MessageValidator/Exception/CertificateFromUnrecognizedSourceException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class CertificateFromUnrecognizedSourceException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class CertificateFromUnrecognizedSourceException does not have @license tag
(#21) Package is not specified for class CertificateFromUnrecognizedSourceException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/MessageValidator/Exception/InvalidMessageSignatureException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class InvalidMessageSignatureException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class InvalidMessageSignatureException does not have @license tag
(#21) Package is not specified for class InvalidMessageSignatureException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/MessageValidator/Exception/SnsMessageValidatorException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class SnsMessageValidatorException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class SnsMessageValidatorException does not have @license tag
(#21) Package is not specified for class SnsMessageValidatorException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/MessageValidator/Message.php
(#23) Class Message is not documented
(#25) Variable Message::$requiredKeys is not documented
(#45) Variable Message::$signableKeys is not documented
(#101) There is no description in phpdocs for function __construct
(#119) Phpdocs for function Message::get has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#23) Package is not specified for class Message. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/MessageValidator/MessageValidator.php
(#100) Function MessageValidator::validateUrl is not documented
(#52) Phpdocs for function MessageValidator::__construct has incomplete parameters list
(#2) File-level phpdocs block does not have @copyright tag
(#27) Class MessageValidator does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#27) Class MessageValidator does not have @license tag
(#27) Package is not specified for class MessageValidator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/Resources/sns-2010-03-31.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sns/SnsClient.php
(#65) Constant SnsClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class SnsClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class SnsClient does not have @license tag
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#26) Package is not specified for class SnsClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sqs/Enum/MessageAttribute.php
(#26) Constant MessageAttribute::ALL is not documented
(#27) Constant MessageAttribute::SENDER_ID is not documented
(#28) Constant MessageAttribute::SENT_TIMESTAMP is not documented
(#29) Constant MessageAttribute::APPROXIMATE_RECEIVE_COUNT is not documented
(#30) Constant MessageAttribute::APPROXIMATE_FIRST_RECEIVE_TIMESTAMP is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class MessageAttribute does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class MessageAttribute does not have @license tag
(#21) Package is not specified for class MessageAttribute. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sqs/Enum/QueueAttribute.php
(#26) Constant QueueAttribute::ALL is not documented
(#27) Constant QueueAttribute::POLICY is not documented
(#28) Constant QueueAttribute::VISIBILITY_TIMEOUT is not documented
(#29) Constant QueueAttribute::MAXIMUM_MESSAGE_SIZE is not documented
(#30) Constant QueueAttribute::MESSAGE_RETENTION_PERIOD is not documented
(#31) Constant QueueAttribute::APPROXIMATE_NUMBER_OF_MESSAGES is not documented
(#32) Constant QueueAttribute::APPROXIMATE_NUMBER_OF_MESSAGES_NOT_VISIBLE is not documented
(#33) Constant QueueAttribute::CREATED_TIMESTAMP is not documented
(#34) Constant QueueAttribute::LAST_MODIFIED_TIMESTAMP is not documented
(#35) Constant QueueAttribute::QUEUE_ARN is not documented
(#36) Constant QueueAttribute::APPROXIMATE_NUMBER_OF_MESSAGES_DELAYED is not documented
(#37) Constant QueueAttribute::DELAY_SECONDS is not documented
(#38) Constant QueueAttribute::RECEIVE_MESSAGE_WAIT_TIME_SECONDS is not documented
(#39) Constant QueueAttribute::REDRIVE_POLICY is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class QueueAttribute does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class QueueAttribute does not have @license tag
(#21) Package is not specified for class QueueAttribute. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sqs/Exception/SqsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class SqsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class SqsException does not have @license tag
(#21) Package is not specified for class SqsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sqs/Md5ValidatorListener.php
(#28) Function Md5ValidatorListener::getSubscribedEvents is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#23) Class Md5ValidatorListener does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#23) Class Md5ValidatorListener does not have @license tag
(#23) Package is not specified for class Md5ValidatorListener. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sqs/QueueUrlListener.php
(#2) File-level phpdocs block does not have @copyright tag
(#23) Class QueueUrlListener does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#23) Class QueueUrlListener does not have @license tag
(#23) Package is not specified for class QueueUrlListener. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sqs/Resources/sqs-2012-11-05.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sqs/SqsClient.php
(#53) Constant SqsClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class SqsClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class SqsClient does not have @license tag
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#26) Package is not specified for class SqsClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ssm/Exception/SsmException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class SsmException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class SsmException does not have @license tag
(#21) Package is not specified for class SsmException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ssm/Resources/ssm-2014-11-06.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Ssm/SsmClient.php
(#51) Constant SsmClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#26) Class SsmClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#26) Class SsmClient does not have @license tag
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#29) Not recommended phpdocs tag @method used
(#26) Package is not specified for class SsmClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/StorageGateway/Enum/BandwidthType.php
(#26) Constant BandwidthType::UPLOAD is not documented
(#27) Constant BandwidthType::DOWNLOAD is not documented
(#28) Constant BandwidthType::ALL is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class BandwidthType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class BandwidthType does not have @license tag
(#21) Package is not specified for class BandwidthType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/StorageGateway/Enum/DiskAllocationType.php
(#26) Constant DiskAllocationType::AVAILABLE is not documented
(#27) Constant DiskAllocationType::CACHE_STORAGE is not documented
(#28) Constant DiskAllocationType::STORED_ISCSI_VOLUME is not documented
(#29) Constant DiskAllocationType::UPLOAD_BUFFER is not documented
(#30) Constant DiskAllocationType::WORKING_STORAGE is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class DiskAllocationType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class DiskAllocationType does not have @license tag
(#21) Package is not specified for class DiskAllocationType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/StorageGateway/Enum/ErrorCode.php
(#26) Constant ErrorCode::ACTIVATION_KEY_EXPIRED is not documented
(#27) Constant ErrorCode::ACTIVATION_KEY_INVALID is not documented
(#28) Constant ErrorCode::ACTIVATION_KEY_NOT_FOUND is not documented
(#29) Constant ErrorCode::GATEWAY_INTERNAL_ERROR is not documented
(#30) Constant ErrorCode::GATEWAY_NOT_CONNECTED is not documented
(#31) Constant ErrorCode::GATEWAY_NOT_FOUND is not documented
(#32) Constant ErrorCode::GATEWAY_PROXY_NETWORK_CONNECTION_BUSY is not documented
(#33) Constant ErrorCode::AUTHENTICATION_FAILURE is not documented
(#34) Constant ErrorCode::BANDWIDTH_THROTTLE_SCHEDULE_NOT_FOUND is not documented
(#35) Constant ErrorCode::BLOCKED is not documented
(#36) Constant ErrorCode::CANNOT_EXPORT_SNAPSHOT is not documented
(#37) Constant ErrorCode::CHAP_CREDENTIAL_NOT_FOUND is not documented
(#38) Constant ErrorCode::DISK_ALREADY_ALLOCATED is not documented
(#39) Constant ErrorCode::DISK_DOES_NOT_EXIST is not documented
(#40) Constant ErrorCode::DISK_SIZE_GREATER_THAN_VOLUME_MAX_SIZE is not documented
(#41) Constant ErrorCode::DISK_SIZE_LESS_THAN_VOLUME_SIZE is not documented
(#42) Constant ErrorCode::DISK_SIZE_NOT_GIG_ALIGNED is not documented
(#43) Constant ErrorCode::DUPLICATE_CERTIFICATE_INFO is not documented
(#44) Constant ErrorCode::DUPLICATE_SCHEDULE is not documented
(#45) Constant ErrorCode::ENDPOINT_NOT_FOUND is not documented
(#46) Constant ErrorCode::IAM_NOT_SUPPORTED is not documented
(#47) Constant ErrorCode::INITIATOR_INVALID is not documented
(#48) Constant ErrorCode::INITIATOR_NOT_FOUND is not documented
(#49) Constant ErrorCode::INTERNAL_ERROR is not documented
(#50) Constant ErrorCode::INVALID_GATEWAY is not documented
(#51) Constant ErrorCode::INVALID_ENDPOINT is not documented
(#52) Constant ErrorCode::INVALID_PARAMETERS is not documented
(#53) Constant ErrorCode::INVALID_SCHEDULE is not documented
(#54) Constant ErrorCode::LOCAL_STORAGE_LIMIT_EXCEEDED is not documented
(#55) Constant ErrorCode::LUN_ALREADY_ALLOCATED is not documented
(#56) Constant ErrorCode::LUN_INVALID is not documented
(#57) Constant ErrorCode::MAXIMUM_CONTENT_LENGTH_EXCEEDED is not documented
(#58) Constant ErrorCode::MAXIMUM_TAPE_CARTRIDGE_COUNT_EXCEEDED is not documented
(#59) Constant ErrorCode::MAXIMUM_VOLUME_COUNT_EXCEEDED is not documented
(#60) Constant ErrorCode::NETWORK_CONFIGURATION_CHANGED is not documented
(#61) Constant ErrorCode::NO_DISKS_AVAILABLE is not documented
(#62) Constant ErrorCode::NOT_IMPLEMENTED is not documented
(#63) Constant ErrorCode::NOT_SUPPORTED is not documented
(#64) Constant ErrorCode::OPERATION_ABORTED is not documented
(#65) Constant ErrorCode::OUTDATED_GATEWAY is not documented
(#66) Constant ErrorCode::PARAMETERS_NOT_IMPLEMENTED is not documented
(#67) Constant ErrorCode::REGION_INVALID is not documented
(#68) Constant ErrorCode::REQUEST_TIMEOUT is not documented
(#69) Constant ErrorCode::SERVICE_UNAVAILABLE is not documented
(#70) Constant ErrorCode::SNAPSHOT_DELETED is not documented
(#71) Constant ErrorCode::SNAPSHOT_ID_INVALID is not documented
(#72) Constant ErrorCode::SNAPSHOT_IN_PROGRESS is not documented
(#73) Constant ErrorCode::SNAPSHOT_NOT_FOUND is not documented
(#74) Constant ErrorCode::SNAPSHOT_SCHEDULE_NOT_FOUND is not documented
(#75) Constant ErrorCode::STAGING_AREA_FULL is not documented
(#76) Constant ErrorCode::STORAGE_FAILURE is not documented
(#77) Constant ErrorCode::TAPE_CARTRIDGE_NOT_FOUND is not documented
(#78) Constant ErrorCode::TARGET_ALREADY_EXISTS is not documented
(#79) Constant ErrorCode::TARGET_INVALID is not documented
(#80) Constant ErrorCode::TARGET_NOT_FOUND is not documented
(#81) Constant ErrorCode::UNAUTHORIZED_OPERATION is not documented
(#82) Constant ErrorCode::VOLUME_ALREADY_EXISTS is not documented
(#83) Constant ErrorCode::VOLUME_ID_INVALID is not documented
(#84) Constant ErrorCode::VOLUME_IN_USE is not documented
(#85) Constant ErrorCode::VOLUME_NOT_FOUND is not documented
(#86) Constant ErrorCode::VOLUME_NOT_READY is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ErrorCode does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ErrorCode does not have @license tag
(#21) Package is not specified for class ErrorCode. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/StorageGateway/Enum/GatewayState.php
(#26) Constant GatewayState::RUNNING is not documented
(#27) Constant GatewayState::SHUTDOWN is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class GatewayState does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class GatewayState does not have @license tag
(#21) Package is not specified for class GatewayState. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/StorageGateway/Enum/GatewayTimezone.php
(#26) Constant GatewayTimezone::GMT_MINUS_1200 is not documented
(#27) Constant GatewayTimezone::GMT_MINUS_1100 is not documented
(#28) Constant GatewayTimezone::GMT_MINUS_1000 is not documented
(#29) Constant GatewayTimezone::GMT_MINUS_900 is not documented
(#30) Constant GatewayTimezone::GMT_MINUS_800 is not documented
(#31) Constant GatewayTimezone::GMT_MINUS_700 is not documented
(#32) Constant GatewayTimezone::GMT_MINUS_600 is not documented
(#33) Constant GatewayTimezone::GMT_MINUS_500 is not documented
(#34) Constant GatewayTimezone::GMT_MINUS_400 is not documented
(#35) Constant GatewayTimezone::GMT_MINUS_330 is not documented
(#36) Constant GatewayTimezone::GMT_MINUS_300 is not documented
(#37) Constant GatewayTimezone::GMT_MINUS_200 is not documented
(#38) Constant GatewayTimezone::GMT_MINUS_100 is not documented
(#39) Constant GatewayTimezone::GMT is not documented
(#40) Constant GatewayTimezone::GMT_PLUS_100 is not documented
(#41) Constant GatewayTimezone::GMT_PLUS_200 is not documented
(#42) Constant GatewayTimezone::GMT_PLUS_300 is not documented
(#43) Constant GatewayTimezone::GMT_PLUS_330 is not documented
(#44) Constant GatewayTimezone::GMT_PLUS_400 is not documented
(#45) Constant GatewayTimezone::GMT_PLUS_430 is not documented
(#46) Constant GatewayTimezone::GMT_PLUS_500 is not documented
(#47) Constant GatewayTimezone::GMT_PLUS_530 is not documented
(#48) Constant GatewayTimezone::GMT_PLUS_545 is not documented
(#49) Constant GatewayTimezone::GMT_PLUS_600 is not documented
(#50) Constant GatewayTimezone::GMT_PLUS_700 is not documented
(#51) Constant GatewayTimezone::GMT_PLUS_800 is not documented
(#52) Constant GatewayTimezone::GMT_PLUS_900 is not documented
(#53) Constant GatewayTimezone::GMT_PLUS_930 is not documented
(#54) Constant GatewayTimezone::GMT_PLUS_1000 is not documented
(#55) Constant GatewayTimezone::GMT_PLUS_1100 is not documented
(#56) Constant GatewayTimezone::GMT_PLUS_1200 is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class GatewayTimezone does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class GatewayTimezone does not have @license tag
(#21) Package is not specified for class GatewayTimezone. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/StorageGateway/Enum/GatewayType.php
(#26) Constant GatewayType::STORED is not documented
(#27) Constant GatewayType::CACHED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class GatewayType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class GatewayType does not have @license tag
(#21) Package is not specified for class GatewayType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/StorageGateway/Enum/VolumeStatus.php
(#26) Constant VolumeStatus::CREATING is not documented
(#27) Constant VolumeStatus::AVAILABLE is not documented
(#28) Constant VolumeStatus::RESTORING is not documented
(#29) Constant VolumeStatus::BOOTSTRAPPING is not documented
(#30) Constant VolumeStatus::IRRECOVERABLE is not documented
(#31) Constant VolumeStatus::PASS_THROUGH is not documented
(#32) Constant VolumeStatus::RESTORE_AND_PASS_THROUGH is not documented
(#33) Constant VolumeStatus::DELETED is not documented
(#34) Constant VolumeStatus::WORKING_STORAGE_NOT_CONFIGURED is not documented
(#35) Constant VolumeStatus::UPLOAD_BUFFER_NOT_CONFIGURED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class VolumeStatus does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class VolumeStatus does not have @license tag
(#21) Package is not specified for class VolumeStatus. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/StorageGateway/Enum/VolumeType.php
(#26) Constant VolumeType::STORED_ISCSI is not documented
(#27) Constant VolumeType::CACHED_ISCSI is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class VolumeType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class VolumeType does not have @license tag
(#21) Package is not specified for class VolumeType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/StorageGateway/Exception/InternalServerErrorException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InternalServerErrorException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InternalServerErrorException does not have @license tag
(#19) Package is not specified for class InternalServerErrorException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/StorageGateway/Exception/InvalidGatewayRequestException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidGatewayRequestException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidGatewayRequestException does not have @license tag
(#19) Package is not specified for class InvalidGatewayRequestException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/StorageGateway/Exception/StorageGatewayException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class StorageGatewayException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class StorageGatewayException does not have @license tag
(#21) Package is not specified for class StorageGatewayException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/StorageGateway/Resources/storagegateway-2013-06-30.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/StorageGateway/StorageGatewayClient.php
(#99) Constant StorageGatewayClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#27) Class StorageGatewayClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#27) Class StorageGatewayClient does not have @license tag
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#27) Package is not specified for class StorageGatewayClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/ExpiredTokenException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ExpiredTokenException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ExpiredTokenException does not have @license tag
(#19) Package is not specified for class ExpiredTokenException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/IDPCommunicationErrorException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class IDPCommunicationErrorException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class IDPCommunicationErrorException does not have @license tag
(#19) Package is not specified for class IDPCommunicationErrorException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/IDPRejectedClaimException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class IDPRejectedClaimException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class IDPRejectedClaimException does not have @license tag
(#19) Package is not specified for class IDPRejectedClaimException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/IncompleteSignatureException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class IncompleteSignatureException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class IncompleteSignatureException does not have @license tag
(#19) Package is not specified for class IncompleteSignatureException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/InternalFailureException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InternalFailureException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InternalFailureException does not have @license tag
(#19) Package is not specified for class InternalFailureException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/InvalidActionException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidActionException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidActionException does not have @license tag
(#19) Package is not specified for class InvalidActionException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/InvalidAuthorizationMessageException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidAuthorizationMessageException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidAuthorizationMessageException does not have @license tag
(#19) Package is not specified for class InvalidAuthorizationMessageException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/InvalidClientTokenIdException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidClientTokenIdException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidClientTokenIdException does not have @license tag
(#19) Package is not specified for class InvalidClientTokenIdException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/InvalidIdentityTokenException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidIdentityTokenException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidIdentityTokenException does not have @license tag
(#19) Package is not specified for class InvalidIdentityTokenException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/InvalidParameterCombinationException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidParameterCombinationException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidParameterCombinationException does not have @license tag
(#19) Package is not specified for class InvalidParameterCombinationException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/InvalidParameterValueException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidParameterValueException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidParameterValueException does not have @license tag
(#19) Package is not specified for class InvalidParameterValueException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/InvalidQueryParameterException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InvalidQueryParameterException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InvalidQueryParameterException does not have @license tag
(#19) Package is not specified for class InvalidQueryParameterException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/MalformedPolicyDocumentException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MalformedPolicyDocumentException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MalformedPolicyDocumentException does not have @license tag
(#19) Package is not specified for class MalformedPolicyDocumentException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/MalformedQueryStringException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MalformedQueryStringException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MalformedQueryStringException does not have @license tag
(#19) Package is not specified for class MalformedQueryStringException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/MissingActionException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MissingActionException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MissingActionException does not have @license tag
(#19) Package is not specified for class MissingActionException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/MissingAuthenticationTokenException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MissingAuthenticationTokenException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MissingAuthenticationTokenException does not have @license tag
(#19) Package is not specified for class MissingAuthenticationTokenException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/MissingParameterException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class MissingParameterException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class MissingParameterException does not have @license tag
(#19) Package is not specified for class MissingParameterException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/OptInRequiredException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class OptInRequiredException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class OptInRequiredException does not have @license tag
(#19) Package is not specified for class OptInRequiredException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/PackedPolicyTooLargeException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class PackedPolicyTooLargeException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class PackedPolicyTooLargeException does not have @license tag
(#19) Package is not specified for class PackedPolicyTooLargeException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/RequestExpiredException.php
(#19) No one-line description found in phpdocs for class RequestExpiredException
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class RequestExpiredException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class RequestExpiredException does not have @license tag
(#19) Package is not specified for class RequestExpiredException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/ServiceUnavailableException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ServiceUnavailableException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ServiceUnavailableException does not have @license tag
(#19) Package is not specified for class ServiceUnavailableException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/StsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class StsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class StsException does not have @license tag
(#21) Package is not specified for class StsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Exception/ThrottlingException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class ThrottlingException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class ThrottlingException does not have @license tag
(#19) Package is not specified for class ThrottlingException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/Resources/sts-2011-06-15.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Sts/StsClient.php
(#46) Constant StsClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#31) Class StsClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#31) Class StsClient does not have @license tag
(#34) Not recommended phpdocs tag @method used
(#34) Not recommended phpdocs tag @method used
(#34) Not recommended phpdocs tag @method used
(#34) Not recommended phpdocs tag @method used
(#34) Not recommended phpdocs tag @method used
(#34) Not recommended phpdocs tag @method used
(#31) Package is not specified for class StsClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Support/Exception/CaseCreationLimitExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class CaseCreationLimitExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class CaseCreationLimitExceededException does not have @license tag
(#19) Package is not specified for class CaseCreationLimitExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Support/Exception/CaseIdNotFoundException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class CaseIdNotFoundException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class CaseIdNotFoundException does not have @license tag
(#19) Package is not specified for class CaseIdNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Support/Exception/InternalServerErrorException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class InternalServerErrorException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class InternalServerErrorException does not have @license tag
(#19) Package is not specified for class InternalServerErrorException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Support/Exception/SupportException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class SupportException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class SupportException does not have @license tag
(#21) Package is not specified for class SupportException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Support/Resources/support-2013-04-15.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Support/SupportClient.php
(#57) Constant SupportClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#27) Class SupportClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#27) Class SupportClient does not have @license tag
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#27) Package is not specified for class SupportClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Enum/ActivityTaskTimeoutType.php
(#26) Constant ActivityTaskTimeoutType::START_TO_CLOSE is not documented
(#27) Constant ActivityTaskTimeoutType::SCHEDULE_TO_START is not documented
(#28) Constant ActivityTaskTimeoutType::SCHEDULE_TO_CLOSE is not documented
(#29) Constant ActivityTaskTimeoutType::HEARTBEAT is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ActivityTaskTimeoutType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ActivityTaskTimeoutType does not have @license tag
(#21) Package is not specified for class ActivityTaskTimeoutType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Enum/ChildPolicy.php
(#26) Constant ChildPolicy::TERMINATE is not documented
(#27) Constant ChildPolicy::REQUEST_CANCEL is not documented
(#28) Constant ChildPolicy::ABANDON is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ChildPolicy does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ChildPolicy does not have @license tag
(#21) Package is not specified for class ChildPolicy. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Enum/CloseStatus.php
(#26) Constant CloseStatus::COMPLETED is not documented
(#27) Constant CloseStatus::FAILED is not documented
(#28) Constant CloseStatus::CANCELED is not documented
(#29) Constant CloseStatus::TERMINATED is not documented
(#30) Constant CloseStatus::CONTINUED_AS_NEW is not documented
(#31) Constant CloseStatus::TIMED_OUT is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class CloseStatus does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class CloseStatus does not have @license tag
(#21) Package is not specified for class CloseStatus. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Enum/DecisionTaskTimeoutType.php
(#26) Constant DecisionTaskTimeoutType::START_TO_CLOSE is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class DecisionTaskTimeoutType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class DecisionTaskTimeoutType does not have @license tag
(#21) Package is not specified for class DecisionTaskTimeoutType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Enum/DecisionType.php
(#26) Constant DecisionType::SCHEDULE_ACTIVITY_TASK is not documented
(#27) Constant DecisionType::REQUEST_CANCEL_ACTIVITY_TASK is not documented
(#28) Constant DecisionType::COMPLETE_WORKFLOW_EXECUTION is not documented
(#29) Constant DecisionType::FAIL_WORKFLOW_EXECUTION is not documented
(#30) Constant DecisionType::CANCEL_WORKFLOW_EXECUTION is not documented
(#31) Constant DecisionType::CONTINUE_AS_NEW_WORKFLOW_EXECUTION is not documented
(#32) Constant DecisionType::RECORD_MARKER is not documented
(#33) Constant DecisionType::START_TIMER is not documented
(#34) Constant DecisionType::CANCEL_TIMER is not documented
(#35) Constant DecisionType::SIGNAL_EXTERNAL_WORKFLOW_EXECUTION is not documented
(#36) Constant DecisionType::REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION is not documented
(#37) Constant DecisionType::START_CHILD_WORKFLOW_EXECUTION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class DecisionType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class DecisionType does not have @license tag
(#21) Package is not specified for class DecisionType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Enum/EventType.php
(#26) Constant EventType::WORKFLOW_EXECUTION_STARTED is not documented
(#27) Constant EventType::WORKFLOW_EXECUTION_CANCEL_REQUESTED is not documented
(#28) Constant EventType::WORKFLOW_EXECUTION_COMPLETED is not documented
(#29) Constant EventType::COMPLETE_WORKFLOW_EXECUTION_FAILED is not documented
(#30) Constant EventType::WORKFLOW_EXECUTION_FAILED is not documented
(#31) Constant EventType::FAIL_WORKFLOW_EXECUTION_FAILED is not documented
(#32) Constant EventType::WORKFLOW_EXECUTION_TIMED_OUT is not documented
(#33) Constant EventType::WORKFLOW_EXECUTION_CANCELED is not documented
(#34) Constant EventType::CANCEL_WORKFLOW_EXECUTION_FAILED is not documented
(#35) Constant EventType::WORKFLOW_EXECUTION_CONTINUED_AS_NEW is not documented
(#36) Constant EventType::CONTINUE_AS_NEW_WORKFLOW_EXECUTION_FAILED is not documented
(#37) Constant EventType::WORKFLOW_EXECUTION_TERMINATED is not documented
(#38) Constant EventType::DECISION_TASK_SCHEDULED is not documented
(#39) Constant EventType::DECISION_TASK_STARTED is not documented
(#40) Constant EventType::DECISION_TASK_COMPLETED is not documented
(#41) Constant EventType::DECISION_TASK_TIMED_OUT is not documented
(#42) Constant EventType::ACTIVITY_TASK_SCHEDULED is not documented
(#43) Constant EventType::SCHEDULE_ACTIVITY_TASK_FAILED is not documented
(#44) Constant EventType::ACTIVITY_TASK_STARTED is not documented
(#45) Constant EventType::ACTIVITY_TASK_COMPLETED is not documented
(#46) Constant EventType::ACTIVITY_TASK_FAILED is not documented
(#47) Constant EventType::ACTIVITY_TASK_TIMED_OUT is not documented
(#48) Constant EventType::ACTIVITY_TASK_CANCELED is not documented
(#49) Constant EventType::ACTIVITY_TASK_CANCEL_REQUESTED is not documented
(#50) Constant EventType::REQUEST_CANCEL_ACTIVITY_TASK_FAILED is not documented
(#51) Constant EventType::WORKFLOW_EXECUTION_SIGNALED is not documented
(#52) Constant EventType::MARKER_RECORDED is not documented
(#53) Constant EventType::RECORD_MARKER_FAILED is not documented
(#54) Constant EventType::TIMER_STARTED is not documented
(#55) Constant EventType::START_TIMER_FAILED is not documented
(#56) Constant EventType::TIMER_FIRED is not documented
(#57) Constant EventType::TIMER_CANCELED is not documented
(#58) Constant EventType::CANCEL_TIMER_FAILED is not documented
(#59) Constant EventType::START_CHILD_WORKFLOW_EXECUTION_INITIATED is not documented
(#60) Constant EventType::START_CHILD_WORKFLOW_EXECUTION_FAILED is not documented
(#61) Constant EventType::CHILD_WORKFLOW_EXECUTION_STARTED is not documented
(#62) Constant EventType::CHILD_WORKFLOW_EXECUTION_COMPLETED is not documented
(#63) Constant EventType::CHILD_WORKFLOW_EXECUTION_FAILED is not documented
(#64) Constant EventType::CHILD_WORKFLOW_EXECUTION_TIMED_OUT is not documented
(#65) Constant EventType::CHILD_WORKFLOW_EXECUTION_CANCELED is not documented
(#66) Constant EventType::CHILD_WORKFLOW_EXECUTION_TERMINATED is not documented
(#67) Constant EventType::SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED is not documented
(#68) Constant EventType::SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED is not documented
(#69) Constant EventType::EXTERNAL_WORKFLOW_EXECUTION_SIGNALED is not documented
(#70) Constant EventType::REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED is not documented
(#71) Constant EventType::REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_FAILED is not documented
(#72) Constant EventType::EXTERNAL_WORKFLOW_EXECUTION_CANCEL_REQUESTED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class EventType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class EventType does not have @license tag
(#21) Package is not specified for class EventType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Enum/ExecutionStatus.php
(#26) Constant ExecutionStatus::OPEN is not documented
(#27) Constant ExecutionStatus::CLOSED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class ExecutionStatus does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class ExecutionStatus does not have @license tag
(#21) Package is not specified for class ExecutionStatus. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Enum/RegistrationStatus.php
(#26) Constant RegistrationStatus::REGISTERED is not documented
(#27) Constant RegistrationStatus::DEPRECATED is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class RegistrationStatus does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class RegistrationStatus does not have @license tag
(#21) Package is not specified for class RegistrationStatus. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Enum/WorkflowExecutionTimeoutType.php
(#26) Constant WorkflowExecutionTimeoutType::START_TO_CLOSE is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class WorkflowExecutionTimeoutType does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class WorkflowExecutionTimeoutType does not have @license tag
(#21) Package is not specified for class WorkflowExecutionTimeoutType. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Exception/DefaultUndefinedException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DefaultUndefinedException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DefaultUndefinedException does not have @license tag
(#19) Package is not specified for class DefaultUndefinedException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Exception/DomainAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DomainAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DomainAlreadyExistsException does not have @license tag
(#19) Package is not specified for class DomainAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Exception/DomainDeprecatedException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class DomainDeprecatedException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class DomainDeprecatedException does not have @license tag
(#19) Package is not specified for class DomainDeprecatedException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Exception/LimitExceededException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class LimitExceededException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class LimitExceededException does not have @license tag
(#19) Package is not specified for class LimitExceededException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Exception/OperationNotPermittedException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class OperationNotPermittedException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class OperationNotPermittedException does not have @license tag
(#19) Package is not specified for class OperationNotPermittedException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Exception/SwfException.php
(#2) File-level phpdocs block does not have @copyright tag
(#21) Class SwfException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#21) Class SwfException does not have @license tag
(#21) Package is not specified for class SwfException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Exception/TypeAlreadyExistsException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TypeAlreadyExistsException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TypeAlreadyExistsException does not have @license tag
(#19) Package is not specified for class TypeAlreadyExistsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Exception/TypeDeprecatedException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class TypeDeprecatedException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class TypeDeprecatedException does not have @license tag
(#19) Package is not specified for class TypeDeprecatedException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Exception/UnknownResourceException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class UnknownResourceException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class UnknownResourceException does not have @license tag
(#19) Package is not specified for class UnknownResourceException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Exception/WorkflowExecutionAlreadyStartedException.php
(#2) File-level phpdocs block does not have @copyright tag
(#19) Class WorkflowExecutionAlreadyStartedException does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#19) Class WorkflowExecutionAlreadyStartedException does not have @license tag
(#19) Package is not specified for class WorkflowExecutionAlreadyStartedException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/Resources/swf-2012-01-25.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/Swf/SwfClient.php
(#74) Constant SwfClient::LATEST_API_VERSION is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#27) Class SwfClient does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
(#27) Class SwfClient does not have @license tag
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#30) Not recommended phpdocs tag @method used
(#27) Package is not specified for class SwfClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/WorkSpaces/Exception/WorkSpacesException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class WorkSpacesException does not have @copyright tag
(#7) Class WorkSpacesException does not have @license tag
(#7) Package is not specified for class WorkSpacesException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/WorkSpaces/Resources/workspaces-2015-04-08.php
(#2) File-level phpdocs block does not have @copyright tag
(#2) File-level phpdocs block does not have @license tag
local/session_dynamodb/vendor/aws/aws-sdk-php/src/Aws/WorkSpaces/WorkSpacesClient.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#31) Constant WorkSpacesClient::LATEST_API_VERSION is not documented
(#12) Class WorkSpacesClient does not have @copyright tag
(#12) Class WorkSpacesClient does not have @license tag
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#15) Not recommended phpdocs tag @method used
(#12) Package is not specified for class WorkSpacesClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/composer/ClassLoader.php
(#2) Empty line found after PHP open tag
(#13) File-level phpdocs block is not found
(#60) Function ClassLoader::getPrefixes is not documented
(#69) Function ClassLoader::getPrefixesPsr4 is not documented
(#74) Function ClassLoader::getFallbackDirs is not documented
(#79) Function ClassLoader::getFallbackDirsPsr4 is not documented
(#84) Function ClassLoader::getClassMap is not documented
(#370) Function ClassLoader::findFileWithExtension is not documented
(#46) Variable ClassLoader::$prefixLengthsPsr4 is not documented
(#47) Variable ClassLoader::$prefixDirsPsr4 is not documented
(#48) Variable ClassLoader::$fallbackDirsPsr4 is not documented
(#51) Variable ClassLoader::$prefixesPsr0 is not documented
(#52) Variable ClassLoader::$fallbackDirsPsr0 is not documented
(#54) Variable ClassLoader::$useIncludePath is not documented
(#55) Variable ClassLoader::$classMap is not documented
(#56) Variable ClassLoader::$classMapAuthoritative is not documented
(#57) Variable ClassLoader::$missingClasses is not documented
(#58) Variable ClassLoader::$apcuPrefix is not documented
(#89) There is no description in phpdocs for function addClassMap
(#433) Phpdocs for function includeFile has incomplete parameters list
(#15) Class ClassLoader does not have @copyright tag
(#15) Class ClassLoader does not have @license tag
(#15) Package is not specified for class ClassLoader. It is also not specified in file-level phpdocs
(#433) Package is not specified for function includeFile. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/composer/autoload_classmap.php
(#2) Empty line found after PHP open tag
(#5) File-level phpdocs block is not found
local/session_dynamodb/vendor/composer/autoload_namespaces.php
(#2) Empty line found after PHP open tag
(#5) File-level phpdocs block is not found
local/session_dynamodb/vendor/composer/autoload_psr4.php
(#2) Empty line found after PHP open tag
(#5) File-level phpdocs block is not found
local/session_dynamodb/vendor/composer/autoload_real.php
(#2) Empty line found after PHP open tag
(#5) File-level phpdocs block is not found
(#5) Class ComposerAutoloaderIniteb078de45167dccd2622c95e9298a253 is not documented
(#9) Function ComposerAutoloaderIniteb078de45167dccd2622c95e9298a253::loadClassLoader is not documented
(#16) Function ComposerAutoloaderIniteb078de45167dccd2622c95e9298a253::getLoader is not documented
(#7) Variable ComposerAutoloaderIniteb078de45167dccd2622c95e9298a253::$loader is not documented
(#5) Package is not specified for class ComposerAutoloaderIniteb078de45167dccd2622c95e9298a253. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/composer/autoload_static.php
(#2) Empty line found after PHP open tag
(#5) File-level phpdocs block is not found
(#7) Class ComposerStaticIniteb078de45167dccd2622c95e9298a253 is not documented
(#51) Class ) is not documented
(#44) Function ComposerStaticIniteb078de45167dccd2622c95e9298a253::getInitializer is not documented
(#9) Variable ComposerStaticIniteb078de45167dccd2622c95e9298a253::$prefixLengthsPsr4 is not documented
(#16) Variable ComposerStaticIniteb078de45167dccd2622c95e9298a253::$prefixDirsPsr4 is not documented
(#23) Variable ComposerStaticIniteb078de45167dccd2622c95e9298a253::$prefixesPsr0 is not documented
(#7) Package is not specified for class ComposerStaticIniteb078de45167dccd2622c95e9298a253. It is also not specified in file-level phpdocs
(#51) Package is not specified for class ). It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/docs/plugins/plugins-list.rst.inc
(#2) Empty line found after PHP open tag
(#1) File-level phpdocs block is not found
local/session_dynamodb/vendor/guzzle/guzzle/phar-stub.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/session_dynamodb/vendor/guzzle/guzzle/phing/tasks/ComposerLintTask.php
(#11) Class ComposerLintTask is not documented
(#13) Variable ComposerLintTask::$dir is not documented
(#14) Variable ComposerLintTask::$file is not documented
(#15) Variable ComposerLintTask::$passthru is not documented
(#16) Variable ComposerLintTask::$composer is not documented
(#11) Package is not specified for class ComposerLintTask. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/phing/tasks/GuzzlePearPharPackageTask.php
(#14) Class GuzzlePearPharPackageTask is not documented
(#22) Function GuzzlePearPharPackageTask::setVersion is not documented
(#27) Function GuzzlePearPharPackageTask::getVersion is not documented
(#32) Function GuzzlePearPharPackageTask::setDeploy is not documented
(#37) Function GuzzlePearPharPackageTask::getDeploy is not documented
(#42) Function GuzzlePearPharPackageTask::setMakephar is not documented
(#47) Function GuzzlePearPharPackageTask::getMakephar is not documented
(#57) Function GuzzlePearPharPackageTask::main is not documented
(#101) Function GuzzlePearPharPackageTask::doDeployment is not documented
(#131) Function GuzzlePearPharPackageTask::buildSinglePackage is not documented
(#204) Function GuzzlePearPharPackageTask::createSubPackages is not documented
(#218) Function GuzzlePearPharPackageTask::buildSubPackage is not documented
(#298) Function GuzzlePearPharPackageTask::findComponents is not documented
(#308) Function GuzzlePearPharPackageTask::grabChangelog is not documented
(#16) Variable GuzzlePearPharPackageTask::$version is not documented
(#17) Variable GuzzlePearPharPackageTask::$deploy is not documented
(#18) Variable GuzzlePearPharPackageTask::$makephar is not documented
(#20) Variable GuzzlePearPharPackageTask::$subpackages is not documented
(#52) Variable GuzzlePearPharPackageTask::$basedir is not documented
(#53) Variable GuzzlePearPharPackageTask::$guzzleinfo is not documented
(#54) Variable GuzzlePearPharPackageTask::$changelog_release_date is not documented
(#55) Variable GuzzlePearPharPackageTask::$changelog_notes is not documented
(#14) Package is not specified for class GuzzlePearPharPackageTask. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/phing/tasks/GuzzleSubSplitTask.php
(#14) Class GuzzleSubSplitTask is not documented
(#62) Function GuzzleSubSplitTask::setRemote is not documented
(#67) Function GuzzleSubSplitTask::getRemote is not documented
(#72) Function GuzzleSubSplitTask::setHeads is not documented
(#77) Function GuzzleSubSplitTask::getHeads is not documented
(#82) Function GuzzleSubSplitTask::setTags is not documented
(#87) Function GuzzleSubSplitTask::getTags is not documented
(#92) Function GuzzleSubSplitTask::setBase is not documented
(#97) Function GuzzleSubSplitTask::getBase is not documented
(#102) Function GuzzleSubSplitTask::setSubIndicatorFile is not documented
(#107) Function GuzzleSubSplitTask::getSubIndicatorFile is not documented
(#112) Function GuzzleSubSplitTask::setDryRun is not documented
(#117) Function GuzzleSubSplitTask::getDryRun is not documented
(#122) Function GuzzleSubSplitTask::setNoHeads is not documented
(#127) Function GuzzleSubSplitTask::getNoHeads is not documented
(#132) Function GuzzleSubSplitTask::setNoTags is not documented
(#137) Function GuzzleSubSplitTask::getNoTags is not documented
(#183) Function GuzzleSubSplitTask::publish is not documented
(#16) Phpdocs for variable GuzzleSubSplitTask::$remote does not contain @var or incorrect
(#21) Phpdocs for variable GuzzleSubSplitTask::$heads does not contain @var or incorrect
(#26) Phpdocs for variable GuzzleSubSplitTask::$tags does not contain @var or incorrect
(#31) Phpdocs for variable GuzzleSubSplitTask::$base does not contain @var or incorrect
(#36) Phpdocs for variable GuzzleSubSplitTask::$subIndicatorFile does not contain @var or incorrect
(#42) Phpdocs for variable GuzzleSubSplitTask::$dryRun does not contain @var or incorrect
(#47) Phpdocs for variable GuzzleSubSplitTask::$noHeads does not contain @var or incorrect
(#52) Phpdocs for variable GuzzleSubSplitTask::$noTags does not contain @var or incorrect
(#57) Phpdocs for variable GuzzleSubSplitTask::$splits does not contain @var or incorrect
(#142) Phpdocs for variable GuzzleSubSplitTask::$client does not contain @var or incorrect
(#14) Package is not specified for class GuzzleSubSplitTask. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#35) Function AbstractBatchDecorator::add is not documented
(#42) Function AbstractBatchDecorator::flush is not documented
(#47) Function AbstractBatchDecorator::isEmpty is not documented
(#13) There is no description in phpdocs for function __construct
(#5) Class AbstractBatchDecorator does not have @copyright tag
(#5) Class AbstractBatchDecorator does not have @license tag
(#28) Invalid phpdocs tag @codeCoverageIgnore used
(#5) Package is not specified for class AbstractBatchDecorator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#42) Function Batch::add is not documented
(#49) Function Batch::flush is not documented
(#72) Function Batch::isEmpty is not documented
(#7) No one-line description found in phpdocs for class Batch
(#29) There is no description in phpdocs for function __construct
(#7) Class Batch does not have @copyright tag
(#7) Class Batch does not have @license tag
(#9) Invalid inline phpdocs tag @see found
(#9) Invalid inline phpdocs tag @see found
(#9) Invalid inline phpdocs tag @see found
(#7) Package is not specified for class Batch. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#50) Phpdocs for function BatchBuilder::autoFlushAt has incomplete parameters list
(#8) Class BatchBuilder does not have @copyright tag
(#8) Class BatchBuilder does not have @license tag
(#48) Invalid inline phpdocs tag @see found
(#62) Invalid inline phpdocs tag @see found
(#75) Invalid inline phpdocs tag @see found
(#87) Invalid inline phpdocs tag @see found
(#102) Invalid inline phpdocs tag @see found
(#120) Invalid inline phpdocs tag @see found
(#8) Package is not specified for class BatchBuilder. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#35) Function BatchClosureDivisor::createBatches is not documented
(#18) There is no description in phpdocs for function __construct
(#7) Class BatchClosureDivisor does not have @copyright tag
(#7) Class BatchClosureDivisor does not have @license tag
(#7) Package is not specified for class BatchClosureDivisor. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#36) Function BatchClosureTransfer::transfer is not documented
(#7) No one-line description found in phpdocs for class BatchClosureTransfer
(#19) There is no description in phpdocs for function __construct
(#7) Class BatchClosureTransfer does not have @copyright tag
(#7) Class BatchClosureTransfer does not have @license tag
(#9) Invalid inline phpdocs tag @see found
(#7) Package is not specified for class BatchClosureTransfer. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#55) Function BatchCommandTransfer::transfer is not documented
(#11) No one-line description found in phpdocs for class BatchCommandTransfer
(#20) There is no description in phpdocs for function __construct
(#28) Phpdocs for function BatchCommandTransfer::createBatches has incomplete parameters list
(#11) Class BatchCommandTransfer does not have @copyright tag
(#11) Class BatchCommandTransfer does not have @license tag
(#13) Invalid inline phpdocs tag @see found
(#11) Package is not specified for class BatchCommandTransfer. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Package is not specified for function createBatches. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Package is not specified for function add. It is also not specified in file-level phpdocs
(#19) Package is not specified for function flush. It is also not specified in file-level phpdocs
(#26) Package is not specified for function isEmpty. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#59) Function BatchRequestTransfer::transfer is not documented
(#10) No one-line description found in phpdocs for class BatchRequestTransfer
(#29) Phpdocs for function BatchRequestTransfer::createBatches has incomplete parameters list
(#10) Class BatchRequestTransfer does not have @copyright tag
(#10) Class BatchRequestTransfer does not have @license tag
(#12) Invalid inline phpdocs tag @see found
(#10) Package is not specified for class BatchRequestTransfer. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#43) Function BatchSizeDivisor::createBatches is not documented
(#13) There is no description in phpdocs for function __construct
(#5) Class BatchSizeDivisor does not have @copyright tag
(#5) Class BatchSizeDivisor does not have @license tag
(#5) Package is not specified for class BatchSizeDivisor. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Package is not specified for function transfer. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#26) There is no description in phpdocs for function __construct
(#9) Class BatchTransferException does not have @copyright tag
(#9) Class BatchTransferException does not have @license tag
(#9) Package is not specified for class BatchTransferException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#16) Function ExceptionBufferingBatch::flush is not documented
(#7) No one-line description found in phpdocs for class ExceptionBufferingBatch
(#7) Class ExceptionBufferingBatch does not have @copyright tag
(#7) Class ExceptionBufferingBatch does not have @license tag
(#7) Package is not specified for class ExceptionBufferingBatch. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#50) Function FlushingBatch::add is not documented
(#16) There is no description in phpdocs for function __construct
(#5) Class FlushingBatch does not have @copyright tag
(#5) Class FlushingBatch does not have @license tag
(#5) Package is not specified for class FlushingBatch. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function HistoryBatch::add is not documented
(#5) No one-line description found in phpdocs for class HistoryBatch
(#5) Class HistoryBatch does not have @copyright tag
(#5) Class HistoryBatch does not have @license tag
(#5) Package is not specified for class HistoryBatch. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#31) Function NotifyingBatch::flush is not documented
(#15) There is no description in phpdocs for function __construct
(#7) Class NotifyingBatch does not have @copyright tag
(#7) Class NotifyingBatch does not have @license tag
(#7) Package is not specified for class NotifyingBatch. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Variable AbstractCacheAdapter::$cache is not documented
(#5) Class AbstractCacheAdapter does not have @copyright tag
(#5) Class AbstractCacheAdapter does not have @license tag
(#5) Package is not specified for class AbstractCacheAdapter. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Class CacheAdapterFactory does not have @copyright tag
(#12) Class CacheAdapterFactory does not have @license tag
(#50) Invalid phpdocs tag @codeCoverageIgnore used
(#102) Invalid phpdocs tag @codeCoverageIgnore used
(#12) Package is not specified for class CacheAdapterFactory. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Package is not specified for function contains. It is also not specified in file-level phpdocs
(#24) Package is not specified for function delete. It is also not specified in file-level phpdocs
(#34) Package is not specified for function fetch. It is also not specified in file-level phpdocs
(#44) Package is not specified for function save. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#38) Function ClosureCacheAdapter::contains is not documented
(#43) Function ClosureCacheAdapter::delete is not documented
(#48) Function ClosureCacheAdapter::fetch is not documented
(#53) Function ClosureCacheAdapter::save is not documented
(#5) Class ClosureCacheAdapter does not have @copyright tag
(#5) Class ClosureCacheAdapter does not have @license tag
(#5) Package is not specified for class ClosureCacheAdapter. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#22) Function DoctrineCacheAdapter::contains is not documented
(#27) Function DoctrineCacheAdapter::delete is not documented
(#32) Function DoctrineCacheAdapter::fetch is not documented
(#37) Function DoctrineCacheAdapter::save is not documented
(#14) There is no description in phpdocs for function __construct
(#7) Class DoctrineCacheAdapter does not have @copyright tag
(#7) Class DoctrineCacheAdapter does not have @license tag
(#7) Package is not specified for class DoctrineCacheAdapter. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Function NullCacheAdapter::__construct is not documented
(#12) Function NullCacheAdapter::contains is not documented
(#17) Function NullCacheAdapter::delete is not documented
(#22) Function NullCacheAdapter::fetch is not documented
(#27) Function NullCacheAdapter::save is not documented
(#5) Class NullCacheAdapter does not have @copyright tag
(#5) Class NullCacheAdapter does not have @license tag
(#5) Package is not specified for class NullCacheAdapter. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#25) Function Zf1CacheAdapter::contains is not documented
(#30) Function Zf1CacheAdapter::delete is not documented
(#35) Function Zf1CacheAdapter::fetch is not documented
(#40) Function Zf1CacheAdapter::save is not documented
(#16) There is no description in phpdocs for function __construct
(#7) Class Zf1CacheAdapter does not have @copyright tag
(#7) Class Zf1CacheAdapter does not have @license tag
(#12) Invalid phpdocs tag @codeCoverageIgnore used
(#7) Package is not specified for class Zf1CacheAdapter. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#22) Function Zf2CacheAdapter::contains is not documented
(#27) Function Zf2CacheAdapter::delete is not documented
(#32) Function Zf2CacheAdapter::fetch is not documented
(#37) Function Zf2CacheAdapter::save is not documented
(#14) There is no description in phpdocs for function __construct
(#7) Class Zf2CacheAdapter does not have @copyright tag
(#7) Class Zf2CacheAdapter does not have @license tag
(#7) Package is not specified for class Zf2CacheAdapter. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#17) Function AbstractHasDispatcher::getAllEvents is not documented
(#22) Function AbstractHasDispatcher::setEventDispatcher is not documented
(#29) Function AbstractHasDispatcher::getEventDispatcher is not documented
(#38) Function AbstractHasDispatcher::dispatch is not documented
(#43) Function AbstractHasDispatcher::addSubscriber is not documented
(#9) Class AbstractHasDispatcher does not have @copyright tag
(#9) Class AbstractHasDispatcher does not have @license tag
(#9) Package is not specified for class AbstractHasDispatcher. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#45) Function Collection::count is not documented
(#50) Function Collection::getIterator is not documented
(#55) Function Collection::toArray is not documented
(#294) Function Collection::offsetExists is not documented
(#299) Function Collection::offsetGet is not documented
(#304) Function Collection::offsetSet is not documented
(#309) Function Collection::offsetUnset is not documented
(#16) There is no description in phpdocs for function __construct
(#8) Class Collection does not have @copyright tag
(#8) Class Collection does not have @license tag
(#8) Package is not specified for class Collection. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#23) Function Event::getIterator is not documented
(#28) Function Event::offsetGet is not documented
(#33) Function Event::offsetSet is not documented
(#38) Function Event::offsetExists is not documented
(#43) Function Event::offsetUnset is not documented
(#48) Function Event::toArray is not documented
(#15) There is no description in phpdocs for function __construct
(#7) Class Event does not have @copyright tag
(#7) Class Event does not have @license tag
(#7) Package is not specified for class Event. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class BadMethodCallException is not documented
(#5) Package is not specified for class BadMethodCallException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#16) Function ExceptionCollection::__construct is not documented
(#88) Function ExceptionCollection::getExceptionMessage is not documented
(#5) Class ExceptionCollection does not have @copyright tag
(#5) Class ExceptionCollection does not have @license tag
(#5) Package is not specified for class ExceptionCollection. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class InvalidArgumentException is not documented
(#5) Package is not specified for class InvalidArgumentException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class RuntimeException is not documented
(#5) Package is not specified for class RuntimeException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class UnexpectedValueException is not documented
(#5) Package is not specified for class UnexpectedValueException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Package is not specified for function factory. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Package is not specified for function getAllEvents. It is also not specified in file-level phpdocs
(#20) Package is not specified for function setEventDispatcher. It is also not specified in file-level phpdocs
(#29) Package is not specified for function getEventDispatcher. It is also not specified in file-level phpdocs
(#36) Package is not specified for function dispatch. It is also not specified in file-level phpdocs
(#46) Package is not specified for function addSubscriber. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Package is not specified for function toArray. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Constant Version::VERSION is not documented
(#5) Class Version does not have @copyright tag
(#5) Class Version does not have @license tag
(#5) Package is not specified for class Version. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#23) Function AbstractEntityBodyDecorator::__toString is not documented
(#41) Function AbstractEntityBodyDecorator::close is not documented
(#46) Function AbstractEntityBodyDecorator::setRewindFunction is not documented
(#53) Function AbstractEntityBodyDecorator::rewind is not documented
(#58) Function AbstractEntityBodyDecorator::compress is not documented
(#63) Function AbstractEntityBodyDecorator::uncompress is not documented
(#68) Function AbstractEntityBodyDecorator::getContentLength is not documented
(#73) Function AbstractEntityBodyDecorator::getContentType is not documented
(#78) Function AbstractEntityBodyDecorator::getContentMd5 is not documented
(#85) Function AbstractEntityBodyDecorator::getContentEncoding is not documented
(#90) Function AbstractEntityBodyDecorator::getMetaData is not documented
(#95) Function AbstractEntityBodyDecorator::getStream is not documented
(#100) Function AbstractEntityBodyDecorator::setStream is not documented
(#107) Function AbstractEntityBodyDecorator::detachStream is not documented
(#114) Function AbstractEntityBodyDecorator::getWrapper is not documented
(#119) Function AbstractEntityBodyDecorator::getWrapperData is not documented
(#124) Function AbstractEntityBodyDecorator::getStreamType is not documented
(#129) Function AbstractEntityBodyDecorator::getUri is not documented
(#134) Function AbstractEntityBodyDecorator::getSize is not documented
(#139) Function AbstractEntityBodyDecorator::isReadable is not documented
(#144) Function AbstractEntityBodyDecorator::isRepeatable is not documented
(#149) Function AbstractEntityBodyDecorator::isWritable is not documented
(#154) Function AbstractEntityBodyDecorator::isConsumed is not documented
(#168) Function AbstractEntityBodyDecorator::isLocal is not documented
(#173) Function AbstractEntityBodyDecorator::isSeekable is not documented
(#178) Function AbstractEntityBodyDecorator::setSize is not documented
(#185) Function AbstractEntityBodyDecorator::seek is not documented
(#190) Function AbstractEntityBodyDecorator::read is not documented
(#195) Function AbstractEntityBodyDecorator::write is not documented
(#200) Function AbstractEntityBodyDecorator::readLine is not documented
(#205) Function AbstractEntityBodyDecorator::ftell is not documented
(#210) Function AbstractEntityBodyDecorator::getCustomData is not documented
(#215) Function AbstractEntityBodyDecorator::setCustomData is not documented
(#15) There is no description in phpdocs for function __construct
(#7) Class AbstractEntityBodyDecorator does not have @copyright tag
(#7) Class AbstractEntityBodyDecorator does not have @license tag
(#7) Package is not specified for class AbstractEntityBodyDecorator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#50) Function CachingEntityBody::getSize is not documented
(#79) Function CachingEntityBody::rewind is not documented
(#94) Function CachingEntityBody::read is not documented
(#120) Function CachingEntityBody::write is not documented
(#152) Function CachingEntityBody::isConsumed is not documented
(#165) Function CachingEntityBody::setStream is not documented
(#170) Function CachingEntityBody::getContentType is not documented
(#175) Function CachingEntityBody::getContentEncoding is not documented
(#180) Function CachingEntityBody::getMetaData is not documented
(#185) Function CachingEntityBody::getStream is not documented
(#190) Function CachingEntityBody::getWrapper is not documented
(#195) Function CachingEntityBody::getWrapperData is not documented
(#200) Function CachingEntityBody::getStreamType is not documented
(#205) Function CachingEntityBody::getUri is not documented
(#18) Phpdocs for function CachingEntityBody::__construct has incomplete parameters list
(#55) Phpdocs for function CachingEntityBody::seek has incomplete parameters list
(#84) Phpdocs for function CachingEntityBody::setRewindFunction has incomplete parameters list
(#132) Phpdocs for function CachingEntityBody::readLine has incomplete parameters list
(#210) Phpdocs for function CachingEntityBody::getCustomData has incomplete parameters list
(#219) Phpdocs for function CachingEntityBody::setCustomData has incomplete parameters list
(#7) Class CachingEntityBody does not have @copyright tag
(#7) Class CachingEntityBody does not have @license tag
(#7) Package is not specified for class CachingEntityBody. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#57) Function Client::getAllEvents is not documented
(#86) Function Client::setConfig is not documented
(#99) Function Client::getConfig is not documented
(#134) Function Client::setSslVerification is not documented
(#172) Function Client::createRequest is not documented
(#204) Function Client::getBaseUrl is not documented
(#209) Function Client::setBaseUrl is not documented
(#216) Function Client::setUserAgent is not documented
(#238) Function Client::get is not documented
(#246) Function Client::head is not documented
(#251) Function Client::delete is not documented
(#256) Function Client::put is not documented
(#261) Function Client::patch is not documented
(#266) Function Client::post is not documented
(#271) Function Client::options is not documented
(#276) Function Client::send is not documented
(#320) Function Client::setRequestFactory is not documented
(#29) Constant Client::REQUEST_OPTIONS is not documented
(#30) Constant Client::CURL_OPTIONS is not documented
(#31) Constant Client::SSL_CERT_AUTHORITY is not documented
(#32) Constant Client::DISABLE_REDIRECTS is not documented
(#33) Constant Client::DEFAULT_SELECT_TIMEOUT is not documented
(#34) Constant Client::MAX_HANDLES is not documented
(#62) There is no description in phpdocs for function __construct
(#305) There is no description in phpdocs for function getCurlMulti
(#457) There is no description in phpdocs for function getDefaultHeaders
(#466) There is no description in phpdocs for function setDefaultHeaders
(#483) There is no description in phpdocs for function preparePharCacert
(#466) Phpdocs for function Client::setDefaultHeaders has incomplete parameters list
(#483) Phpdocs for function Client::preparePharCacert has incomplete parameters list
(#21) Class Client does not have @copyright tag
(#21) Class Client does not have @license tag
(#21) Package is not specified for class Client. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#16) Constant CREATE_REQUEST is not documented
(#50) Invalid inline phpdocs tag @see found
(#21) Package is not specified for function setConfig. It is also not specified in file-level phpdocs
(#30) Package is not specified for function getConfig. It is also not specified in file-level phpdocs
(#49) Package is not specified for function createRequest. It is also not specified in file-level phpdocs
(#74) Package is not specified for function get. It is also not specified in file-level phpdocs
(#87) Package is not specified for function head. It is also not specified in file-level phpdocs
(#99) Package is not specified for function delete. It is also not specified in file-level phpdocs
(#112) Package is not specified for function put. It is also not specified in file-level phpdocs
(#125) Package is not specified for function patch. It is also not specified in file-level phpdocs
(#138) Package is not specified for function post. It is also not specified in file-level phpdocs
(#154) Package is not specified for function options. It is also not specified in file-level phpdocs
(#165) Package is not specified for function send. It is also not specified in file-level phpdocs
(#174) Package is not specified for function getBaseUrl. It is also not specified in file-level phpdocs
(#183) Package is not specified for function setBaseUrl. It is also not specified in file-level phpdocs
(#192) Package is not specified for function setUserAgent. It is also not specified in file-level phpdocs
(#202) Package is not specified for function setSslVerification. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#18) Constant CurlHandle::BODY_AS_STRING is not documented
(#19) Constant CurlHandle::PROGRESS is not documented
(#20) Constant CurlHandle::DEBUG is not documented
(#13) Class CurlHandle does not have @copyright tag
(#13) Class CurlHandle does not have @license tag
(#13) Package is not specified for class CurlHandle. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#47) Function CurlMulti::__construct is not documented
(#59) Function CurlMulti::__destruct is not documented
(#66) Function CurlMulti::add is not documented
(#77) Function CurlMulti::all is not documented
(#82) Function CurlMulti::remove is not documented
(#96) Function CurlMulti::reset is not documented
(#109) Function CurlMulti::send is not documented
(#121) Function CurlMulti::count is not documented
(#177) Function CurlMulti::addHandle is not documented
(#385) There is no description in phpdocs for function validateResponseWasSet
(#385) Phpdocs for function CurlMulti::validateResponseWasSet has incomplete parameters list
(#13) Class CurlMulti does not have @copyright tag
(#13) Class CurlMulti does not have @license tag
(#14) Invalid inline phpdocs tag @see found
(#21) Invalid inline phpdocs tag @see found
(#13) Package is not specified for class CurlMulti. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Constant POLLING_REQUEST is not documented
(#15) Constant ADD_REQUEST is not documented
(#16) Constant REMOVE_REQUEST is not documented
(#17) Constant MULTI_EXCEPTION is not documented
(#18) Constant BLOCKING is not documented
(#10) Invalid inline phpdocs tag @see found
(#30) Invalid inline phpdocs tag @see found
(#53) Invalid inline phpdocs tag @see found
(#20) Package is not specified for function add. It is also not specified in file-level phpdocs
(#29) Package is not specified for function all. It is also not specified in file-level phpdocs
(#36) Package is not specified for function remove. It is also not specified in file-level phpdocs
(#45) Package is not specified for function reset. It is also not specified in file-level phpdocs
(#52) Package is not specified for function send. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#35) Function CurlMultiProxy::add is not documented
(#42) Function CurlMultiProxy::all is not documented
(#52) Function CurlMultiProxy::remove is not documented
(#70) Function CurlMultiProxy::reset is not documented
(#84) Function CurlMultiProxy::send is not documented
(#108) Function CurlMultiProxy::count is not documented
(#14) Variable CurlMultiProxy::$handles is not documented
(#15) Variable CurlMultiProxy::$groups is not documented
(#16) Variable CurlMultiProxy::$queued is not documented
(#17) Variable CurlMultiProxy::$maxHandles is not documented
(#18) Variable CurlMultiProxy::$selectTimeout is not documented
(#8) No one-line description found in phpdocs for class CurlMultiProxy
(#20) There is no description in phpdocs for function __construct
(#8) Class CurlMultiProxy does not have @copyright tag
(#8) Class CurlMultiProxy does not have @license tag
(#8) Package is not specified for class CurlMultiProxy. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#19) There is no description in phpdocs for function getInstance
(#5) Class CurlVersion does not have @copyright tag
(#5) Class CurlVersion does not have @license tag
(#5) Package is not specified for class CurlVersion. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#20) There is no description in phpdocs for function __construct
(#9) Class RequestMediator does not have @copyright tag
(#9) Class RequestMediator does not have @license tag
(#9) Package is not specified for class RequestMediator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#53) Function EntityBody::setRewindFunction is not documented
(#64) Function EntityBody::rewind is not documented
(#87) Function EntityBody::compress is not documented
(#95) Function EntityBody::uncompress is not documented
(#117) Function EntityBody::getContentLength is not documented
(#122) Function EntityBody::getContentType is not documented
(#127) Function EntityBody::getContentMd5 is not documented
(#153) Function EntityBody::setStreamFilterContentEncoding is not documented
(#160) Function EntityBody::getContentEncoding is not documented
(#168) Function EntityBody::handleCompression is not documented
(#10) Class EntityBody does not have @copyright tag
(#10) Class EntityBody does not have @license tag
(#145) Invalid phpdocs tag @codeCoverageIgnore used
(#10) Package is not specified for class EntityBody. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Package is not specified for function setRewindFunction. It is also not specified in file-level phpdocs
(#23) Package is not specified for function compress. It is also not specified in file-level phpdocs
(#33) Package is not specified for function uncompress. It is also not specified in file-level phpdocs
(#42) Package is not specified for function getContentLength. It is also not specified in file-level phpdocs
(#49) Package is not specified for function getContentType. It is also not specified in file-level phpdocs
(#57) Package is not specified for function getContentMd5. It is also not specified in file-level phpdocs
(#67) Package is not specified for function getContentEncoding. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class BadResponseException does not have @copyright tag
(#8) Class BadResponseException does not have @license tag
(#8) Package is not specified for class BadResponseException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class ClientErrorResponseException does not have @copyright tag
(#5) Class ClientErrorResponseException does not have @license tag
(#5) Package is not specified for class ClientErrorResponseException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class CouldNotRewindStreamException is not documented
(#7) Package is not specified for class CouldNotRewindStreamException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Variable CurlException::$curlError is not documented
(#13) Variable CurlException::$curlErrorNo is not documented
(#14) Variable CurlException::$handle is not documented
(#15) Variable CurlException::$curlInfo is not documented
(#7) Class CurlException does not have @copyright tag
(#7) Class CurlException does not have @license tag
(#7) Package is not specified for class CurlException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Variable MultiTransferException::$successfulRequests is not documented
(#14) Variable MultiTransferException::$failedRequests is not documented
(#15) Variable MultiTransferException::$exceptionForRequest is not documented
(#89) Phpdocs for function MultiTransferException::setSuccessfulRequests has incomplete parameters list
(#103) Phpdocs for function MultiTransferException::setFailedRequests has incomplete parameters list
(#8) Class MultiTransferException does not have @copyright tag
(#8) Class MultiTransferException does not have @license tag
(#8) Package is not specified for class MultiTransferException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class RequestException does not have @copyright tag
(#8) Class RequestException does not have @license tag
(#8) Package is not specified for class RequestException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class ServerErrorResponseException does not have @copyright tag
(#5) Class ServerErrorResponseException does not have @license tag
(#5) Package is not specified for class ServerErrorResponseException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class TooManyRedirectsException is not documented
(#5) Package is not specified for class TooManyRedirectsException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#19) Function IoEmittingEntityBody::getAllEvents is not documented
(#35) Function IoEmittingEntityBody::getEventDispatcher is not documented
(#44) Function IoEmittingEntityBody::dispatch is not documented
(#60) Function IoEmittingEntityBody::read is not documented
(#72) Function IoEmittingEntityBody::write is not documented
(#24) Phpdocs for function IoEmittingEntityBody::setEventDispatcher has incomplete parameters list
(#49) Phpdocs for function IoEmittingEntityBody::addSubscriber has incomplete parameters list
(#11) Class IoEmittingEntityBody does not have @copyright tag
(#11) Class IoEmittingEntityBody does not have @license tag
(#26) Invalid phpdocs tag @codeCoverageIgnore used
(#51) Invalid phpdocs tag @codeCoverageIgnore used
(#11) Package is not specified for class IoEmittingEntityBody. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#32) Function AbstractMessage::__construct is not documented
(#53) Function AbstractMessage::getParams is not documented
(#58) Function AbstractMessage::addHeader is not documented
(#71) Function AbstractMessage::addHeaders is not documented
(#80) Function AbstractMessage::getHeader is not documented
(#85) Function AbstractMessage::getHeaders is not documented
(#90) Function AbstractMessage::getHeaderLines is not documented
(#100) Function AbstractMessage::setHeader is not documented
(#108) Function AbstractMessage::setHeaders is not documented
(#118) Function AbstractMessage::hasHeader is not documented
(#123) Function AbstractMessage::removeHeader is not documented
(#130) There is no description in phpdocs for function getTokenizedHeader
(#152) There is no description in phpdocs for function setTokenizedHeader
(#162) There is no description in phpdocs for function getCacheControlDirective
(#176) There is no description in phpdocs for function hasCacheControlDirective
(#190) There is no description in phpdocs for function addCacheControlDirective
(#207) There is no description in phpdocs for function removeCacheControlDirective
(#130) Phpdocs for function AbstractMessage::getTokenizedHeader has incomplete parameters list
(#152) Phpdocs for function AbstractMessage::setTokenizedHeader has incomplete parameters list
(#162) Phpdocs for function AbstractMessage::getCacheControlDirective has incomplete parameters list
(#176) Phpdocs for function AbstractMessage::hasCacheControlDirective has incomplete parameters list
(#190) Phpdocs for function AbstractMessage::addCacheControlDirective has incomplete parameters list
(#207) Phpdocs for function AbstractMessage::removeCacheControlDirective has incomplete parameters list
(#12) Class AbstractMessage does not have @copyright tag
(#12) Class AbstractMessage does not have @license tag
(#132) Invalid phpdocs tag @codeCoverageIgnore used
(#154) Invalid phpdocs tag @codeCoverageIgnore used
(#164) Invalid phpdocs tag @codeCoverageIgnore used
(#178) Invalid phpdocs tag @codeCoverageIgnore used
(#192) Invalid phpdocs tag @codeCoverageIgnore used
(#209) Invalid phpdocs tag @codeCoverageIgnore used
(#12) Package is not specified for class AbstractMessage. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#28) Function EntityEnclosingRequest::__construct is not documented
(#47) Function EntityEnclosingRequest::setState is not documented
(#57) Function EntityEnclosingRequest::setBody is not documented
(#95) Function EntityEnclosingRequest::getBody is not documented
(#119) Function EntityEnclosingRequest::configureRedirects is not documented
(#131) Function EntityEnclosingRequest::getPostField is not documented
(#136) Function EntityEnclosingRequest::getPostFields is not documented
(#141) Function EntityEnclosingRequest::setPostField is not documented
(#149) Function EntityEnclosingRequest::addPostFields is not documented
(#157) Function EntityEnclosingRequest::removePostField is not documented
(#165) Function EntityEnclosingRequest::getPostFiles is not documented
(#170) Function EntityEnclosingRequest::getPostFile is not documented
(#175) Function EntityEnclosingRequest::removePostFile is not documented
(#183) Function EntityEnclosingRequest::addPostFile is not documented
(#214) Function EntityEnclosingRequest::addPostFiles is not documented
(#34) There is no description in phpdocs for function __toString
(#11) Class EntityEnclosingRequest does not have @copyright tag
(#11) Class EntityEnclosingRequest does not have @license tag
(#11) Package is not specified for class EntityEnclosingRequest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Constant URL_ENCODED is not documented
(#15) Constant MULTIPART is not documented
(#17) Package is not specified for function setBody. It is also not specified in file-level phpdocs
(#28) Package is not specified for function getBody. It is also not specified in file-level phpdocs
(#35) Package is not specified for function getPostField. It is also not specified in file-level phpdocs
(#44) Package is not specified for function getPostFields. It is also not specified in file-level phpdocs
(#51) Package is not specified for function setPostField. It is also not specified in file-level phpdocs
(#61) Package is not specified for function addPostFields. It is also not specified in file-level phpdocs
(#70) Package is not specified for function removePostField. It is also not specified in file-level phpdocs
(#79) Package is not specified for function getPostFiles. It is also not specified in file-level phpdocs
(#86) Package is not specified for function getPostFile. It is also not specified in file-level phpdocs
(#95) Package is not specified for function removePostFile. It is also not specified in file-level phpdocs
(#104) Package is not specified for function addPostFile. It is also not specified in file-level phpdocs
(#116) Package is not specified for function addPostFiles. It is also not specified in file-level phpdocs
(#125) Package is not specified for function configureRedirects. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#34) Function Header::__toString is not documented
(#39) Function Header::add is not documented
(#46) Function Header::getName is not documented
(#51) Function Header::setName is not documented
(#58) Function Header::setGlue is not documented
(#65) Function Header::getGlue is not documented
(#97) Function Header::hasValue is not documented
(#102) Function Header::removeValue is not documented
(#111) Function Header::toArray is not documented
(#116) Function Header::count is not documented
(#121) Function Header::getIterator is not documented
(#126) Function Header::parseParams is not documented
(#13) Variable Header::$values is not documented
(#14) Variable Header::$header is not documented
(#15) Variable Header::$glue is not documented
(#17) There is no description in phpdocs for function __construct
(#149) There is no description in phpdocs for function hasExactHeader
(#159) There is no description in phpdocs for function raw
(#149) Phpdocs for function Header::hasExactHeader has incomplete parameters list
(#172) Phpdocs for function Header::trimHeader has incomplete parameters list
(#8) Class Header does not have @copyright tag
(#8) Class Header does not have @license tag
(#151) Invalid phpdocs tag @codeCoverageIgnore used
(#161) Invalid phpdocs tag @codeCoverageIgnore used
(#8) Package is not specified for class Header. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#15) Function CacheControl::add is not documented
(#21) Function CacheControl::removeValue is not documented
(#7) Class CacheControl does not have @copyright tag
(#7) Class CacheControl does not have @license tag
(#7) Package is not specified for class CacheControl. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#15) Function HeaderCollection::__construct is not documented
(#20) Function HeaderCollection::__clone is not documented
(#67) Function HeaderCollection::count is not documented
(#72) Function HeaderCollection::offsetExists is not documented
(#77) Function HeaderCollection::offsetGet is not documented
(#84) Function HeaderCollection::offsetSet is not documented
(#89) Function HeaderCollection::offsetUnset is not documented
(#94) Function HeaderCollection::getIterator is not documented
(#99) Function HeaderCollection::toArray is not documented
(#59) Phpdocs for function HeaderCollection::get has incomplete parameters list
(#7) Class HeaderCollection does not have @copyright tag
(#7) Class HeaderCollection does not have @license tag
(#7) Package is not specified for class HeaderCollection. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#18) Function HeaderFactory::createHeader is not documented
(#7) Class HeaderFactory does not have @copyright tag
(#7) Class HeaderFactory does not have @license tag
(#7) Package is not specified for class HeaderFactory. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Package is not specified for function createHeader. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Package is not specified for function __toString. It is also not specified in file-level phpdocs
(#16) Package is not specified for function add. It is also not specified in file-level phpdocs
(#25) Package is not specified for function getName. It is also not specified in file-level phpdocs
(#32) Package is not specified for function setName. It is also not specified in file-level phpdocs
(#41) Package is not specified for function setGlue. It is also not specified in file-level phpdocs
(#50) Package is not specified for function getGlue. It is also not specified in file-level phpdocs
(#57) Package is not specified for function hasValue. It is also not specified in file-level phpdocs
(#66) Package is not specified for function removeValue. It is also not specified in file-level phpdocs
(#75) Package is not specified for function parseParams. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class Link does not have @copyright tag
(#7) Class Link does not have @license tag
(#7) Package is not specified for class Link. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Package is not specified for function getParams. It is also not specified in file-level phpdocs
(#17) Package is not specified for function addHeader. It is also not specified in file-level phpdocs
(#27) Package is not specified for function addHeaders. It is also not specified in file-level phpdocs
(#36) Package is not specified for function getHeader. It is also not specified in file-level phpdocs
(#45) Package is not specified for function getHeaders. It is also not specified in file-level phpdocs
(#52) Package is not specified for function hasHeader. It is also not specified in file-level phpdocs
(#61) Package is not specified for function removeHeader. It is also not specified in file-level phpdocs
(#70) Package is not specified for function setHeader. It is also not specified in file-level phpdocs
(#80) Package is not specified for function setHeaders. It is also not specified in file-level phpdocs
(#89) Package is not specified for function getHeaderLines. It is also not specified in file-level phpdocs
(#96) Package is not specified for function getRawHeaders. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#33) Function PostFile::setFieldName is not documented
(#40) Function PostFile::getFieldName is not documented
(#45) Function PostFile::setFilename is not documented
(#61) Function PostFile::setPostname is not documented
(#68) Function PostFile::getFilename is not documented
(#73) Function PostFile::getPostname is not documented
(#78) Function PostFile::setContentType is not documented
(#85) Function PostFile::getContentType is not documented
(#90) Function PostFile::getCurlValue is not documented
(#14) Variable PostFile::$fieldName is not documented
(#15) Variable PostFile::$contentType is not documented
(#16) Variable PostFile::$filename is not documented
(#17) Variable PostFile::$postname is not documented
(#19) There is no description in phpdocs for function __construct
(#107) There is no description in phpdocs for function getCurlString
(#20) Phpdocs for function PostFile::__construct has incomplete parameters list
(#9) Class PostFile does not have @copyright tag
(#9) Class PostFile does not have @license tag
(#109) Invalid phpdocs tag @codeCoverageIgnore used
(#9) Package is not specified for class PostFile. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Package is not specified for function setFieldName. It is also not specified in file-level phpdocs
(#21) Package is not specified for function getFieldName. It is also not specified in file-level phpdocs
(#28) Package is not specified for function setFilename. It is also not specified in file-level phpdocs
(#38) Package is not specified for function setPostname. It is also not specified in file-level phpdocs
(#47) Package is not specified for function getFilename. It is also not specified in file-level phpdocs
(#54) Package is not specified for function getPostname. It is also not specified in file-level phpdocs
(#61) Package is not specified for function setContentType. It is also not specified in file-level phpdocs
(#70) Package is not specified for function getContentType. It is also not specified in file-level phpdocs
(#77) Package is not specified for function getCurlValue. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#60) Function Request::getAllEvents is not documented
(#112) Function Request::__clone is not documented
(#150) Function Request::setClient is not documented
(#157) Function Request::getClient is not documented
(#162) Function Request::getRawHeaders is not documented
(#171) Function Request::setUrl is not documented
(#192) Function Request::send is not documented
(#201) Function Request::getResponse is not documented
(#206) Function Request::getQuery is not documented
(#213) Function Request::getMethod is not documented
(#218) Function Request::getScheme is not documented
(#223) Function Request::setScheme is not documented
(#230) Function Request::getHost is not documented
(#235) Function Request::setHost is not documented
(#243) Function Request::getProtocolVersion is not documented
(#248) Function Request::setProtocolVersion is not documented
(#255) Function Request::getPath is not documented
(#260) Function Request::setPath is not documented
(#267) Function Request::getPort is not documented
(#272) Function Request::setPort is not documented
(#287) Function Request::getUsername is not documented
(#292) Function Request::getPassword is not documented
(#297) Function Request::setAuth is not documented
(#338) Function Request::getResource is not documented
(#348) Function Request::getUrl is not documented
(#353) Function Request::getState is not documented
(#358) Function Request::setState is not documented
(#395) Function Request::getCurlOptions is not documented
(#400) Function Request::startResponse is not documented
(#409) Function Request::setResponse is not documented
(#433) Function Request::setResponseBody is not documented
(#449) Function Request::getResponseBody is not documented
(#471) Function Request::getCookies is not documented
(#481) Function Request::getCookie is not documented
(#488) Function Request::addCookie is not documented
(#502) Function Request::removeCookie is not documented
(#515) Function Request::setEventDispatcher is not documented
(#523) Function Request::getEventDispatcher is not documented
(#532) Function Request::dispatch is not documented
(#539) Function Request::addSubscriber is not documented
(#80) There is no description in phpdocs for function __construct
(#603) There is no description in phpdocs for function canCache
(#618) There is no description in phpdocs for function setIsRedirect
(#629) There is no description in phpdocs for function isRedirect
(#618) Phpdocs for function Request::setIsRedirect has incomplete parameters list
(#22) Class Request does not have @copyright tag
(#22) Class Request does not have @license tag
(#463) Invalid phpdocs tag @codeCoverageIgnore used
(#605) Invalid phpdocs tag @codeCoverageIgnore used
(#620) Invalid phpdocs tag @codeCoverageIgnore used
(#631) Invalid phpdocs tag @codeCoverageIgnore used
(#22) Package is not specified for class Request. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#44) Function RequestFactory::__construct is not documented
(#49) Function RequestFactory::fromMessage is not documented
(#71) Function RequestFactory::fromParts is not documented
(#83) Function RequestFactory::create is not documented
(#161) Function RequestFactory::applyOptions is not documented
(#172) Function RequestFactory::visit_headers is not documented
(#190) Function RequestFactory::visit_body is not documented
(#199) Function RequestFactory::visit_allow_redirects is not documented
(#206) Function RequestFactory::visit_auth is not documented
(#215) Function RequestFactory::visit_query is not documented
(#230) Function RequestFactory::visit_cookies is not documented
(#241) Function RequestFactory::visit_events is not documented
(#256) Function RequestFactory::visit_plugins is not documented
(#267) Function RequestFactory::visit_exceptions is not documented
(#280) Function RequestFactory::visit_save_to is not documented
(#285) Function RequestFactory::visit_params is not documented
(#294) Function RequestFactory::visit_timeout is not documented
(#303) Function RequestFactory::visit_connect_timeout is not documented
(#312) Function RequestFactory::visit_debug is not documented
(#319) Function RequestFactory::visit_verify is not documented
(#335) Function RequestFactory::visit_proxy is not documented
(#340) Function RequestFactory::visit_cert is not documented
(#350) Function RequestFactory::visit_ssl_key is not documented
(#11) Class RequestFactory does not have @copyright tag
(#11) Class RequestFactory does not have @license tag
(#12) Invalid inline phpdocs tag @see found
(#12) Invalid inline phpdocs tag @see found
(#131) Invalid inline phpdocs tag @see found
(#11) Package is not specified for class RequestFactory. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Constant OPTIONS_NONE is not documented
(#15) Constant OPTIONS_AS_DEFAULTS is not documented
(#17) Package is not specified for function fromMessage. It is also not specified in file-level phpdocs
(#26) Package is not specified for function fromParts. It is also not specified in file-level phpdocs
(#55) Package is not specified for function create. It is also not specified in file-level phpdocs
(#68) Package is not specified for function applyOptions. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#18) Constant STATE_NEW is not documented
(#19) Constant STATE_COMPLETE is not documented
(#20) Constant STATE_TRANSFER is not documented
(#21) Constant STATE_ERROR is not documented
(#23) Constant GET is not documented
(#24) Constant PUT is not documented
(#25) Constant POST is not documented
(#26) Constant DELETE is not documented
(#27) Constant HEAD is not documented
(#28) Constant CONNECT is not documented
(#29) Constant OPTIONS is not documented
(#30) Constant TRACE is not documented
(#31) Constant PATCH is not documented
(#33) There is no description in phpdocs for function __toString
(#65) Phpdocs for function setUrl has incomplete parameters list
(#210) Invalid inline phpdocs tag @see found
(#33) Package is not specified for function __toString. It is also not specified in file-level phpdocs
(#38) Package is not specified for function send. It is also not specified in file-level phpdocs
(#46) Package is not specified for function setClient. It is also not specified in file-level phpdocs
(#55) Package is not specified for function getClient. It is also not specified in file-level phpdocs
(#62) Package is not specified for function setUrl. It is also not specified in file-level phpdocs
(#71) Package is not specified for function getUrl. It is also not specified in file-level phpdocs
(#80) Package is not specified for function getResource. It is also not specified in file-level phpdocs
(#87) Package is not specified for function getQuery. It is also not specified in file-level phpdocs
(#94) Package is not specified for function getMethod. It is also not specified in file-level phpdocs
(#101) Package is not specified for function getScheme. It is also not specified in file-level phpdocs
(#108) Package is not specified for function setScheme. It is also not specified in file-level phpdocs
(#117) Package is not specified for function getHost. It is also not specified in file-level phpdocs
(#124) Package is not specified for function setHost. It is also not specified in file-level phpdocs
(#133) Package is not specified for function getPath. It is also not specified in file-level phpdocs
(#140) Package is not specified for function setPath. It is also not specified in file-level phpdocs
(#149) Package is not specified for function getPort. It is also not specified in file-level phpdocs
(#156) Package is not specified for function setPort. It is also not specified in file-level phpdocs
(#165) Package is not specified for function getUsername. It is also not specified in file-level phpdocs
(#172) Package is not specified for function getPassword. It is also not specified in file-level phpdocs
(#179) Package is not specified for function setAuth. It is also not specified in file-level phpdocs
(#193) Package is not specified for function getProtocolVersion. It is also not specified in file-level phpdocs
(#200) Package is not specified for function setProtocolVersion. It is also not specified in file-level phpdocs
(#209) Package is not specified for function getResponse. It is also not specified in file-level phpdocs
(#216) Package is not specified for function setResponse. It is also not specified in file-level phpdocs
(#230) Package is not specified for function startResponse. It is also not specified in file-level phpdocs
(#239) Package is not specified for function setResponseBody. It is also not specified in file-level phpdocs
(#251) Package is not specified for function getResponseBody. It is also not specified in file-level phpdocs
(#260) Package is not specified for function getState. It is also not specified in file-level phpdocs
(#267) Package is not specified for function setState. It is also not specified in file-level phpdocs
(#277) Package is not specified for function getCurlOptions. It is also not specified in file-level phpdocs
(#284) Package is not specified for function getCookies. It is also not specified in file-level phpdocs
(#291) Package is not specified for function getCookie. It is also not specified in file-level phpdocs
(#300) Package is not specified for function addCookie. It is also not specified in file-level phpdocs
(#310) Package is not specified for function removeCookie. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#163) Function Response::serialize is not documented
(#172) Function Response::unserialize is not documented
(#155) There is no description in phpdocs for function __toString
(#939) There is no description in phpdocs for function getPreviousResponse
(#949) There is no description in phpdocs for function setRequest
(#959) There is no description in phpdocs for function getRequest
(#949) Phpdocs for function Response::setRequest has incomplete parameters list
(#14) Class Response does not have @copyright tag
(#14) Class Response does not have @license tag
(#941) Invalid phpdocs tag @codeCoverageIgnore used
(#951) Invalid phpdocs tag @codeCoverageIgnore used
(#961) Invalid phpdocs tag @codeCoverageIgnore used
(#14) Package is not specified for class Response. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class Mimetypes does not have @copyright tag
(#5) Class Mimetypes does not have @license tag
(#925) Invalid phpdocs tag @codeCoverageIgnore used
(#5) Package is not specified for class Mimetypes. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function CommaAggregator::aggregate is not documented
(#7) Class CommaAggregator does not have @copyright tag
(#7) Class CommaAggregator does not have @license tag
(#7) Package is not specified for class CommaAggregator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function DuplicateAggregator::aggregate is not documented
(#7) Class DuplicateAggregator does not have @copyright tag
(#7) Class DuplicateAggregator does not have @license tag
(#7) Package is not specified for class DuplicateAggregator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function PhpAggregator::aggregate is not documented
(#7) Class PhpAggregator does not have @copyright tag
(#7) Class PhpAggregator does not have @license tag
(#7) Package is not specified for class PhpAggregator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Package is not specified for function aggregate. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#152) Phpdocs for function QueryString::setAggregator has incomplete parameters list
(#11) Class QueryString does not have @copyright tag
(#11) Class QueryString does not have @license tag
(#11) Package is not specified for class QueryString. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#52) Function ReadLimitEntityBody::isConsumed is not documented
(#111) Function ReadLimitEntityBody::read is not documented
(#18) There is no description in phpdocs for function __construct
(#71) Phpdocs for function ReadLimitEntityBody::seek has incomplete parameters list
(#7) Class ReadLimitEntityBody does not have @copyright tag
(#7) Class ReadLimitEntityBody does not have @license tag
(#7) Package is not specified for class ReadLimitEntityBody. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#32) Function RedirectPlugin::getSubscribedEvents is not documented
(#21) Constant RedirectPlugin::REDIRECT_COUNT is not documented
(#22) Constant RedirectPlugin::MAX_REDIRECTS is not documented
(#23) Constant RedirectPlugin::STRICT_REDIRECTS is not documented
(#24) Constant RedirectPlugin::PARENT_REQUEST is not documented
(#25) Constant RedirectPlugin::DISABLE is not documented
(#109) Phpdocs for function RedirectPlugin::createRedirectRequest has incomplete parameters list
(#16) Class RedirectPlugin does not have @copyright tag
(#16) Class RedirectPlugin does not have @license tag
(#16) Package is not specified for class RedirectPlugin. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#32) There is no description in phpdocs for function request
(#10) Class StaticClient does not have @copyright tag
(#10) Class StaticClient does not have @license tag
(#10) Package is not specified for class StaticClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#546) Function Url::addQuery is not documented
(#12) Variable Url::$scheme is not documented
(#13) Variable Url::$host is not documented
(#14) Variable Url::$port is not documented
(#15) Variable Url::$username is not documented
(#16) Variable Url::$password is not documented
(#17) Variable Url::$path is not documented
(#18) Variable Url::$fragment is not documented
(#113) Phpdocs for function Url::__construct has incomplete parameters list
(#7) Class Url does not have @copyright tag
(#7) Class Url does not have @license tag
(#7) Package is not specified for class Url. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#29) Function Inflector::snake is not documented
(#34) Function Inflector::camel is not documented
(#5) Class Inflector does not have @copyright tag
(#5) Class Inflector does not have @license tag
(#5) Package is not specified for class Inflector. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Package is not specified for function snake. It is also not specified in file-level phpdocs
(#19) Package is not specified for function camel. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#32) Function MemoizingInflector::snake is not documented
(#22) There is no description in phpdocs for function __construct
(#5) Class MemoizingInflector does not have @copyright tag
(#5) Class MemoizingInflector does not have @license tag
(#5) Package is not specified for class MemoizingInflector. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#39) Function PreComputedInflector::snake is not documented
(#19) There is no description in phpdocs for function __construct
(#5) Class PreComputedInflector does not have @copyright tag
(#5) Class PreComputedInflector does not have @license tag
(#5) Package is not specified for class PreComputedInflector. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class AppendIterator does not have @copyright tag
(#5) Class AppendIterator does not have @license tag
(#5) Package is not specified for class AppendIterator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#32) Function ChunkedIterator::rewind is not documented
(#38) Function ChunkedIterator::next is not documented
(#47) Function ChunkedIterator::current is not documented
(#52) Function ChunkedIterator::valid is not documented
(#16) There is no description in phpdocs for function __construct
(#5) Class ChunkedIterator does not have @copyright tag
(#5) Class ChunkedIterator does not have @license tag
(#5) Package is not specified for class ChunkedIterator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#32) Function FilterIterator::accept is not documented
(#17) There is no description in phpdocs for function __construct
(#7) Class FilterIterator does not have @copyright tag
(#7) Class FilterIterator does not have @license tag
(#10) Invalid inline phpdocs tag @see found
(#7) Package is not specified for class FilterIterator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#30) Function MapIterator::current is not documented
(#15) There is no description in phpdocs for function __construct
(#7) Class MapIterator does not have @copyright tag
(#7) Class MapIterator does not have @license tag
(#7) Package is not specified for class MapIterator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class MethodProxyIterator does not have @copyright tag
(#5) Class MethodProxyIterator does not have @license tag
(#5) Package is not specified for class MethodProxyIterator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function AbstractLogAdapter::getLogObject is not documented
(#10) Variable AbstractLogAdapter::$log is not documented
(#5) Class AbstractLogAdapter does not have @copyright tag
(#5) Class AbstractLogAdapter does not have @license tag
(#5) Package is not specified for class AbstractLogAdapter. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function ArrayLogAdapter::log is not documented
(#10) Variable ArrayLogAdapter::$logs is not documented
(#5) Class ArrayLogAdapter does not have @copyright tag
(#5) Class ArrayLogAdapter does not have @license tag
(#5) Package is not specified for class ArrayLogAdapter. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Function ClosureLogAdapter::__construct is not documented
(#19) Function ClosureLogAdapter::log is not documented
(#5) Class ClosureLogAdapter does not have @copyright tag
(#5) Class ClosureLogAdapter does not have @license tag
(#5) Package is not specified for class ClosureLogAdapter. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Package is not specified for function log. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#41) Constant MessageFormatter::DEFAULT_FORMAT is not documented
(#42) Constant MessageFormatter::DEBUG_FORMAT is not documented
(#43) Constant MessageFormatter::SHORT_FORMAT is not documented
(#50) There is no description in phpdocs for function __construct
(#10) Class MessageFormatter does not have @copyright tag
(#10) Class MessageFormatter does not have @license tag
(#10) Package is not specified for class MessageFormatter. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#25) Function MonologLogAdapter::__construct is not documented
(#30) Function MonologLogAdapter::log is not documented
(#7) No one-line description found in phpdocs for class MonologLogAdapter
(#13) Phpdocs for variable MonologLogAdapter::$mapping does not contain @var or incorrect
(#7) Class MonologLogAdapter does not have @copyright tag
(#7) Class MonologLogAdapter does not have @license tag
(#9) Invalid phpdocs tag @codeCoverageIgnore used
(#7) Package is not specified for class MonologLogAdapter. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#27) Function PsrLogAdapter::__construct is not documented
(#32) Function PsrLogAdapter::log is not documented
(#15) Phpdocs for variable PsrLogAdapter::$mapping does not contain @var or incorrect
(#8) Class PsrLogAdapter does not have @copyright tag
(#8) Class PsrLogAdapter does not have @license tag
(#8) Package is not specified for class PsrLogAdapter. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function Zf1LogAdapter::__construct is not documented
(#20) Function Zf1LogAdapter::log is not documented
(#7) Class Zf1LogAdapter does not have @copyright tag
(#7) Class Zf1LogAdapter does not have @license tag
(#10) Invalid phpdocs tag @codeCoverageIgnore used
(#7) Package is not specified for class Zf1LogAdapter. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function Zf2LogAdapter::__construct is not documented
(#17) Function Zf2LogAdapter::log is not documented
(#7) Class Zf2LogAdapter does not have @copyright tag
(#7) Class Zf2LogAdapter does not have @license tag
(#7) Package is not specified for class Zf2LogAdapter. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#25) Function CookieParser::parseCookie is not documented
(#5) Class CookieParser does not have @copyright tag
(#5) Class CookieParser does not have @license tag
(#5) Package is not specified for class CookieParser. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Package is not specified for function parseCookie. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class AbstractMessageParser does not have @copyright tag
(#5) Class AbstractMessageParser does not have @license tag
(#5) Package is not specified for class AbstractMessageParser. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Function MessageParser::parseRequest is not documented
(#41) Function MessageParser::parseResponse is not documented
(#5) Class MessageParser does not have @copyright tag
(#5) Class MessageParser does not have @license tag
(#5) Package is not specified for class MessageParser. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Package is not specified for function parseRequest. It is also not specified in file-level phpdocs
(#19) Package is not specified for function parseResponse. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Function PeclHttpMessageParser::parseRequest is not documented
(#31) Function PeclHttpMessageParser::parseResponse is not documented
(#5) Class PeclHttpMessageParser does not have @copyright tag
(#5) Class PeclHttpMessageParser does not have @license tag
(#5) Package is not specified for class PeclHttpMessageParser. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#37) Function ParserRegistry::__construct is not documented
(#24) There is no description in phpdocs for function getInstance
(#5) Class ParserRegistry does not have @copyright tag
(#5) Class ParserRegistry does not have @license tag
(#26) Invalid phpdocs tag @codeCoverageIgnore used
(#5) Package is not specified for class ParserRegistry. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#15) Function PeclUriTemplate::__construct is not documented
(#22) Function PeclUriTemplate::expand is not documented
(#7) Class PeclUriTemplate does not have @copyright tag
(#7) Class PeclUriTemplate does not have @license tag
(#7) Package is not specified for class PeclUriTemplate. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#39) Function UriTemplate::expand is not documented
(#12) Constant UriTemplate::DEFAULT_PATTERN is not documented
(#5) Class UriTemplate does not have @copyright tag
(#5) Class UriTemplate does not have @license tag
(#5) Package is not specified for class UriTemplate. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Package is not specified for function expand. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#27) Function UrlParser::parseUrl is not documented
(#7) Class UrlParser does not have @copyright tag
(#7) Class UrlParser does not have @license tag
(#10) Invalid phpdocs tag @codeCoverageIgnore used
(#7) Package is not specified for class UrlParser. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Package is not specified for function parseUrl. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#15) Function AsyncPlugin::getSubscribedEvents is not documented
(#10) Class AsyncPlugin does not have @copyright tag
(#10) Class AsyncPlugin does not have @license tag
(#10) Package is not specified for class AsyncPlugin. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#33) Function AbstractBackoffStrategy::getBackoffPeriod is not documented
(#17) There is no description in phpdocs for function setNext
(#9) Class AbstractBackoffStrategy does not have @copyright tag
(#9) Class AbstractBackoffStrategy does not have @license tag
(#9) Package is not specified for class AbstractBackoffStrategy. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#36) Function AbstractErrorCodeBackoffStrategy::makesDecision is not documented
(#16) There is no description in phpdocs for function __construct
(#5) Class AbstractErrorCodeBackoffStrategy does not have @copyright tag
(#5) Class AbstractErrorCodeBackoffStrategy does not have @license tag
(#5) Package is not specified for class AbstractErrorCodeBackoffStrategy. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#40) Function BackoffLogger::getSubscribedEvents is not documented
(#30) There is no description in phpdocs for function __construct
(#10) Class BackoffLogger does not have @copyright tag
(#10) Class BackoffLogger does not have @license tag
(#13) Invalid inline phpdocs tag @see found
(#10) Package is not specified for class BackoffLogger. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#57) Function BackoffPlugin::getAllEvents is not documented
(#62) Function BackoffPlugin::getSubscribedEvents is not documented
(#18) Constant BackoffPlugin::DELAY_PARAM is not documented
(#19) Constant BackoffPlugin::RETRY_PARAM is not documented
(#20) Constant BackoffPlugin::RETRY_EVENT is not documented
(#25) There is no description in phpdocs for function __construct
(#13) Class BackoffPlugin does not have @copyright tag
(#13) Class BackoffPlugin does not have @license tag
(#13) Package is not specified for class BackoffPlugin. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Package is not specified for function getBackoffPeriod. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#38) Function CallbackBackoffStrategy::makesDecision is not documented
(#43) Function CallbackBackoffStrategy::getDelay is not documented
(#21) There is no description in phpdocs for function __construct
(#10) Class CallbackBackoffStrategy does not have @copyright tag
(#10) Class CallbackBackoffStrategy does not have @license tag
(#10) Package is not specified for class CallbackBackoffStrategy. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#25) Function ConstantBackoffStrategy::makesDecision is not documented
(#30) Function ConstantBackoffStrategy::getDelay is not documented
(#19) There is no description in phpdocs for function __construct
(#9) Class ConstantBackoffStrategy does not have @copyright tag
(#9) Class ConstantBackoffStrategy does not have @license tag
(#9) Package is not specified for class ConstantBackoffStrategy. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#22) Function CurlBackoffStrategy::getDelay is not documented
(#10) Class CurlBackoffStrategy does not have @copyright tag
(#10) Class CurlBackoffStrategy does not have @license tag
(#10) Package is not specified for class CurlBackoffStrategy. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#16) Function ExponentialBackoffStrategy::makesDecision is not documented
(#21) Function ExponentialBackoffStrategy::getDelay is not documented
(#9) Class ExponentialBackoffStrategy does not have @copyright tag
(#9) Class ExponentialBackoffStrategy does not have @license tag
(#9) Package is not specified for class ExponentialBackoffStrategy. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#19) Function HttpBackoffStrategy::getDelay is not documented
(#9) Class HttpBackoffStrategy does not have @copyright tag
(#9) Class HttpBackoffStrategy does not have @license tag
(#9) Package is not specified for class HttpBackoffStrategy. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#27) Function LinearBackoffStrategy::makesDecision is not documented
(#32) Function LinearBackoffStrategy::getDelay is not documented
(#19) There is no description in phpdocs for function __construct
(#9) Class LinearBackoffStrategy does not have @copyright tag
(#9) Class LinearBackoffStrategy does not have @license tag
(#9) Package is not specified for class LinearBackoffStrategy. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function ReasonPhraseBackoffStrategy::makesDecision is not documented
(#19) Function ReasonPhraseBackoffStrategy::getDelay is not documented
(#9) Class ReasonPhraseBackoffStrategy does not have @copyright tag
(#9) Class ReasonPhraseBackoffStrategy does not have @license tag
(#9) Package is not specified for class ReasonPhraseBackoffStrategy. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#27) Function TruncatedBackoffStrategy::makesDecision is not documented
(#32) Function TruncatedBackoffStrategy::getDelay is not documented
(#17) There is no description in phpdocs for function __construct
(#9) Class TruncatedBackoffStrategy does not have @copyright tag
(#9) Class TruncatedBackoffStrategy does not have @license tag
(#9) Package is not specified for class TruncatedBackoffStrategy. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Invalid phpdocs tag @codeCoverageIgnore used
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#88) Function CachePlugin::getSubscribedEvents is not documented
(#17) No one-line description found in phpdocs for class CachePlugin
(#41) There is no description in phpdocs for function __construct
(#17) Class CachePlugin does not have @copyright tag
(#17) Class CachePlugin does not have @license tag
(#17) Package is not specified for class CachePlugin. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Package is not specified for function fetch. It is also not specified in file-level phpdocs
(#22) Package is not specified for function cache. It is also not specified in file-level phpdocs
(#30) Package is not specified for function delete. It is also not specified in file-level phpdocs
(#37) Package is not specified for function purge. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#40) Function CallbackCanCacheStrategy::canCacheRequest is not documented
(#47) Function CallbackCanCacheStrategy::canCacheResponse is not documented
(#20) There is no description in phpdocs for function __construct
(#9) Class CallbackCanCacheStrategy does not have @copyright tag
(#9) Class CallbackCanCacheStrategy does not have @license tag
(#9) Package is not specified for class CallbackCanCacheStrategy. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Package is not specified for function canCacheRequest. It is also not specified in file-level phpdocs
(#22) Package is not specified for function canCacheResponse. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#15) Function DefaultCacheKeyProvider::getCacheKey is not documented
(#9) No one-line description found in phpdocs for class DefaultCacheKeyProvider
(#9) Class DefaultCacheKeyProvider does not have @copyright tag
(#9) Class DefaultCacheKeyProvider does not have @license tag
(#11) Invalid phpdocs tag @codeCoverageIgnore used
(#9) Package is not specified for class DefaultCacheKeyProvider. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#39) Function DefaultCacheStorage::cache is not documented
(#102) Function DefaultCacheStorage::delete is not documented
(#116) Function DefaultCacheStorage::purge is not documented
(#123) Function DefaultCacheStorage::fetch is not documented
(#27) There is no description in phpdocs for function __construct
(#13) Class DefaultCacheStorage does not have @copyright tag
(#13) Class DefaultCacheStorage does not have @license tag
(#13) Package is not specified for class DefaultCacheStorage. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Function DefaultCanCacheStrategy::canCacheRequest is not documented
(#28) Function DefaultCanCacheStrategy::canCacheResponse is not documented
(#8) Class DefaultCanCacheStrategy does not have @copyright tag
(#8) Class DefaultCanCacheStrategy does not have @license tag
(#8) Package is not specified for class DefaultCanCacheStrategy. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#30) Function DefaultRevalidation::revalidate is not documented
(#49) Function DefaultRevalidation::shouldRevalidate is not documented
(#20) There is no description in phpdocs for function __construct
(#9) Class DefaultRevalidation does not have @copyright tag
(#9) Class DefaultRevalidation does not have @license tag
(#9) Package is not specified for class DefaultRevalidation. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Function DenyRevalidation::__construct is not documented
(#15) Function DenyRevalidation::revalidate is not documented
(#8) Class DenyRevalidation does not have @copyright tag
(#8) Class DenyRevalidation does not have @license tag
(#8) Package is not specified for class DenyRevalidation. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Package is not specified for function revalidate. It is also not specified in file-level phpdocs
(#23) Package is not specified for function shouldRevalidate. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Function SkipRevalidation::__construct is not documented
(#15) Function SkipRevalidation::revalidate is not documented
(#8) Class SkipRevalidation does not have @copyright tag
(#8) Class SkipRevalidation does not have @license tag
(#8) Package is not specified for class SkipRevalidation. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#42) There is no description in phpdocs for function __construct
(#7) Class Cookie does not have @copyright tag
(#7) Class Cookie does not have @license tag
(#7) Package is not specified for class Cookie. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#42) Function ArrayCookieJar::remove is not documented
(#52) Function ArrayCookieJar::removeTemporary is not documented
(#61) Function ArrayCookieJar::removeExpired is not documented
(#71) Function ArrayCookieJar::all is not documented
(#88) Function ArrayCookieJar::add is not documented
(#188) Function ArrayCookieJar::addCookiesFromResponse is not documented
(#210) Function ArrayCookieJar::getMatchingCookies is not documented
(#22) There is no description in phpdocs for function __construct
(#153) Phpdocs for function ArrayCookieJar::unserialize has incomplete parameters list
(#11) Class ArrayCookieJar does not have @copyright tag
(#11) Class ArrayCookieJar does not have @license tag
(#11) Package is not specified for class ArrayCookieJar. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#57) Invalid inline phpdocs tag @see found
(#14) Package is not specified for function remove. It is also not specified in file-level phpdocs
(#30) Package is not specified for function removeTemporary. It is also not specified in file-level phpdocs
(#40) Package is not specified for function removeExpired. It is also not specified in file-level phpdocs
(#47) Package is not specified for function add. It is also not specified in file-level phpdocs
(#56) Package is not specified for function addCookiesFromResponse. It is also not specified in file-level phpdocs
(#64) Package is not specified for function getMatchingCookies. It is also not specified in file-level phpdocs
(#73) Package is not specified for function all. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class FileCookieJar does not have @copyright tag
(#7) Class FileCookieJar does not have @license tag
(#7) Package is not specified for class FileCookieJar. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#26) Function CookiePlugin::getSubscribedEvents is not documented
(#18) There is no description in phpdocs for function __construct
(#10) Class CookiePlugin does not have @copyright tag
(#10) Class CookiePlugin does not have @license tag
(#10) Package is not specified for class CookiePlugin. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class InvalidCookieException is not documented
(#7) Package is not specified for class InvalidCookieException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#32) Function CurlAuthPlugin::getSubscribedEvents is not documented
(#15) Variable CurlAuthPlugin::$username is not documented
(#16) Variable CurlAuthPlugin::$password is not documented
(#17) Variable CurlAuthPlugin::$scheme is not documented
(#19) There is no description in phpdocs for function __construct
(#9) Class CurlAuthPlugin does not have @copyright tag
(#9) Class CurlAuthPlugin does not have @license tag
(#9) Package is not specified for class CurlAuthPlugin. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Package is not specified for function fromCommand. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#17) Function ErrorResponsePlugin::getSubscribedEvents is not documented
(#39) There is no description in phpdocs for function getErrorClosure
(#12) Class ErrorResponsePlugin does not have @copyright tag
(#12) Class ErrorResponsePlugin does not have @license tag
(#12) Package is not specified for class ErrorResponsePlugin. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class ErrorResponseException is not documented
(#7) Package is not specified for class ErrorResponseException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#21) Function HistoryPlugin::getSubscribedEvents is not documented
(#159) Function HistoryPlugin::onRequestSent is not documented
(#10) Class HistoryPlugin does not have @copyright tag
(#10) Class HistoryPlugin does not have @license tag
(#10) Package is not specified for class HistoryPlugin. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#70) Function LogPlugin::getSubscribedEvents is not documented
(#31) There is no description in phpdocs for function __construct
(#13) Class LogPlugin does not have @copyright tag
(#13) Class LogPlugin does not have @license tag
(#13) Package is not specified for class LogPlugin. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#31) Function CommandContentMd5Plugin::getSubscribedEvents is not documented
(#36) Function CommandContentMd5Plugin::onCommandBeforeSend is not documented
(#9) No one-line description found in phpdocs for class CommandContentMd5Plugin
(#21) There is no description in phpdocs for function __construct
(#9) Class CommandContentMd5Plugin does not have @copyright tag
(#9) Class CommandContentMd5Plugin does not have @license tag
(#9) Package is not specified for class CommandContentMd5Plugin. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#37) Function Md5ValidatorPlugin::getSubscribedEvents is not documented
(#9) No one-line description found in phpdocs for class Md5ValidatorPlugin
(#22) There is no description in phpdocs for function __construct
(#42) Phpdocs for function Md5ValidatorPlugin::onRequestComplete has incomplete parameters list
(#9) Class Md5ValidatorPlugin does not have @copyright tag
(#9) Class Md5ValidatorPlugin does not have @license tag
(#9) Package is not specified for class Md5ValidatorPlugin. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#51) Function MockPlugin::getSubscribedEvents is not documented
(#57) Function MockPlugin::getAllEvents is not documented
(#31) There is no description in phpdocs for function __construct
(#14) Class MockPlugin does not have @copyright tag
(#14) Class MockPlugin does not have @license tag
(#14) Package is not specified for class MockPlugin. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#61) Function OauthPlugin::getSubscribedEvents is not documented
(#23) Constant OauthPlugin::REQUEST_METHOD_QUERY is not documented
(#171) Phpdocs for function OauthPlugin::getOauthParams has incomplete parameters list
(#240) Phpdocs for function OauthPlugin::shouldPostFieldsBeSigned has incomplete parameters list
(#13) Class OauthPlugin does not have @copyright tag
(#13) Class OauthPlugin does not have @license tag
(#13) Package is not specified for class OauthPlugin. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#29) Function AbstractConfigLoader::load is not documented
(#8) Class AbstractConfigLoader does not have @copyright tag
(#8) Class AbstractConfigLoader does not have @license tag
(#8) Package is not specified for class AbstractConfigLoader. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#63) Function ServiceBuilder::getAllEvents is not documented
(#68) Function ServiceBuilder::unserialize is not documented
(#73) Function ServiceBuilder::serialize is not documented
(#104) Function ServiceBuilder::get is not documented
(#158) Function ServiceBuilder::set is not documented
(#169) Function ServiceBuilder::offsetSet is not documented
(#174) Function ServiceBuilder::offsetUnset is not documented
(#180) Function ServiceBuilder::offsetExists is not documented
(#185) Function ServiceBuilder::offsetGet is not documented
(#52) There is no description in phpdocs for function __construct
(#11) Class ServiceBuilder does not have @copyright tag
(#11) Class ServiceBuilder does not have @license tag
(#11) Package is not specified for class ServiceBuilder. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Invalid inline phpdocs tag @see found
(#22) Invalid inline phpdocs tag @see found
(#15) Package is not specified for function get. It is also not specified in file-level phpdocs
(#30) Package is not specified for function set. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Function ServiceBuilderLoader::build is not documented
(#58) Function ServiceBuilderLoader::mergeData is not documented
(#8) Class ServiceBuilderLoader does not have @copyright tag
(#8) Class ServiceBuilderLoader does not have @license tag
(#8) Package is not specified for class ServiceBuilderLoader. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#28) Function CachingConfigLoader::load is not documented
(#18) There is no description in phpdocs for function __construct
(#7) Class CachingConfigLoader does not have @copyright tag
(#7) Class CachingConfigLoader does not have @license tag
(#7) Package is not specified for class CachingConfigLoader. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#53) Function Client::getAllEvents is not documented
(#79) Function Client::getCommand is not documented
(#124) Function Client::getIterator is not documented
(#133) Function Client::execute is not documented
(#146) Function Client::setDescription is not documented
(#162) Function Client::getDescription is not documented
(#260) Function Client::getResourceIteratorFactory is not documented
(#27) Constant Client::COMMAND_PARAMS is not documented
(#289) There is no description in phpdocs for function enableMagicMethods
(#289) Phpdocs for function Client::enableMagicMethods has incomplete parameters list
(#22) Class Client does not have @copyright tag
(#22) Class Client does not have @license tag
(#291) Invalid phpdocs tag @codeCoverageIgnore used
(#22) Package is not specified for class Client. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#18) Package is not specified for function getCommand. It is also not specified in file-level phpdocs
(#31) Package is not specified for function execute. It is also not specified in file-level phpdocs
(#42) Package is not specified for function setDescription. It is also not specified in file-level phpdocs
(#51) Package is not specified for function getDescription. It is also not specified in file-level phpdocs
(#58) Package is not specified for function getIterator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#121) Function AbstractCommand::getName is not documented
(#136) Function AbstractCommand::setOnComplete is not documented
(#147) Function AbstractCommand::execute is not documented
(#156) Function AbstractCommand::getClient is not documented
(#161) Function AbstractCommand::setClient is not documented
(#168) Function AbstractCommand::getRequest is not documented
(#177) Function AbstractCommand::getResponse is not documented
(#186) Function AbstractCommand::getResult is not documented
(#203) Function AbstractCommand::setResult is not documented
(#210) Function AbstractCommand::isPrepared is not documented
(#215) Function AbstractCommand::isExecuted is not documented
(#220) Function AbstractCommand::prepare is not documented
(#278) Function AbstractCommand::getRequestHeaders is not documented
(#24) Constant AbstractCommand::HEADERS_OPTION is not documented
(#26) Constant AbstractCommand::ON_COMPLETE is not documented
(#28) Constant AbstractCommand::RESPONSE_BODY is not documented
(#31) Constant AbstractCommand::REQUEST_OPTIONS is not documented
(#33) Constant AbstractCommand::HIDDEN_PARAMS is not documented
(#35) Constant AbstractCommand::DISABLE_VALIDATION is not documented
(#37) Constant AbstractCommand::RESPONSE_PROCESSING is not documented
(#39) Constant AbstractCommand::TYPE_RAW is not documented
(#40) Constant AbstractCommand::TYPE_MODEL is not documented
(#41) Constant AbstractCommand::TYPE_NO_TRANSLATION is not documented
(#61) There is no description in phpdocs for function __construct
(#18) Class AbstractCommand does not have @copyright tag
(#18) Class AbstractCommand does not have @license tag
(#23) Invalid inline phpdocs tag @deprecated found
(#25) Invalid inline phpdocs tag @deprecated found
(#27) Invalid inline phpdocs tag @deprecated found
(#114) Invalid inline phpdocs tag @see found
(#265) Invalid inline phpdocs tag @see found
(#365) Invalid inline phpdocs tag @see found
(#18) Package is not specified for class AbstractCommand. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) No one-line description found in phpdocs for class ClosureCommand
(#9) Class ClosureCommand does not have @copyright tag
(#9) Class ClosureCommand does not have @license tag
(#9) Package is not specified for class ClosureCommand. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#36) Invalid inline phpdocs tag @see found
(#123) Invalid inline phpdocs tag @see found
(#19) Package is not specified for function getName. It is also not specified in file-level phpdocs
(#26) Package is not specified for function getOperation. It is also not specified in file-level phpdocs
(#33) Package is not specified for function execute. It is also not specified in file-level phpdocs
(#41) Package is not specified for function getClient. It is also not specified in file-level phpdocs
(#48) Package is not specified for function setClient. It is also not specified in file-level phpdocs
(#57) Package is not specified for function getRequest. It is also not specified in file-level phpdocs
(#65) Package is not specified for function getResponse. It is also not specified in file-level phpdocs
(#73) Package is not specified for function getResult. It is also not specified in file-level phpdocs
(#81) Package is not specified for function setResult. It is also not specified in file-level phpdocs
(#90) Package is not specified for function isPrepared. It is also not specified in file-level phpdocs
(#97) Package is not specified for function isExecuted. It is also not specified in file-level phpdocs
(#104) Package is not specified for function prepare. It is also not specified in file-level phpdocs
(#112) Package is not specified for function getRequestHeaders. It is also not specified in file-level phpdocs
(#119) Package is not specified for function setOnComplete. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class CreateResponseClassEvent does not have @copyright tag
(#7) Class CreateResponseClassEvent does not have @license tag
(#7) Package is not specified for class CreateResponseClassEvent. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#58) Function DefaultRequestSerializer::prepare is not documented
(#22) There is no description in phpdocs for function getInstance
(#35) There is no description in phpdocs for function __construct
(#11) Class DefaultRequestSerializer does not have @copyright tag
(#11) Class DefaultRequestSerializer does not have @license tag
(#24) Invalid phpdocs tag @codeCoverageIgnore used
(#11) Package is not specified for class DefaultRequestSerializer. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#28) Function DefaultResponseParser::parse is not documented
(#42) Function DefaultResponseParser::handleParsing is not documented
(#15) There is no description in phpdocs for function getInstance
(#7) Class DefaultResponseParser does not have @copyright tag
(#7) Class DefaultResponseParser does not have @license tag
(#17) Invalid phpdocs tag @codeCoverageIgnore used
(#7) Package is not specified for class DefaultResponseParser. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#29) Function AliasFactory::factory is not documented
(#19) There is no description in phpdocs for function __construct
(#8) Class AliasFactory does not have @copyright tag
(#8) Class AliasFactory does not have @license tag
(#8) Package is not specified for class AliasFactory. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#145) Function CompositeFactory::count is not documented
(#150) Function CompositeFactory::getIterator is not documented
(#34) There is no description in phpdocs for function __construct
(#8) Class CompositeFactory does not have @copyright tag
(#8) Class CompositeFactory does not have @license tag
(#8) Package is not specified for class CompositeFactory. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#30) Function ConcreteClassFactory::factory is not documented
(#20) There is no description in phpdocs for function __construct
(#9) Class ConcreteClassFactory does not have @copyright tag
(#9) Class ConcreteClassFactory does not have @license tag
(#9) Package is not specified for class ConcreteClassFactory. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Package is not specified for function factory. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#19) Function MapFactory::factory is not documented
(#13) There is no description in phpdocs for function __construct
(#5) Class MapFactory does not have @copyright tag
(#5) Class MapFactory does not have @license tag
(#5) Package is not specified for class MapFactory. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#53) Function ServiceDescriptionFactory::factory is not documented
(#19) There is no description in phpdocs for function __construct
(#8) Class ServiceDescriptionFactory does not have @copyright tag
(#8) Class ServiceDescriptionFactory does not have @license tag
(#8) Package is not specified for class ServiceDescriptionFactory. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Class AbstractRequestVisitor is not documented
(#11) There is no description in phpdocs for function after
(#16) There is no description in phpdocs for function visit
(#11) Phpdocs for function AbstractRequestVisitor::after has incomplete parameters list
(#16) Phpdocs for function AbstractRequestVisitor::visit has incomplete parameters list
(#12) Invalid phpdocs tag @codeCoverageIgnore used
(#17) Invalid phpdocs tag @codeCoverageIgnore used
(#9) Package is not specified for class AbstractRequestVisitor. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#21) Function BodyVisitor::visit is not documented
(#12) Class BodyVisitor does not have @copyright tag
(#12) Class BodyVisitor does not have @license tag
(#12) Package is not specified for class BodyVisitor. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#15) Function HeaderVisitor::visit is not documented
(#10) Class HeaderVisitor does not have @copyright tag
(#10) Class HeaderVisitor does not have @license tag
(#10) Package is not specified for class HeaderVisitor. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#20) Function JsonVisitor::__construct is not documented
(#40) Function JsonVisitor::visit is not documented
(#51) Function JsonVisitor::after is not documented
(#9) Class JsonVisitor does not have @copyright tag
(#9) Class JsonVisitor does not have @license tag
(#9) Package is not specified for class JsonVisitor. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function PostFieldVisitor::visit is not documented
(#9) Class PostFieldVisitor does not have @copyright tag
(#9) Class PostFieldVisitor does not have @license tag
(#9) Package is not specified for class PostFieldVisitor. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#15) Function PostFileVisitor::visit is not documented
(#10) Class PostFileVisitor does not have @copyright tag
(#10) Class PostFileVisitor does not have @license tag
(#10) Package is not specified for class PostFileVisitor. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function QueryVisitor::visit is not documented
(#9) Class QueryVisitor does not have @copyright tag
(#9) Class QueryVisitor does not have @license tag
(#9) Package is not specified for class QueryVisitor. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Package is not specified for function after. It is also not specified in file-level phpdocs
(#22) Package is not specified for function visit. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function ResponseBodyVisitor::visit is not documented
(#9) Class ResponseBodyVisitor does not have @copyright tag
(#9) Class ResponseBodyVisitor does not have @license tag
(#9) Package is not specified for class ResponseBodyVisitor. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#21) Function XmlVisitor::__construct is not documented
(#40) Function XmlVisitor::visit is not documented
(#50) Function XmlVisitor::after is not documented
(#219) Phpdocs for function XmlVisitor::addXmlArray has incomplete parameters list
(#231) Phpdocs for function XmlVisitor::addXmlObject has incomplete parameters list
(#10) Class XmlVisitor does not have @copyright tag
(#10) Class XmlVisitor does not have @license tag
(#10) Package is not specified for class XmlVisitor. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#15) Function AbstractResponseVisitor::before is not documented
(#17) Function AbstractResponseVisitor::after is not documented
(#19) Function AbstractResponseVisitor::visit is not documented
(#9) Class AbstractResponseVisitor does not have @copyright tag
(#9) Class AbstractResponseVisitor does not have @license tag
(#11) Invalid phpdocs tag @codeCoverageIgnore used
(#9) Package is not specified for class AbstractResponseVisitor. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function BodyVisitor::visit is not documented
(#9) Class BodyVisitor does not have @copyright tag
(#9) Class BodyVisitor does not have @license tag
(#9) Package is not specified for class BodyVisitor. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function HeaderVisitor::visit is not documented
(#9) Class HeaderVisitor does not have @copyright tag
(#9) Class HeaderVisitor does not have @license tag
(#9) Package is not specified for class HeaderVisitor. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#19) Function JsonVisitor::before is not documented
(#25) Function JsonVisitor::visit is not documented
(#9) Class JsonVisitor does not have @copyright tag
(#9) Class JsonVisitor does not have @license tag
(#9) Package is not specified for class JsonVisitor. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function ReasonPhraseVisitor::visit is not documented
(#9) Class ReasonPhraseVisitor does not have @copyright tag
(#9) Class ReasonPhraseVisitor does not have @license tag
(#9) Package is not specified for class ReasonPhraseVisitor. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Package is not specified for function before. It is also not specified in file-level phpdocs
(#23) Package is not specified for function after. It is also not specified in file-level phpdocs
(#30) Package is not specified for function visit. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function StatusCodeVisitor::visit is not documented
(#9) Class StatusCodeVisitor does not have @copyright tag
(#9) Class StatusCodeVisitor does not have @license tag
(#9) Package is not specified for class StatusCodeVisitor. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function XmlVisitor::before is not documented
(#20) Function XmlVisitor::visit is not documented
(#9) Class XmlVisitor does not have @copyright tag
(#9) Class XmlVisitor does not have @license tag
(#9) Package is not specified for class XmlVisitor. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#42) There is no description in phpdocs for function getInstance
(#55) There is no description in phpdocs for function __construct
(#9) Class VisitorFlyweight does not have @copyright tag
(#9) Class VisitorFlyweight does not have @license tag
(#44) Invalid phpdocs tag @codeCoverageIgnore used
(#9) Package is not specified for class VisitorFlyweight. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#76) Function OperationCommand::build is not documented
(#82) Function OperationCommand::process is not documented
(#5) No one-line description found in phpdocs for class OperationCommand
(#5) Class OperationCommand does not have @copyright tag
(#5) Class OperationCommand does not have @license tag
(#6) Invalid inline phpdocs tag @see found
(#5) Package is not specified for class OperationCommand. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#66) Function OperationResponseParser::handleParsing is not documented
(#165) Function OperationResponseParser::visitAdditionalProperties is not documented
(#28) There is no description in phpdocs for function getInstance
(#41) There is no description in phpdocs for function __construct
(#14) Class OperationResponseParser does not have @copyright tag
(#14) Class OperationResponseParser does not have @license tag
(#30) Invalid phpdocs tag @codeCoverageIgnore used
(#14) Package is not specified for class OperationResponseParser. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Package is not specified for function prepare. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Package is not specified for function fromCommand. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Package is not specified for function parse. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Package is not specified for function load. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#145) Function Operation::toArray is not documented
(#169) Function Operation::getServiceDescription is not documented
(#174) Function Operation::setServiceDescription is not documented
(#181) Function Operation::getParams is not documented
(#186) Function Operation::getParamNames is not documented
(#191) Function Operation::hasParam is not documented
(#196) Function Operation::getParam is not documented
(#230) Function Operation::getHttpMethod is not documented
(#249) Function Operation::getClass is not documented
(#268) Function Operation::getName is not documented
(#287) Function Operation::getSummary is not documented
(#306) Function Operation::getNotes is not documented
(#325) Function Operation::getDocumentationUrl is not documented
(#344) Function Operation::getResponseClass is not documented
(#365) Function Operation::getResponseType is not documented
(#395) Function Operation::getResponseNotes is not documented
(#414) Function Operation::getDeprecated is not documented
(#433) Function Operation::getUri is not documented
(#452) Function Operation::getErrorResponses is not documented
(#487) Function Operation::getData is not documented
(#7) Class Operation does not have @copyright tag
(#7) Class Operation does not have @license tag
(#77) Invalid inline phpdocs tag @see found
(#7) Package is not specified for class Operation. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Constant TYPE_PRIMITIVE is not documented
(#13) Constant TYPE_CLASS is not documented
(#14) Constant TYPE_DOCUMENTATION is not documented
(#15) Constant TYPE_MODEL is not documented
(#17) Package is not specified for function getServiceDescription. It is also not specified in file-level phpdocs
(#24) Package is not specified for function setServiceDescription. It is also not specified in file-level phpdocs
(#33) Package is not specified for function getParams. It is also not specified in file-level phpdocs
(#40) Package is not specified for function getParamNames. It is also not specified in file-level phpdocs
(#47) Package is not specified for function hasParam. It is also not specified in file-level phpdocs
(#56) Package is not specified for function getParam. It is also not specified in file-level phpdocs
(#65) Package is not specified for function getHttpMethod. It is also not specified in file-level phpdocs
(#72) Package is not specified for function getClass. It is also not specified in file-level phpdocs
(#79) Package is not specified for function getName. It is also not specified in file-level phpdocs
(#86) Package is not specified for function getSummary. It is also not specified in file-level phpdocs
(#93) Package is not specified for function getNotes. It is also not specified in file-level phpdocs
(#100) Package is not specified for function getDocumentationUrl. It is also not specified in file-level phpdocs
(#107) Package is not specified for function getResponseClass. It is also not specified in file-level phpdocs
(#116) Package is not specified for function getResponseType. It is also not specified in file-level phpdocs
(#123) Package is not specified for function getResponseNotes. It is also not specified in file-level phpdocs
(#130) Package is not specified for function getDeprecated. It is also not specified in file-level phpdocs
(#137) Package is not specified for function getUri. It is also not specified in file-level phpdocs
(#144) Package is not specified for function getErrorResponses. It is also not specified in file-level phpdocs
(#151) Package is not specified for function getData. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Variable Parameter::$name is not documented
(#13) Variable Parameter::$description is not documented
(#14) Variable Parameter::$serviceDescription is not documented
(#15) Variable Parameter::$type is not documented
(#16) Variable Parameter::$required is not documented
(#17) Variable Parameter::$enum is not documented
(#18) Variable Parameter::$pattern is not documented
(#19) Variable Parameter::$minimum is not documented
(#20) Variable Parameter::$maximum is not documented
(#21) Variable Parameter::$minLength is not documented
(#22) Variable Parameter::$maxLength is not documented
(#23) Variable Parameter::$minItems is not documented
(#24) Variable Parameter::$maxItems is not documented
(#25) Variable Parameter::$default is not documented
(#26) Variable Parameter::$static is not documented
(#27) Variable Parameter::$instanceOf is not documented
(#28) Variable Parameter::$filters is not documented
(#29) Variable Parameter::$location is not documented
(#30) Variable Parameter::$sentAs is not documented
(#31) Variable Parameter::$data is not documented
(#32) Variable Parameter::$properties is not documented
(#33) Variable Parameter::$additionalProperties is not documented
(#34) Variable Parameter::$items is not documented
(#35) Variable Parameter::$parent is not documented
(#36) Variable Parameter::$ref is not documented
(#37) Variable Parameter::$format is not documented
(#38) Variable Parameter::$propertiesCache is not documented
(#802) Phpdocs for function Parameter::setItems has incomplete parameters list
(#867) Phpdocs for function Parameter::setEnum has incomplete parameters list
(#7) Class Parameter does not have @copyright tag
(#7) Class Parameter does not have @license tag
(#677) Invalid inline phpdocs tag @see found
(#677) Invalid inline phpdocs tag @see found
(#7) Package is not specified for class Parameter. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class SchemaFormatter does not have @copyright tag
(#7) Class SchemaFormatter does not have @license tag
(#7) Package is not specified for class SchemaFormatter. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#43) Function SchemaValidator::validate is not documented
(#21) There is no description in phpdocs for function getInstance
(#34) There is no description in phpdocs for function __construct
(#7) Class SchemaValidator does not have @copyright tag
(#7) Class SchemaValidator does not have @license tag
(#23) Invalid phpdocs tag @codeCoverageIgnore used
(#7) Package is not specified for class SchemaValidator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#63) Function ServiceDescription::serialize is not documented
(#68) Function ServiceDescription::unserialize is not documented
(#74) Function ServiceDescription::toArray is not documented
(#96) Function ServiceDescription::getBaseUrl is not documented
(#115) Function ServiceDescription::getOperations is not documented
(#124) Function ServiceDescription::hasOperation is not documented
(#129) Function ServiceDescription::getOperation is not documented
(#157) Function ServiceDescription::getModel is not documented
(#170) Function ServiceDescription::getModels is not documented
(#180) Function ServiceDescription::hasModel is not documented
(#199) Function ServiceDescription::getApiVersion is not documented
(#204) Function ServiceDescription::getName is not documented
(#209) Function ServiceDescription::getDescription is not documented
(#214) Function ServiceDescription::getData is not documented
(#219) Function ServiceDescription::setData is not documented
(#55) There is no description in phpdocs for function __construct
(#8) Class ServiceDescription does not have @copyright tag
(#8) Class ServiceDescription does not have @license tag
(#13) Invalid inline phpdocs tag @see found
(#8) Package is not specified for class ServiceDescription. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#20) Invalid inline phpdocs tag @see found
(#10) Package is not specified for function getBaseUrl. It is also not specified in file-level phpdocs
(#17) Package is not specified for function getOperations. It is also not specified in file-level phpdocs
(#24) Package is not specified for function hasOperation. It is also not specified in file-level phpdocs
(#33) Package is not specified for function getOperation. It is also not specified in file-level phpdocs
(#42) Package is not specified for function getModel. It is also not specified in file-level phpdocs
(#51) Package is not specified for function getModels. It is also not specified in file-level phpdocs
(#58) Package is not specified for function hasModel. It is also not specified in file-level phpdocs
(#67) Package is not specified for function getApiVersion. It is also not specified in file-level phpdocs
(#74) Package is not specified for function getName. It is also not specified in file-level phpdocs
(#81) Package is not specified for function getDescription. It is also not specified in file-level phpdocs
(#88) Package is not specified for function getData. It is also not specified in file-level phpdocs
(#97) Package is not specified for function setData. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Function ServiceDescriptionLoader::build is not documented
(#37) There is no description in phpdocs for function resolveExtension
(#8) Class ServiceDescriptionLoader does not have @copyright tag
(#8) Class ServiceDescriptionLoader does not have @license tag
(#8) Package is not specified for class ServiceDescriptionLoader. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Package is not specified for function validate. It is also not specified in file-level phpdocs
(#22) Package is not specified for function getErrors. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class CommandException is not documented
(#7) Package is not specified for class CommandException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Variable CommandTransferException::$successfulCommands is not documented
(#14) Variable CommandTransferException::$failedCommands is not documented
(#8) Class CommandTransferException does not have @copyright tag
(#8) Class CommandTransferException does not have @license tag
(#8) Package is not specified for class CommandTransferException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class DescriptionBuilderException is not documented
(#7) Package is not specified for class DescriptionBuilderException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#17) There is no description in phpdocs for function __construct
(#7) Class InconsistentClientTransferException does not have @copyright tag
(#7) Class InconsistentClientTransferException does not have @license tag
(#7) Package is not specified for class InconsistentClientTransferException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class ResponseClassException is not documented
(#7) Package is not specified for class ResponseClassException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class ServiceBuilderException is not documented
(#7) Package is not specified for class ServiceBuilderException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class ServiceNotFoundException is not documented
(#5) Package is not specified for class ServiceNotFoundException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class ValidationException is not documented
(#9) Variable ValidationException::$errors is not documented
(#7) Package is not specified for class ValidationException. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Function AbstractResourceIteratorFactory::build is not documented
(#24) Function AbstractResourceIteratorFactory::canBuild is not documented
(#8) Class AbstractResourceIteratorFactory does not have @copyright tag
(#8) Class AbstractResourceIteratorFactory does not have @license tag
(#8) Package is not specified for class AbstractResourceIteratorFactory. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#22) Function CompositeResourceIteratorFactory::build is not documented
(#31) Function CompositeResourceIteratorFactory::canBuild is not documented
(#16) There is no description in phpdocs for function __construct
(#8) Class CompositeResourceIteratorFactory does not have @copyright tag
(#8) Class CompositeResourceIteratorFactory does not have @license tag
(#8) Package is not specified for class CompositeResourceIteratorFactory. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#21) Function MapResourceIteratorFactory::getClassName is not documented
(#15) There is no description in phpdocs for function __construct
(#7) Class MapResourceIteratorFactory does not have @copyright tag
(#7) Class MapResourceIteratorFactory does not have @license tag
(#7) Package is not specified for class MapResourceIteratorFactory. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#16) There is no description in phpdocs for function __construct
(#8) Class Model does not have @copyright tag
(#8) Class Model does not have @license tag
(#8) Package is not specified for class Model. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class ResourceIterator is not documented
(#43) Function ResourceIterator::getAllEvents is not documented
(#81) Function ResourceIterator::setLimit is not documented
(#89) Function ResourceIterator::setPageSize is not documented
(#124) Function ResourceIterator::current is not documented
(#129) Function ResourceIterator::key is not documented
(#134) Function ResourceIterator::count is not documented
(#160) Function ResourceIterator::valid is not documented
(#166) Function ResourceIterator::next is not documented
(#53) There is no description in phpdocs for function __construct
(#8) Package is not specified for class ResourceIterator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#30) Function ResourceIteratorApplyBatched::getAllEvents is not documented
(#42) There is no description in phpdocs for function __construct
(#11) Class ResourceIteratorApplyBatched does not have @copyright tag
(#11) Class ResourceIteratorApplyBatched does not have @license tag
(#14) Invalid phpdocs tag @codeCoverageIgnore used
(#12) Invalid inline phpdocs tag @see found
(#11) Package is not specified for class ResourceIteratorApplyBatched. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#46) Function ResourceIteratorClassFactory::getClassName is not documented
(#9) No one-line description found in phpdocs for class ResourceIteratorClassFactory
(#22) There is no description in phpdocs for function __construct
(#9) Class ResourceIteratorClassFactory does not have @copyright tag
(#9) Class ResourceIteratorClassFactory does not have @license tag
(#10) Invalid inline phpdocs tag @see found
(#10) Invalid inline phpdocs tag @see found
(#9) Package is not specified for class ResourceIteratorClassFactory. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Invalid inline phpdocs tag @see found
(#12) Package is not specified for function build. It is also not specified in file-level phpdocs
(#22) Package is not specified for function canBuild. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Package is not specified for function getNextToken. It is also not specified in file-level phpdocs
(#20) Package is not specified for function setLimit. It is also not specified in file-level phpdocs
(#31) Package is not specified for function setPageSize. It is also not specified in file-level phpdocs
(#43) Package is not specified for function get. It is also not specified in file-level phpdocs
(#52) Package is not specified for function set. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#30) Phpdocs for function PhpStreamRequestFactory::fromRequest has incomplete parameters list
(#11) Class PhpStreamRequestFactory does not have @copyright tag
(#11) Class PhpStreamRequestFactory does not have @license tag
(#11) Package is not specified for class PhpStreamRequestFactory. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#64) Function Stream::__toString is not documented
(#77) Function Stream::close is not documented
(#113) Function Stream::getMetaData is not documented
(#120) Function Stream::getStream is not documented
(#125) Function Stream::setStream is not documented
(#138) Function Stream::detachStream is not documented
(#145) Function Stream::getWrapper is not documented
(#150) Function Stream::getWrapperData is not documented
(#155) Function Stream::getStreamType is not documented
(#160) Function Stream::getUri is not documented
(#165) Function Stream::getSize is not documented
(#188) Function Stream::isReadable is not documented
(#193) Function Stream::isRepeatable is not documented
(#198) Function Stream::isWritable is not documented
(#203) Function Stream::isConsumed is not documented
(#208) Function Stream::feof is not documented
(#213) Function Stream::isLocal is not documented
(#218) Function Stream::isSeekable is not documented
(#223) Function Stream::setSize is not documented
(#230) Function Stream::seek is not documented
(#235) Function Stream::read is not documented
(#240) Function Stream::write is not documented
(#248) Function Stream::ftell is not documented
(#253) Function Stream::rewind is not documented
(#258) Function Stream::readLine is not documented
(#267) Function Stream::setCustomData is not documented
(#274) Function Stream::getCustomData is not documented
(#12) Constant Stream::STREAM_TYPE is not documented
(#13) Constant Stream::WRAPPER_TYPE is not documented
(#14) Constant Stream::IS_LOCAL is not documented
(#15) Constant Stream::IS_READABLE is not documented
(#16) Constant Stream::IS_WRITABLE is not documented
(#17) Constant Stream::SEEKABLE is not documented
(#45) There is no description in phpdocs for function __construct
(#7) Class Stream does not have @copyright tag
(#7) Class Stream does not have @license tag
(#7) Package is not specified for class Stream. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Package is not specified for function __toString. It is also not specified in file-level phpdocs
(#17) Package is not specified for function close. It is also not specified in file-level phpdocs
(#22) Package is not specified for function getMetaData. It is also not specified in file-level phpdocs
(#31) Package is not specified for function getStream. It is also not specified in file-level phpdocs
(#38) Package is not specified for function setStream. It is also not specified in file-level phpdocs
(#48) Package is not specified for function detachStream. It is also not specified in file-level phpdocs
(#55) Package is not specified for function getWrapper. It is also not specified in file-level phpdocs
(#62) Package is not specified for function getWrapperData. It is also not specified in file-level phpdocs
(#69) Package is not specified for function getStreamType. It is also not specified in file-level phpdocs
(#76) Package is not specified for function getUri. It is also not specified in file-level phpdocs
(#83) Package is not specified for function getSize. It is also not specified in file-level phpdocs
(#90) Package is not specified for function isReadable. It is also not specified in file-level phpdocs
(#97) Package is not specified for function isRepeatable. It is also not specified in file-level phpdocs
(#104) Package is not specified for function isWritable. It is also not specified in file-level phpdocs
(#111) Package is not specified for function isConsumed. It is also not specified in file-level phpdocs
(#118) Package is not specified for function feof. It is also not specified in file-level phpdocs
(#125) Package is not specified for function isLocal. It is also not specified in file-level phpdocs
(#132) Package is not specified for function isSeekable. It is also not specified in file-level phpdocs
(#139) Package is not specified for function setSize. It is also not specified in file-level phpdocs
(#148) Package is not specified for function seek. It is also not specified in file-level phpdocs
(#159) Package is not specified for function read. It is also not specified in file-level phpdocs
(#168) Package is not specified for function write. It is also not specified in file-level phpdocs
(#177) Package is not specified for function ftell. It is also not specified in file-level phpdocs
(#184) Package is not specified for function rewind. It is also not specified in file-level phpdocs
(#191) Package is not specified for function readLine. It is also not specified in file-level phpdocs
(#200) Package is not specified for function setCustomData. It is also not specified in file-level phpdocs
(#210) Package is not specified for function getCustomData. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Package is not specified for function fromRequest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/AbstractBatchDecoratorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function AbstractBatchDecoratorTest::testProxiesToWrappedObject is not documented
(#7) No one-line description found in phpdocs for class AbstractBatchDecoratorTest
(#7) Class AbstractBatchDecoratorTest does not have @copyright tag
(#7) Class AbstractBatchDecoratorTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#7) Package is not specified for class AbstractBatchDecoratorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchBuilderTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function BatchBuilderTest::getMockTransfer is not documented
(#17) Function BatchBuilderTest::getMockDivisor is not documented
(#22) Function BatchBuilderTest::getMockBatchBuilder is not documented
(#29) Function BatchBuilderTest::testFactoryCreatesInstance is not documented
(#35) Function BatchBuilderTest::testAddsAutoFlush is not documented
(#41) Function BatchBuilderTest::testAddsExceptionBuffering is not documented
(#47) Function BatchBuilderTest::testAddHistory is not documented
(#53) Function BatchBuilderTest::testAddsNotify is not documented
(#75) Function BatchBuilderTest::testTransfersRequests is not documented
(#81) Function BatchBuilderTest::testTransfersCommands is not documented
(#7) No one-line description found in phpdocs for class BatchBuilderTest
(#59) There is no description in phpdocs for function testTransferStrategyMustBeSet
(#67) There is no description in phpdocs for function testDivisorStrategyMustBeSet
(#7) Class BatchBuilderTest does not have @copyright tag
(#7) Class BatchBuilderTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#60) Invalid phpdocs tag @expectedException used
(#68) Invalid phpdocs tag @expectedException used
(#7) Package is not specified for class BatchBuilderTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchClosureDivisorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#20) Function BatchClosureDivisorTest::testDividesBatch is not documented
(#7) No one-line description found in phpdocs for class BatchClosureDivisorTest
(#12) There is no description in phpdocs for function testEnsuresCallableIsCallable
(#7) Class BatchClosureDivisorTest does not have @copyright tag
(#7) Class BatchClosureDivisorTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#13) Invalid phpdocs tag @expectedException used
(#7) Package is not specified for class BatchClosureDivisorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchClosureTransferTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#18) Function BatchClosureTransferTest::setUp is not documented
(#29) Function BatchClosureTransferTest::testTransfersBatch is not documented
(#37) Function BatchClosureTransferTest::testTransferBailsOnEmptyBatch is not documented
(#7) No one-line description found in phpdocs for class BatchClosureTransferTest
(#45) There is no description in phpdocs for function testEnsuresCallableIsCallable
(#7) Class BatchClosureTransferTest does not have @copyright tag
(#7) Class BatchClosureTransferTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#46) Invalid phpdocs tag @expectedException used
(#7) Package is not specified for class BatchClosureTransferTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchCommandTransferTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function BatchCommandTransferTest::testCreatesBatchesBasedOnClient is not documented
(#50) Function BatchCommandTransferTest::testTransfersBatches is not documented
(#63) Function BatchCommandTransferTest::testDoesNotTransfersEmptyBatches is not documented
(#9) No one-line description found in phpdocs for class BatchCommandTransferTest
(#39) There is no description in phpdocs for function testEnsuresAllItemsAreCommands
(#69) There is no description in phpdocs for function testEnsuresAllCommandsUseTheSameClient
(#9) Class BatchCommandTransferTest does not have @copyright tag
(#9) Class BatchCommandTransferTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#40) Invalid phpdocs tag @expectedException used
(#70) Invalid phpdocs tag @expectedException used
(#9) Package is not specified for class BatchCommandTransferTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchRequestTransferTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function BatchRequestTransferTest::testCreatesBatchesBasedOnCurlMultiHandles is not documented
(#54) Function BatchRequestTransferTest::testTransfersBatches is not documented
(#75) Function BatchRequestTransferTest::testDoesNotTransfersEmptyBatches is not documented
(#9) No one-line description found in phpdocs for class BatchRequestTransferTest
(#43) There is no description in phpdocs for function testEnsuresAllItemsAreRequests
(#9) Class BatchRequestTransferTest does not have @copyright tag
(#9) Class BatchRequestTransferTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#44) Invalid phpdocs tag @expectedException used
(#9) Package is not specified for class BatchRequestTransferTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchSizeDivisorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function BatchSizeDivisorTest::testDividesBatch is not documented
(#7) No one-line description found in phpdocs for class BatchSizeDivisorTest
(#7) Class BatchSizeDivisorTest does not have @copyright tag
(#7) Class BatchSizeDivisorTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#7) Package is not specified for class BatchSizeDivisorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/BatchTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Function BatchTest::getMockTransfer is not documented
(#18) Function BatchTest::getMockDivisor is not documented
(#23) Function BatchTest::testAddsItemsToQueue is not documented
(#30) Function BatchTest::testFlushReturnsItems is not documented
(#49) Function BatchTest::testThrowsExceptionContainingTheFailedBatch is not documented
(#8) No one-line description found in phpdocs for class BatchTest
(#8) Class BatchTest does not have @copyright tag
(#8) Class BatchTest does not have @license tag
(#9) Invalid phpdocs tag @covers used
(#8) Package is not specified for class BatchTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/ExceptionBufferingBatchTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function ExceptionBufferingBatchTest::testFlushesEntireBatchWhileBufferingErroredBatches is not documented
(#9) No one-line description found in phpdocs for class ExceptionBufferingBatchTest
(#9) Class ExceptionBufferingBatchTest does not have @copyright tag
(#9) Class ExceptionBufferingBatchTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#9) Package is not specified for class ExceptionBufferingBatchTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/FlushingBatchTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Function FlushingBatchTest::testFlushesWhenSizeMeetsThreshold is not documented
(#8) No one-line description found in phpdocs for class FlushingBatchTest
(#8) Class FlushingBatchTest does not have @copyright tag
(#8) Class FlushingBatchTest does not have @license tag
(#9) Invalid phpdocs tag @covers used
(#8) Package is not specified for class FlushingBatchTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/HistoryBatchTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Function HistoryBatchTest::testMaintainsHistoryOfItemsAddedToBatch is not documented
(#8) No one-line description found in phpdocs for class HistoryBatchTest
(#8) Class HistoryBatchTest does not have @copyright tag
(#8) Class HistoryBatchTest does not have @license tag
(#9) Invalid phpdocs tag @covers used
(#8) Package is not specified for class HistoryBatchTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Batch/NotifyingBatchTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Function NotifyingBatchTest::testNotifiesAfterFlush is not documented
(#8) No one-line description found in phpdocs for class NotifyingBatchTest
(#34) There is no description in phpdocs for function testEnsuresCallableIsValid
(#8) Class NotifyingBatchTest does not have @copyright tag
(#8) Class NotifyingBatchTest does not have @license tag
(#9) Invalid phpdocs tag @covers used
(#35) Invalid phpdocs tag @expectedException used
(#8) Package is not specified for class NotifyingBatchTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Cache/CacheAdapterFactoryTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#47) Function CacheAdapterFactoryTest::cacheProvider is not documented
(#10) No one-line description found in phpdocs for class CacheAdapterFactoryTest
(#31) There is no description in phpdocs for function testEnsuresConfigIsObject
(#39) There is no description in phpdocs for function testEnsuresKnownType
(#56) There is no description in phpdocs for function testCreatesNullCacheAdapterByDefault
(#56) Phpdocs for function CacheAdapterFactoryTest::testCreatesNullCacheAdapterByDefault has incomplete parameters list
(#10) Class CacheAdapterFactoryTest does not have @copyright tag
(#10) Class CacheAdapterFactoryTest does not have @license tag
(#11) Invalid phpdocs tag @covers used
(#32) Invalid phpdocs tag @expectedException used
(#40) Invalid phpdocs tag @expectedException used
(#57) Incorrect path for phpdocs tag @dataProvider detected
(#10) Package is not specified for class CacheAdapterFactoryTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Cache/CacheAdapterTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#40) Function CacheAdapterTest::testGetCacheObject is not documented
(#45) Function CacheAdapterTest::testSave is not documented
(#50) Function CacheAdapterTest::testFetch is not documented
(#56) Function CacheAdapterTest::testContains is not documented
(#62) Function CacheAdapterTest::testDelete is not documented
(#8) No one-line description found in phpdocs for class CacheAdapterTest
(#8) Class CacheAdapterTest does not have @copyright tag
(#8) Class CacheAdapterTest does not have @license tag
(#9) Invalid phpdocs tag @covers used
(#9) Invalid phpdocs tag @covers used
(#8) Package is not specified for class CacheAdapterTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Cache/ClosureCacheAdapterTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#69) Function ClosureCacheAdapterTest::testAllCallablesMustBePresent is not documented
(#74) Function ClosureCacheAdapterTest::testCachesDataUsingCallables is not documented
(#80) Function ClosureCacheAdapterTest::testChecksIfCacheContainsKeys is not documented
(#87) Function ClosureCacheAdapterTest::testDeletesFromCacheByKey is not documented
(#7) No one-line description found in phpdocs for class ClosureCacheAdapterTest
(#59) There is no description in phpdocs for function testEnsuresCallablesArePresent
(#15) Phpdocs for variable ClosureCacheAdapterTest::$callables does not contain @var or incorrect
(#18) Phpdocs for variable ClosureCacheAdapterTest::$data does not contain @var or incorrect
(#7) Class ClosureCacheAdapterTest does not have @copyright tag
(#7) Class ClosureCacheAdapterTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#60) Invalid phpdocs tag @expectedException used
(#7) Package is not specified for class ClosureCacheAdapterTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Cache/NullCacheAdapterTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function NullCacheAdapterTest::testNullCacheAdapter is not documented
(#7) No one-line description found in phpdocs for class NullCacheAdapterTest
(#7) Class NullCacheAdapterTest does not have @copyright tag
(#7) Class NullCacheAdapterTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#7) Package is not specified for class NullCacheAdapterTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Cache/Zf2CacheAdapterTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#38) Function Zf2CacheAdapterTest::testCachesDataUsingCallables is not documented
(#44) Function Zf2CacheAdapterTest::testChecksIfCacheContainsKeys is not documented
(#51) Function Zf2CacheAdapterTest::testDeletesFromCacheByKey is not documented
(#13) Variable Zf2CacheAdapterTest::$cache is not documented
(#14) Variable Zf2CacheAdapterTest::$adapter is not documented
(#8) No one-line description found in phpdocs for class Zf2CacheAdapterTest
(#8) Class Zf2CacheAdapterTest does not have @copyright tag
(#8) Class Zf2CacheAdapterTest does not have @license tag
(#9) Invalid phpdocs tag @covers used
(#8) Package is not specified for class Zf2CacheAdapterTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Common/AbstractHasDispatcherTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function AbstractHasAdapterTest::testDoesNotRequireRegisteredEvents is not documented
(#19) Function AbstractHasAdapterTest::testAllowsDispatcherToBeInjected is not documented
(#27) Function AbstractHasAdapterTest::testCreatesDefaultEventDispatcherIfNeeded is not documented
(#33) Function AbstractHasAdapterTest::testHelperDispatchesEvents is not documented
(#48) Function AbstractHasAdapterTest::testHelperAttachesSubscribers is not documented
(#9) No one-line description found in phpdocs for class AbstractHasAdapterTest
(#9) Class AbstractHasAdapterTest does not have @copyright tag
(#9) Class AbstractHasAdapterTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#9) Package is not specified for class AbstractHasAdapterTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Common/CollectionTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#17) Function CollectionTest::setUp is not documented
(#22) Function CollectionTest::testConstructorCanBeCalledWithNoParams is not documented
(#29) Function CollectionTest::testConstructorCanBeCalledWithParams is not documented
(#40) Function CollectionTest::testImplementsIteratorAggregate is not documented
(#54) Function CollectionTest::testCanAddValuesToExistingKeysByUsingArray is not documented
(#64) Function CollectionTest::testHandlesMergingInDisparateDataSources is not documented
(#78) Function CollectionTest::testCanClearAllDataOrSpecificKeys is not documented
(#98) Function CollectionTest::testGetsValuesByKey is not documented
(#111) Function CollectionTest::testProvidesKeys is not documented
(#127) Function CollectionTest::testChecksIfHasKey is not documented
(#139) Function CollectionTest::testChecksIfHasValue is not documented
(#150) Function CollectionTest::testCanGetAllValuesByArray is not documented
(#166) Function CollectionTest::testImplementsCount is not documented
(#178) Function CollectionTest::testAddParamsByMerging is not documented
(#203) Function CollectionTest::testAllowsFunctionalFilter is not documented
(#224) Function CollectionTest::testAllowsFunctionalMapping is not documented
(#245) Function CollectionTest::testImplementsArrayAccess is not documented
(#263) Function CollectionTest::testUsesStaticWhenCreatingNew is not documented
(#277) Function CollectionTest::testCanReplaceAllData is not documented
(#288) Function CollectionTest::dataProvider is not documented
(#319) Function CollectionTest::testCanSearchByKey is not documented
(#331) Function CollectionTest::testPreparesFromConfig is not documented
(#355) Function CollectionTest::falseyDataProvider is not documented
(#375) Function CollectionTest::testRetrievesNestedKeysUsingPath is not documented
(#392) Function CollectionTest::testFalseyKeysStillDescend is not documented
(#404) Function CollectionTest::getPathProvider is not documented
(#474) Function CollectionTest::testOverridesSettings is not documented
(#481) Function CollectionTest::testOverwriteWithCollection is not documented
(#489) Function CollectionTest::testOverwriteWithTraversable is not documented
(#497) Function CollectionTest::testCanSetNestedPathValueThatDoesNotExist is not documented
(#504) Function CollectionTest::testCanSetNestedPathValueThatExists is not documented
(#9) No one-line description found in phpdocs for class CollectionTest
(#310) There is no description in phpdocs for function testInjectsConfigData
(#366) There is no description in phpdocs for function testReturnsCorrectData
(#466) There is no description in phpdocs for function testGetPath
(#511) There is no description in phpdocs for function testVerifiesNestedPathIsValidAtExactLevel
(#521) There is no description in phpdocs for function testVerifiesThatNestedPathIsValidAtAnyLevel
(#310) Phpdocs for function CollectionTest::testInjectsConfigData has incomplete parameters list
(#366) Phpdocs for function CollectionTest::testReturnsCorrectData has incomplete parameters list
(#466) Phpdocs for function CollectionTest::testGetPath has incomplete parameters list
(#9) Class CollectionTest does not have @copyright tag
(#9) Class CollectionTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#512) Invalid phpdocs tag @expectedException used
(#522) Invalid phpdocs tag @expectedException used
(#311) Incorrect path for phpdocs tag @dataProvider detected
(#367) Incorrect path for phpdocs tag @dataProvider detected
(#467) Incorrect path for phpdocs tag @dataProvider detected
(#9) Package is not specified for class CollectionTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Common/EventTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#24) Function EventTest::testAllowsParameterInjection is not documented
(#32) Function EventTest::testImplementsArrayAccess is not documented
(#48) Function EventTest::testImplementsIteratorAggregate is not documented
(#54) Function EventTest::testConvertsToArray is not documented
(#7) No one-line description found in phpdocs for class EventTest
(#12) There is no description in phpdocs for function getEvent
(#7) Class EventTest does not have @copyright tag
(#7) Class EventTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#7) Package is not specified for class EventTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Common/Exception/BatchTransferExceptionTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class BatchTransferExceptionTest is not documented
(#9) Function BatchTransferExceptionTest::testContainsBatch is not documented
(#7) Package is not specified for class BatchTransferExceptionTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Common/Exception/ExceptionCollectionTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class ExceptionCollectionTest is not documented
(#9) Function ExceptionCollectionTest::getExceptions is not documented
(#17) Function ExceptionCollectionTest::testAggregatesExceptions is not documented
(#28) Function ExceptionCollectionTest::testCanSetExceptions is not documented
(#36) Function ExceptionCollectionTest::testActsAsArray is not documented
(#46) Function ExceptionCollectionTest::testCanAddSelf is not documented
(#7) Package is not specified for class ExceptionCollectionTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Common/VersionTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#21) Function VersionTest::testCanSilenceWarnings is not documented
(#7) No one-line description found in phpdocs for class VersionTest
(#12) There is no description in phpdocs for function testEmitsWarnings
(#7) Class VersionTest does not have @copyright tag
(#7) Class VersionTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#13) Invalid phpdocs tag @expectedException used
(#7) Package is not specified for class VersionTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/GuzzleTestCase.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#24) Variable GuzzleTestCase::$mockBasePath is not documented
(#25) Variable GuzzleTestCase::$serviceBuilder is not documented
(#26) Variable GuzzleTestCase::$server is not documented
(#28) Variable GuzzleTestCase::$requests is not documented
(#29) Variable GuzzleTestCase::$mockObserver is not documented
(#19) Class GuzzleTestCase does not have @copyright tag
(#19) Class GuzzleTestCase does not have @license tag
(#19) Package is not specified for class GuzzleTestCase. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/AbstractEntityBodyDecoratorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function AbstractEntityBodyDecoratorTest::testDecoratesEntityBody is not documented
(#7) No one-line description found in phpdocs for class AbstractEntityBodyDecoratorTest
(#7) Class AbstractEntityBodyDecoratorTest does not have @copyright tag
(#7) Class AbstractEntityBodyDecoratorTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#7) Package is not specified for class AbstractEntityBodyDecoratorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/CachingEntityBodyTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#19) Function CachingEntityBodyTest::setUp is not documented
(#25) Function CachingEntityBodyTest::testUsesRemoteSizeIfPossible is not documented
(#60) Function CachingEntityBodyTest::testChangingUnderlyingStreamUpdatesSizeAndStream is not documented
(#71) Function CachingEntityBodyTest::testRewindUsesSeek is not documented
(#85) Function CachingEntityBodyTest::testCanSeekToReadBytes is not documented
(#98) Function CachingEntityBodyTest::testWritesToBufferStream is not documented
(#106) Function CachingEntityBodyTest::testReadLinesFromBothStreams is not documented
(#120) Function CachingEntityBodyTest::testSkipsOverwrittenBytes is not documented
(#161) Function CachingEntityBodyTest::testWrapsContentType is not documented
(#174) Function CachingEntityBodyTest::testWrapsContentEncoding is not documented
(#187) Function CachingEntityBodyTest::testWrapsMetadata is not documented
(#219) Function CachingEntityBodyTest::testWrapsCustomData is not documented
(#241) Function CachingEntityBodyTest::testClosesBothStreams is not documented
(#8) No one-line description found in phpdocs for class CachingEntityBodyTest
(#33) There is no description in phpdocs for function testDoesNotAllowRewindFunction
(#42) There is no description in phpdocs for function testCannotSeekPastWhatHasBeenRead
(#51) There is no description in phpdocs for function testCannotUseSeekEnd
(#8) Class CachingEntityBodyTest does not have @copyright tag
(#8) Class CachingEntityBodyTest does not have @license tag
(#9) Invalid phpdocs tag @covers used
(#34) Invalid phpdocs tag @expectedException used
(#35) Invalid phpdocs tag @expectedExceptionMessage used
(#43) Invalid phpdocs tag @expectedException used
(#44) Invalid phpdocs tag @expectedExceptionMessage used
(#52) Invalid phpdocs tag @expectedException used
(#53) Invalid phpdocs tag @expectedExceptionMessage used
(#8) Package is not specified for class CachingEntityBodyTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/ClientTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#33) Function ClientTest::testAcceptsConfig is not documented
(#52) Function ClientTest::testDescribesEvents is not documented
(#57) Function ClientTest::testConstructorCanAcceptConfig is not documented
(#65) Function ClientTest::testCanUseCollectionAsConfig is not documented
(#76) Function ClientTest::testExpandsUriTemplatesUsingConfig is not documented
(#85) Function ClientTest::testClientAttachersObserversToRequests is not documented
(#100) Function ClientTest::testClientReturnsValidBaseUrls is not documented
(#111) Function ClientTest::testClientAddsCurlOptionsToRequests is not documented
(#131) Function ClientTest::testClientAllowsFineGrainedSslControlButIsSecureByDefault is not documented
(#148) Function ClientTest::testConfigSettingsControlSslConfiguration is not documented
(#161) Function ClientTest::testClientAllowsUnsafeOperationIfRequested is not documented
(#184) Function ClientTest::testClientAllowsSettingSpecificSslCaInfo is not documented
(#221) Function ClientTest::testClientAddsParamsToRequests is not documented
(#237) Function ClientTest::urlProvider is not documented
(#262) Function ClientTest::testAllowsConfigsToBeChangedAndInjectedInBaseUrl is not documented
(#274) Function ClientTest::testCreatesRequestsWithDefaultValues is not documented
(#303) Function ClientTest::testClientHasHelperMethodsForCreatingRequests is not documented
(#321) Function ClientTest::testClientInjectsConfigsIntoUrls is not documented
(#330) Function ClientTest::testAllowsEmptyBaseUrl is not documented
(#339) Function ClientTest::testAllowsCustomCurlMultiObjects is not documented
(#357) Function ClientTest::testClientSendsMultipleRequests is not documented
(#387) Function ClientTest::testClientSendsSingleRequest is not documented
(#423) Function ClientTest::testQueryStringsAreNotDoubleEncoded is not documented
(#439) Function ClientTest::testQueryStringsAreNotDoubleEncodedUsingAbsolutePaths is not documented
(#450) Function ClientTest::testAllowsUriTemplateInjection is not documented
(#461) Function ClientTest::testAllowsCustomVariablesWhenExpandingTemplates is not documented
(#470) Function ClientTest::testUriArrayAllowsCustomTemplateVariables is not documented
(#484) Function ClientTest::testAllowsDefaultHeaders is not documented
(#509) Function ClientTest::testDontReuseCurlMulti is not documented
(#516) Function ClientTest::testGetDefaultUserAgent is not documented
(#528) Function ClientTest::testOverwritesUserAgent is not documented
(#535) Function ClientTest::testUsesDefaultUserAgent is not documented
(#542) Function ClientTest::testCanSetDefaultRequestOptions is not documented
(#558) Function ClientTest::testCanSetSetOptionsOnRequests is not documented
(#567) Function ClientTest::testHasDefaultOptionsHelperMethods is not documented
(#586) Function ClientTest::testHeadCanUseOptions is not documented
(#593) Function ClientTest::testCanSetRelativeUrlStartingWithHttp is not documented
(#15) No one-line description found in phpdocs for class ClientTest
(#21) There is no description in phpdocs for function getLogPlugin
(#175) There is no description in phpdocs for function testThrowsExceptionForInvalidCertificate
(#197) There is no description in phpdocs for function testClientPreventsInadvertentInsecureVerifyHostSetting
(#209) There is no description in phpdocs for function testClientPreventsInvalidVerifyPeerSetting
(#253) There is no description in phpdocs for function testBuildsRelativeUrls
(#397) There is no description in phpdocs for function testClientThrowsExceptionForSingleRequest
(#410) There is no description in phpdocs for function testClientThrowsExceptionForMultipleRequests
(#253) Phpdocs for function ClientTest::testBuildsRelativeUrls has incomplete parameters list
(#15) Class ClientTest does not have @copyright tag
(#15) Class ClientTest does not have @license tag
(#16) Invalid phpdocs tag @group used
(#17) Invalid phpdocs tag @covers used
(#176) Invalid phpdocs tag @expectedException used
(#198) Invalid phpdocs tag @expectedException used
(#210) Invalid phpdocs tag @expectedException used
(#398) Invalid phpdocs tag @expectedException used
(#411) Invalid phpdocs tag @expectedException used
(#254) Incorrect path for phpdocs tag @dataProvider detected
(#15) Package is not specified for class ClientTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlHandleTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#22) Function CurlHandleTest::updateForHandle is not documented
(#32) Function CurlHandleTest::setUp is not documented
(#45) Function CurlHandleTest::testConstructorExpectsProperOptions is not documented
(#65) Function CurlHandleTest::testConstructorInitializesObject is not documented
(#77) Function CurlHandleTest::testStoresStdErr is not documented
(#90) Function CurlHandleTest::testStoresCurlErrorNumber is not documented
(#98) Function CurlHandleTest::testAccountsForMissingStdErr is not documented
(#107) Function CurlHandleTest::testDeterminesIfResourceIsAvailable is not documented
(#122) Function CurlHandleTest::testWrapsErrorsAndInfo is not documented
(#158) Function CurlHandleTest::testGetInfoWithoutDebugMode is not documented
(#170) Function CurlHandleTest::testWrapsCurlOptions is not documented
(#564) Function CurlHandleTest::testFactoryUsesSpecifiedProtocol is not documented
(#573) Function CurlHandleTest::testUploadsPutData is not documented
(#601) Function CurlHandleTest::testUploadsPutDataUsingChunkedEncodingWhenLengthCannotBeDetermined is not documented
(#618) Function CurlHandleTest::testUploadsPutDataUsingChunkedEncodingWhenForced is not documented
(#633) Function CurlHandleTest::testSendsPostRequestsWithFields is not documented
(#657) Function CurlHandleTest::testSendsPostRequestsWithFiles is not documented
(#689) Function CurlHandleTest::testCurlConfigurationOptionsAreSet is not documented
(#703) Function CurlHandleTest::testEnsuresRequestsHaveResponsesWhenUpdatingFromTransfer is not documented
(#710) Function CurlHandleTest::testCanSendBodyAsString is not documented
(#725) Function CurlHandleTest::testCanSendPostBodyAsString is not documented
(#740) Function CurlHandleTest::testAllowsWireTransferInfoToBeEnabled is not documented
(#749) Function CurlHandleTest::testAddsCustomCurlOptions is not documented
(#757) Function CurlHandleTest::testSendsPostUploadsWithContentDispositionHeaders is not documented
(#779) Function CurlHandleTest::requestMethodProvider is not documented
(#840) Function CurlHandleTest::testSeeksToBeginningOfStreamWhenSending is not documented
(#859) Function CurlHandleTest::testAllowsCurloptEncodingToBeSet is not documented
(#876) Function CurlHandleTest::testSendsExpectHeaderWhenSizeIsGreaterThanCutoff is not documented
(#891) Function CurlHandleTest::testSetsCurloptEncodingWhenAcceptEncodingHeaderIsSet is not documented
(#909) Function CurlHandleTest::testSendsPostFieldsForNonPostRequests is not documented
(#931) Function CurlHandleTest::testSendsPostFilesForNonPostRequests is not documented
(#20) Variable CurlHandleTest::$requestHandle is not documented
(#14) No one-line description found in phpdocs for class CurlHandleTest
(#37) There is no description in phpdocs for function testConstructorExpectsCurlResource
(#505) There is no description in phpdocs for function testFactoryCreatesCurlBasedOnRequest
(#784) There is no description in phpdocs for function testSendsRequestsWithNoBodyUsingContentLengthZero
(#799) There is no description in phpdocs for function testParseCurlConfigConvertsStringKeysToConstantKeys
(#505) Phpdocs for function CurlHandleTest::testFactoryCreatesCurlBasedOnRequest has incomplete parameters list
(#784) Phpdocs for function CurlHandleTest::testSendsRequestsWithNoBodyUsingContentLengthZero has incomplete parameters list
(#799) Phpdocs for function CurlHandleTest::testParseCurlConfigConvertsStringKeysToConstantKeys has incomplete parameters list
(#14) Class CurlHandleTest does not have @copyright tag
(#14) Class CurlHandleTest does not have @license tag
(#15) Invalid phpdocs tag @group used
(#16) Invalid phpdocs tag @covers used
(#38) Invalid phpdocs tag @expectedException used
(#455) Invalid phpdocs tag @issue used
(#506) Incorrect path for phpdocs tag @dataProvider detected
(#785) Incorrect path for phpdocs tag @dataProvider detected
(#800) Incorrect path for phpdocs tag @dataProvider detected
(#14) Package is not specified for class CurlHandleTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlMultiProxyTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#22) Function CurlMultiProxyTest::setUp is not documented
(#28) Function CurlMultiProxyTest::tearDown is not documented
(#33) Function CurlMultiProxyTest::testConstructorSetsMaxHandles is not documented
(#39) Function CurlMultiProxyTest::testConstructorSetsSelectTimeout is not documented
(#45) Function CurlMultiProxyTest::testAddingRequestsAddsToQueue is not documented
(#57) Function CurlMultiProxyTest::testResetClearsState is not documented
(#65) Function CurlMultiProxyTest::testSendWillSendQueuedRequestsFirst is not documented
(#92) Function CurlMultiProxyTest::testTrimsDownMaxHandleCount is not documented
(#15) Constant CurlMultiProxyTest::SELECT_TIMEOUT is not documented
(#17) Constant CurlMultiProxyTest::MAX_HANDLES is not documented
(#9) No one-line description found in phpdocs for class CurlMultiProxyTest
(#9) Class CurlMultiProxyTest does not have @copyright tag
(#9) Class CurlMultiProxyTest does not have @license tag
(#10) Invalid phpdocs tag @group used
(#11) Invalid phpdocs tag @covers used
(#9) Package is not specified for class CurlMultiProxyTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlMultiTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#34) Function CurlMultiTest::tearDown is not documented
(#39) Function CurlMultiTest::testConstructorCreateMultiHandle is not documented
(#45) Function CurlMultiTest::testDestructorClosesMultiHandle is not documented
(#52) Function CurlMultiTest::testRequestsCanBeAddedAndCounted is not documented
(#64) Function CurlMultiTest::testRequestsCanBeRemoved is not documented
(#76) Function CurlMultiTest::testsResetRemovesRequestsAndResetsState is not documented
(#83) Function CurlMultiTest::testSendsRequestsThroughCurl is not documented
(#113) Function CurlMultiTest::testSendsThroughCurlAndAggregatesRequestExceptions is not documented
(#175) Function CurlMultiTest::testCurlErrorsAreCaught is not documented
(#194) Function CurlMultiTest::testRemovesQueuedRequests is not documented
(#205) Function CurlMultiTest::testRemovesQueuedRequestsAddedInTransit is not documented
(#220) Function CurlMultiTest::testCatchesExceptionsBeforeSendingSingleRequest is not documented
(#252) Function CurlMultiTest::testCatchesExceptionsWhenRemovingQueuedRequests is not documented
(#269) Function CurlMultiTest::testCatchesExceptionsWhenRemovingQueuedRequestsBeforeSending is not documented
(#301) Function CurlMultiTest::testDoesNotSendRequestsDecliningToBeSent is not documented
(#340) Function CurlMultiTest::testDoesNotThrowExceptionsWhenRequestsRecoverWithRetry is not documented
(#355) Function CurlMultiTest::testDoesNotThrowExceptionsWhenRequestsRecoverWithSuccess is not documented
(#375) Function CurlMultiTest::testHardResetReopensMultiHandle is not documented
(#398) Function CurlMultiTest::testThrowsMeaningfulExceptionsForCurlMultiErrors is not documented
(#428) Function CurlMultiTest::testRequestBeforeSendIncludesContentLengthHeaderIfEmptyBody is not documented
(#440) Function CurlMultiTest::testRemovesConflictingTransferEncodingHeader is not documented
(#16) No one-line description found in phpdocs for class CurlMultiTest
(#238) There is no description in phpdocs for function testCatchesExceptionsBeforeSendingMultipleRequests
(#286) There is no description in phpdocs for function testDoesNotCatchRandomExceptionsThrownDuringPerform
(#16) Class CurlMultiTest does not have @copyright tag
(#16) Class CurlMultiTest does not have @license tag
(#17) Invalid phpdocs tag @group used
(#18) Invalid phpdocs tag @covers used
(#239) Invalid phpdocs tag @expectedException used
(#240) Invalid phpdocs tag @expectedExceptionMessage used
(#287) Invalid phpdocs tag @expectedException used
(#288) Invalid phpdocs tag @expectedExceptionMessage used
(#16) Package is not specified for class CurlMultiTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/CurlVersionTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function CurlVersionTest::testCachesCurlInfo is not documented
(#30) Function CurlVersionTest::testIsSingleton is not documented
(#7) No one-line description found in phpdocs for class CurlVersionTest
(#7) Class CurlVersionTest does not have @copyright tag
(#7) Class CurlVersionTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#7) Package is not specified for class CurlVersionTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Curl/RequestMediatorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#17) Function RequestMediatorTest::event is not documented
(#22) Function RequestMediatorTest::testEmitsEvents is not documented
(#55) Function RequestMediatorTest::testDoesNotUseRequestResponseBodyWhenNotCustom is not documented
(#15) Variable RequestMediatorTest::$events is not documented
(#10) No one-line description found in phpdocs for class RequestMediatorTest
(#10) Class RequestMediatorTest does not have @copyright tag
(#10) Class RequestMediatorTest does not have @license tag
(#11) Invalid phpdocs tag @covers used
(#10) Package is not specified for class RequestMediatorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/EntityBodyTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#22) Function EntityBodyTest::testFactory is not documented
(#44) Function EntityBodyTest::testFactoryCreatesTempStreamByDefault is not documented
(#54) Function EntityBodyTest::testFactoryCanCreateFromObject is not documented
(#68) Function EntityBodyTest::testHandlesCompression is not documented
(#120) Function EntityBodyTest::testDeterminesContentType is not documented
(#131) Function EntityBodyTest::testCreatesMd5Checksum is not documented
(#146) Function EntityBodyTest::testSeeksToOriginalPosAfterMd5 is not documented
(#155) Function EntityBodyTest::testGetTypeFormBodyFactoring is not documented
(#161) Function EntityBodyTest::testAllowsCustomRewind is not documented
(#8) No one-line description found in phpdocs for class EntityBodyTest
(#14) There is no description in phpdocs for function testFactoryThrowsException
(#60) There is no description in phpdocs for function testFactoryEnsuresObjectsHaveToStringMethod
(#174) There is no description in phpdocs for function testCustomRewindFunctionMustBeCallable
(#8) Class EntityBodyTest does not have @copyright tag
(#8) Class EntityBodyTest does not have @license tag
(#9) Invalid phpdocs tag @group used
(#10) Invalid phpdocs tag @covers used
(#15) Invalid phpdocs tag @expectedException used
(#61) Invalid phpdocs tag @expectedException used
(#175) Invalid phpdocs tag @expectedException used
(#8) Package is not specified for class EntityBodyTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/CurlExceptionTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Function CurlExceptionTest::testStoresCurlError is not documented
(#8) No one-line description found in phpdocs for class CurlExceptionTest
(#8) Class CurlExceptionTest does not have @copyright tag
(#8) Class CurlExceptionTest does not have @license tag
(#9) Invalid phpdocs tag @covers used
(#8) Package is not specified for class CurlExceptionTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/ExceptionTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#10) Class ExceptionTest is not documented
(#12) There is no description in phpdocs for function testRequestException
(#23) There is no description in phpdocs for function testBadResponseException
(#34) There is no description in phpdocs for function testCreatesGenericErrorExceptionOnError
(#45) There is no description in phpdocs for function testCreatesClientErrorExceptionOnClientError
(#56) There is no description in phpdocs for function testCreatesServerErrorExceptionOnServerError
(#13) Invalid phpdocs tag @covers used
(#24) Invalid phpdocs tag @covers used
(#35) Invalid phpdocs tag @covers used
(#46) Invalid phpdocs tag @covers used
(#57) Invalid phpdocs tag @covers used
(#10) Package is not specified for class ExceptionTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Exception/MultiTransferExceptionTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function MultiTransferExceptionTest::testHasRequests is not documented
(#29) Function MultiTransferExceptionTest::testCanSetRequests is not documented
(#40) Function MultiTransferExceptionTest::testAssociatesExceptionsWithRequests is not documented
(#9) No one-line description found in phpdocs for class MultiTransferExceptionTest
(#9) Class MultiTransferExceptionTest does not have @copyright tag
(#9) Class MultiTransferExceptionTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#9) Package is not specified for class MultiTransferExceptionTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/IoEmittingEntityBodyTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#16) Function IoEmittingEntityBodyTest::setUp is not documented
(#22) Function IoEmittingEntityBodyTest::testEmitsReadEvents is not documented
(#34) Function IoEmittingEntityBodyTest::testEmitsWriteEvents is not documented
(#13) Variable IoEmittingEntityBodyTest::$body is not documented
(#14) Variable IoEmittingEntityBodyTest::$decorated is not documented
(#8) No one-line description found in phpdocs for class IoEmittingEntityBodyTest
(#8) Class IoEmittingEntityBodyTest does not have @copyright tag
(#8) Class IoEmittingEntityBodyTest does not have @license tag
(#9) Invalid phpdocs tag @covers used
(#8) Package is not specified for class IoEmittingEntityBodyTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/AbstractMessageTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#20) Function AbstractMessageTest::setUp is not documented
(#26) Function AbstractMessageTest::tearDown is not documented
(#31) Function AbstractMessageTest::testGetParams is not documented
(#37) Function AbstractMessageTest::testAddHeaders is not documented
(#49) Function AbstractMessageTest::testAllowsHeaderToSetAsHeader is not documented
(#56) Function AbstractMessageTest::testGetHeader is not documented
(#62) Function AbstractMessageTest::testGetHeaders is not documented
(#72) Function AbstractMessageTest::testGetHeaderLinesUsesGlue is not documented
(#83) Function AbstractMessageTest::testHasHeader is not documented
(#94) Function AbstractMessageTest::testRemoveHeader is not documented
(#102) Function AbstractMessageTest::testReturnsNullWhenHeaderIsNotFound is not documented
(#107) Function AbstractMessageTest::testAddingHeadersPreservesOriginalHeaderCase is not documented
(#123) Function AbstractMessageTest::testCanStoreEmptyHeaders is not documented
(#130) Function AbstractMessageTest::testCanSetCustomHeaderFactory is not documented
(#9) No one-line description found in phpdocs for class AbstractMessageTest
(#9) Class AbstractMessageTest does not have @copyright tag
(#9) Class AbstractMessageTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#9) Package is not specified for class AbstractMessageTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/EntityEnclosingRequestTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#22) Function EntityEnclosingRequestTest::setUp is not documented
(#27) Function EntityEnclosingRequestTest::tearDown is not documented
(#32) Function EntityEnclosingRequestTest::testConstructorConfiguresRequest is not documented
(#42) Function EntityEnclosingRequestTest::testCanSetBodyWithoutOverridingContentType is not documented
(#49) Function EntityEnclosingRequestTest::testRequestIncludesBodyInMessage is not documented
(#59) Function EntityEnclosingRequestTest::testRequestIncludesPostBodyInMessageOnlyWhenNoPostFiles is not documented
(#78) Function EntityEnclosingRequestTest::testAddsPostFieldsAndSetsContentLength is not documented
(#89) Function EntityEnclosingRequestTest::testAddsPostFilesAndSetsContentType is not documented
(#102) Function EntityEnclosingRequestTest::testRequestBodyContainsPostFiles is not documented
(#111) Function EntityEnclosingRequestTest::testRequestBodyAddsContentLength is not documented
(#119) Function EntityEnclosingRequestTest::testRequestBodyDoesNotUseContentLengthWhenChunked is not documented
(#128) Function EntityEnclosingRequestTest::testRequestHasMutableBody is not documented
(#141) Function EntityEnclosingRequestTest::testSetPostFields is not documented
(#154) Function EntityEnclosingRequestTest::testSetPostFiles is not documented
(#202) Function EntityEnclosingRequestTest::testAllowsContentTypeInPostUploads is not documented
(#212) Function EntityEnclosingRequestTest::testGuessesContentTypeOfPostUpload is not documented
(#220) Function EntityEnclosingRequestTest::testAllowsContentDispositionFieldsInPostUploadsWhenSettingInBulk is not documented
(#229) Function EntityEnclosingRequestTest::testPostRequestsUseApplicationXwwwForUrlEncodedForArrays is not documented
(#237) Function EntityEnclosingRequestTest::testProcessMethodAddsContentType is not documented
(#244) Function EntityEnclosingRequestTest::testPostRequestsUseMultipartFormDataWithFiles is not documented
(#251) Function EntityEnclosingRequestTest::testCanSendMultipleRequestsUsingASingleRequestObject is not documented
(#278) Function EntityEnclosingRequestTest::testRemovingPostFieldRebuildsPostFields is not documented
(#286) Function EntityEnclosingRequestTest::testUsesChunkedTransferWhenBodyLengthCannotBeDetermined is not documented
(#306) Function EntityEnclosingRequestTest::testAllowsNestedPostData is not documented
(#317) Function EntityEnclosingRequestTest::testAllowsEmptyFields is not documented
(#339) Function EntityEnclosingRequestTest::testHandlesEmptyStrings is not documented
(#354) Function EntityEnclosingRequestTest::testHoldsPostFiles is not documented
(#370) Function EntityEnclosingRequestTest::testAllowsAtPrefixWhenAddingPostFiles is not documented
(#380) Function EntityEnclosingRequestTest::testSetStateToTransferWithEmptyBodySetsContentLengthToZero is not documented
(#387) Function EntityEnclosingRequestTest::testSettingExpectHeaderCutoffChangesRequest is not documented
(#405) Function EntityEnclosingRequestTest::testStrictRedirectsCanBeSpecifiedOnEntityEnclosingRequests is not documented
(#412) Function EntityEnclosingRequestTest::testCanDisableRedirects is not documented
(#419) Function EntityEnclosingRequestTest::testSetsContentTypeWhenSettingBodyByGuessingFromEntityBody is not documented
(#426) Function EntityEnclosingRequestTest::testDoesNotCloneBody is not documented
(#20) Variable EntityEnclosingRequestTest::$client is not documented
(#14) No one-line description found in phpdocs for class EntityEnclosingRequestTest
(#182) There is no description in phpdocs for function testSetPostFilesThrowsExceptionWhenFileIsNotFound
(#193) There is no description in phpdocs for function testThrowsExceptionWhenNonStringsAreAddedToPost
(#295) There is no description in phpdocs for function testThrowsExceptionWhenContentLengthCannotBeDeterminedAndUsingHttp1
(#328) There is no description in phpdocs for function testFailsOnInvalidFiles
(#14) Class EntityEnclosingRequestTest does not have @copyright tag
(#14) Class EntityEnclosingRequestTest does not have @license tag
(#15) Invalid phpdocs tag @group used
(#16) Invalid phpdocs tag @covers used
(#183) Invalid phpdocs tag @expectedException used
(#194) Invalid phpdocs tag @expectedException used
(#296) Invalid phpdocs tag @expectedException used
(#329) Invalid phpdocs tag @expectedException used
(#14) Package is not specified for class EntityEnclosingRequestTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/Header/HeaderFactoryTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function HeaderFactoryTest::testCreatesBasicHeaders is not documented
(#21) Function HeaderFactoryTest::testCreatesSpecificHeaders is not documented
(#7) No one-line description found in phpdocs for class HeaderFactoryTest
(#7) Class HeaderFactoryTest does not have @copyright tag
(#7) Class HeaderFactoryTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#7) Package is not specified for class HeaderFactoryTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/Header/LinkTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class LinkTest is not documented
(#10) Function LinkTest::testParsesLinks is not documented
(#42) Function LinkTest::testCanAddLink is not documented
(#52) Function LinkTest::testCanParseLinksWithCommas is not documented
(#8) Package is not specified for class LinkTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/HeaderComparison.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class HeaderComparison does not have @copyright tag
(#8) Class HeaderComparison does not have @license tag
(#8) Package is not specified for class HeaderComparison. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/HeaderComparisonTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class HeaderComparisonTest is not documented
(#10) Function HeaderComparisonTest::filterProvider is not documented
(#107) There is no description in phpdocs for function testComparesHeaders
(#107) Phpdocs for function HeaderComparisonTest::testComparesHeaders has incomplete parameters list
(#108) Incorrect path for phpdocs tag @dataProvider detected
(#8) Package is not specified for class HeaderComparisonTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/HeaderTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#18) Function HeaderTest::testStoresHeaderName is not documented
(#24) Function HeaderTest::testConvertsToString is not documented
(#32) Function HeaderTest::testNormalizesGluedHeaders is not documented
(#40) Function HeaderTest::testCanSearchForValues is not documented
(#50) Function HeaderTest::testIsCountable is not documented
(#56) Function HeaderTest::testCanBeIterated is not documented
(#68) Function HeaderTest::testAllowsFalseyValues is not documented
(#92) Function HeaderTest::testCanRemoveValues is not documented
(#101) Function HeaderTest::testAllowsArrayInConstructor is not documented
(#107) Function HeaderTest::parseParamsProvider is not documented
(#13) Variable HeaderTest::$test is not documented
(#8) No one-line description found in phpdocs for class HeaderTest
(#154) There is no description in phpdocs for function testParseParams
(#154) Phpdocs for function HeaderTest::testParseParams has incomplete parameters list
(#8) Class HeaderTest does not have @copyright tag
(#8) Class HeaderTest does not have @license tag
(#9) Invalid phpdocs tag @covers used
(#155) Incorrect path for phpdocs tag @dataProvider detected
(#8) Package is not specified for class HeaderTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/PostFileTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function PostFileTest::testConstructorConfiguresPostFile is not documented
(#23) Function PostFileTest::testRemovesLeadingAtSymbolFromPath is not documented
(#37) Function PostFileTest::testCanChangeContentType is not documented
(#44) Function PostFileTest::testCanChangeFieldName is not documented
(#51) Function PostFileTest::testReturnsCurlValueString is not documented
(#64) Function PostFileTest::testReturnsCurlValueStringAndPostname is not documented
(#77) Function PostFileTest::testContentDispositionFilePathIsStripped is not documented
(#8) No one-line description found in phpdocs for class PostFileTest
(#29) There is no description in phpdocs for function testEnsuresFileIsReadable
(#8) Class PostFileTest does not have @copyright tag
(#8) Class PostFileTest does not have @license tag
(#9) Invalid phpdocs tag @covers used
(#10) Invalid phpdocs tag @group used
(#30) Invalid phpdocs tag @expectedException used
(#8) Package is not specified for class PostFileTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/RequestFactoryTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#23) Function HttpRequestFactoryTest::testCachesSingletonInstance is not documented
(#29) Function HttpRequestFactoryTest::testCreatesNewGetRequests is not documented
(#51) Function HttpRequestFactoryTest::testCreatesPutRequests is not documented
(#84) Function HttpRequestFactoryTest::testCreatesHeadAndDeleteRequests is not documented
(#92) Function HttpRequestFactoryTest::testCreatesOptionsRequests is not documented
(#99) Function HttpRequestFactoryTest::testCreatesNewPutRequestWithBody is not documented
(#105) Function HttpRequestFactoryTest::testCreatesNewPostRequestWithFields is not documented
(#139) Function HttpRequestFactoryTest::testCreatesFromParts is not documented
(#166) Function HttpRequestFactoryTest::testCreatesFromMessage is not documented
(#203) Function HttpRequestFactoryTest::testCreatesNewTraceRequest is not documented
(#210) Function HttpRequestFactoryTest::testCreatesProperTransferEncodingRequests is not documented
(#219) Function HttpRequestFactoryTest::testProperlyDealsWithDuplicateHeaders is not documented
(#246) Function HttpRequestFactoryTest::testCreatesHttpMessagesWithBodiesAndNormalizesLineEndings is not documented
(#272) Function HttpRequestFactoryTest::testBugPathIncorrectlyHandled is not documented
(#281) Function HttpRequestFactoryTest::testHandlesChunkedTransferEncoding is not documented
(#299) Function HttpRequestFactoryTest::testClonesRequestsWithMethodWithoutClient is not documented
(#318) Function HttpRequestFactoryTest::testClonesRequestsWithMethodWithClient is not documented
(#330) Function HttpRequestFactoryTest::testClonesRequestsWithMethodWithClientWithEntityEnclosingChange is not documented
(#340) Function HttpRequestFactoryTest::testCanDisableRedirects is not documented
(#350) Function HttpRequestFactoryTest::testCanAddCookies is not documented
(#357) Function HttpRequestFactoryTest::testCanAddQueryString is not documented
(#365) Function HttpRequestFactoryTest::testCanSetDefaultQueryString is not documented
(#375) Function HttpRequestFactoryTest::testCanAddBasicAuth is not documented
(#384) Function HttpRequestFactoryTest::testCanAddDigestAuth is not documented
(#394) Function HttpRequestFactoryTest::testCanAddEvents is not documented
(#408) Function HttpRequestFactoryTest::testCanAddEventsWithPriority is not documented
(#422) Function HttpRequestFactoryTest::testCanAddPlugins is not documented
(#436) Function HttpRequestFactoryTest::testCanDisableExceptions is not documented
(#446) Function HttpRequestFactoryTest::testCanDisableExceptionsWithErrorListener is not documented
(#457) Function HttpRequestFactoryTest::testCanChangeSaveToLocation is not documented
(#469) Function HttpRequestFactoryTest::testCanSetProxy is not documented
(#476) Function HttpRequestFactoryTest::testCanSetHeadersOption is not documented
(#483) Function HttpRequestFactoryTest::testCanSetDefaultHeadersOptions is not documented
(#493) Function HttpRequestFactoryTest::testCanSetBodyOption is not documented
(#509) Function HttpRequestFactoryTest::testCanSetTimeoutOption is not documented
(#516) Function HttpRequestFactoryTest::testCanSetConnectTimeoutOption is not documented
(#523) Function HttpRequestFactoryTest::testCanSetDebug is not documented
(#530) Function HttpRequestFactoryTest::testCanSetVerifyToOff is not documented
(#539) Function HttpRequestFactoryTest::testCanSetVerifyToOn is not documented
(#548) Function HttpRequestFactoryTest::testCanSetVerifyToPath is not documented
(#557) Function HttpRequestFactoryTest::inputValidation is not documented
(#574) Function HttpRequestFactoryTest::testCanAddRequestParams is not documented
(#581) Function HttpRequestFactoryTest::testCanAddSslKey is not documented
(#588) Function HttpRequestFactoryTest::testCanAddSslKeyPassword is not documented
(#596) Function HttpRequestFactoryTest::testCanAddSslCert is not documented
(#603) Function HttpRequestFactoryTest::testCanAddSslCertPassword is not documented
(#611) Function HttpRequestFactoryTest::testCreatesBodyWithoutZeroString is not documented
(#17) No one-line description found in phpdocs for class HttpRequestFactoryTest
(#500) There is no description in phpdocs for function testValidatesBodyOption
(#564) There is no description in phpdocs for function testValidatesInput
(#564) Phpdocs for function HttpRequestFactoryTest::testValidatesInput has incomplete parameters list
(#17) Class HttpRequestFactoryTest does not have @copyright tag
(#17) Class HttpRequestFactoryTest does not have @license tag
(#18) Invalid phpdocs tag @group used
(#19) Invalid phpdocs tag @covers used
(#501) Invalid phpdocs tag @expectedException used
(#566) Invalid phpdocs tag @expectedException used
(#565) Incorrect path for phpdocs tag @dataProvider detected
(#17) Package is not specified for class HttpRequestFactoryTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/RequestTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#30) Function RequestTest::setUp is not documented
(#36) Function RequestTest::tearDown is not documented
(#42) Function RequestTest::testConstructorBuildsRequestWithArrayHeaders is not documented
(#54) Function RequestTest::testDescribesEvents is not documented
(#59) Function RequestTest::testConstructorBuildsRequestWithCollectionHeaders is not documented
(#67) Function RequestTest::testConstructorBuildsRequestWithNoHeaders is not documented
(#73) Function RequestTest::testConstructorHandlesNonBasicAuth is not documented
(#83) Function RequestTest::testRequestsCanBeConvertedToRawMessageStrings is not documented
(#113) Function RequestTest::testGetEventDispatcher is not documented
(#120) Function RequestTest::testRequestsManageClients is not documented
(#138) Function RequestTest::testSend is not documented
(#152) Function RequestTest::testGetResponse is not documented
(#179) Function RequestTest::testRequestThrowsExceptionOnBadResponse is not documented
(#192) Function RequestTest::testManagesQuery is not documented
(#199) Function RequestTest::testRequestHasMethod is not documented
(#204) Function RequestTest::testRequestHasScheme is not documented
(#211) Function RequestTest::testRequestHasHost is not documented
(#225) Function RequestTest::testRequestHasProtocol is not documented
(#234) Function RequestTest::testRequestHasPath is not documented
(#243) Function RequestTest::testPermitsFalsyComponents is not documented
(#254) Function RequestTest::testRequestHasPort is not documented
(#267) Function RequestTest::testRequestHandlesAuthorization is not documented
(#303) Function RequestTest::testGetResourceUri is not documented
(#312) Function RequestTest::testRequestHasMutableUrl is not documented
(#323) Function RequestTest::testRequestHasState is not documented
(#330) Function RequestTest::testSetManualResponse is not documented
(#344) Function RequestTest::testRequestCanHaveManuallySetResponseBody is not documented
(#366) Function RequestTest::testHoldsCookies is not documented
(#417) Function RequestTest::testClonedRequestsUseNewInternalState is not documented
(#434) Function RequestTest::testRecognizesBasicAuthCredentialsInUrls is not documented
(#441) Function RequestTest::testRequestCanBeSentUsingCurl is not documented
(#496) Function RequestTest::testThrowsExceptionsWhenUnsuccessfulResponseIsReceivedByDefault is not documented
(#512) Function RequestTest::testCanShortCircuitErrorHandling is not documented
(#529) Function RequestTest::testCanOverrideUnsuccessfulResponses is not documented
(#562) Function RequestTest::testCanRetrieveUrlObject is not documented
(#570) Function RequestTest::testUnresolvedRedirectsReturnResponse is not documented
(#583) Function RequestTest::testCanSendCustomRequests is not documented
(#607) Function RequestTest::testAllowsFilenameForDownloadingContent is not documented
(#617) Function RequestTest::testUsesCustomResponseBodyWhenItIsCustom is not documented
(#626) Function RequestTest::testCanChangePortThroughScheme is not documented
(#17) No one-line description found in phpdocs for class RequestTest
(#128) There is no description in phpdocs for function testRequestsRequireClients
(#295) There is no description in phpdocs for function testValidatesAuth
(#408) There is no description in phpdocs for function testRequestThrowsExceptionWhenSetToCompleteWithNoResponse
(#597) There is no description in phpdocs for function testEnsuresFileCanBeCreated
(#17) Class RequestTest does not have @copyright tag
(#17) Class RequestTest does not have @license tag
(#18) Invalid phpdocs tag @group used
(#19) Invalid phpdocs tag @covers used
(#19) Invalid phpdocs tag @covers used
(#129) Invalid phpdocs tag @expectedException used
(#130) Invalid phpdocs tag @expectedExceptionMessage used
(#296) Invalid phpdocs tag @expectedException used
(#409) Invalid phpdocs tag @expectedException used
(#410) Invalid phpdocs tag @expectedExceptionMessage used
(#598) Invalid phpdocs tag @expectedException used
(#17) Package is not specified for class RequestTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Message/ResponseTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#21) Function ResponseTest::setup is not documented
(#55) Function ResponseTest::tearDown is not documented
(#60) Function ResponseTest::testConstructor is not documented
(#103) Function ResponseTest::test__toString is not documented
(#120) Function ResponseTest::testFactory is not documented
(#134) Function ResponseTest::testFactoryCanCreateHeadResponses is not documented
(#143) Function ResponseTest::testFactoryRequiresMessage is not documented
(#148) Function ResponseTest::testGetBody is not documented
(#157) Function ResponseTest::testManagesStatusCode is not documented
(#163) Function ResponseTest::testGetMessage is not documented
(#172) Function ResponseTest::testGetRawHeaders is not documented
(#183) Function ResponseTest::testHandlesStatusAndStatusCodes is not documented
(#205) Function ResponseTest::testIsClientError is not documented
(#213) Function ResponseTest::testIsError is not documented
(#223) Function ResponseTest::testIsInformational is not documented
(#231) Function ResponseTest::testIsRedirect is not documented
(#239) Function ResponseTest::testIsServerError is not documented
(#247) Function ResponseTest::testIsSuccessful is not documented
(#255) Function ResponseTest::testGetAcceptRanges is not documented
(#260) Function ResponseTest::testCalculatesAge is not documented
(#273) Function ResponseTest::testGetAllow is not documented
(#278) Function ResponseTest::testGetCacheControl is not documented
(#283) Function ResponseTest::testGetContentEncoding is not documented
(#288) Function ResponseTest::testGetContentLanguage is not documented
(#293) Function ResponseTest::testGetContentLength is not documented
(#298) Function ResponseTest::testGetContentLocation is not documented
(#303) Function ResponseTest::testGetContentDisposition is not documented
(#308) Function ResponseTest::testGetContentMd5 is not documented
(#313) Function ResponseTest::testGetContentRange is not documented
(#318) Function ResponseTest::testGetContentType is not documented
(#323) Function ResponseTest::testGetDate is not documented
(#328) Function ResponseTest::testGetEtag is not documented
(#333) Function ResponseTest::testGetExpires is not documented
(#338) Function ResponseTest::testGetLastModified is not documented
(#343) Function ResponseTest::testGetLocation is not documented
(#348) Function ResponseTest::testGetPragma is not documented
(#353) Function ResponseTest::testGetProxyAuthenticate is not documented
(#358) Function ResponseTest::testGetServer is not documented
(#363) Function ResponseTest::testGetSetCookie is not documented
(#368) Function ResponseTest::testGetMultipleSetCookie is not documented
(#377) Function ResponseTest::testGetSetCookieNormalizesHeaders is not documented
(#398) Function ResponseTest::testGetTrailer is not documented
(#403) Function ResponseTest::testGetTransferEncoding is not documented
(#408) Function ResponseTest::testGetVary is not documented
(#413) Function ResponseTest::testReturnsViaHeader is not documented
(#417) Function ResponseTest::testGetWarning is not documented
(#422) Function ResponseTest::testReturnsWwwAuthenticateHeader is not documented
(#427) Function ResponseTest::testReturnsConnectionHeader is not documented
(#434) Function ResponseTest::testReturnsHeaders is not documented
(#440) Function ResponseTest::testHasTransferInfo is not documented
(#484) Function ResponseTest::testDeterminesIfItCanBeCached is not documented
(#515) Function ResponseTest::testDeterminesResponseMaxAge is not documented
(#546) Function ResponseTest::testDeterminesIfItCanValidate is not documented
(#558) Function ResponseTest::testCalculatesFreshness is not documented
(#578) Function ResponseTest::testHandlesProtocols is not documented
(#585) Function ResponseTest::testComparesContentType is not documented
(#597) Function ResponseTest::testResponseDeterminesIfMethodIsAllowedBaseOnAllowHeader is not documented
(#615) Function ResponseTest::testParsesJsonResponses is not documented
(#634) Function ResponseTest::testParsesXmlResponses is not documented
(#653) Function ResponseTest::testResponseIsSerializable is not documented
(#662) Function ResponseTest::testPreventsComplexExternalEntities is not documented
(#12) No one-line description found in phpdocs for class ResponseTest
(#476) There is no description in phpdocs for function getResponse
(#624) There is no description in phpdocs for function testThrowsExceptionWhenFailsToParseJsonResponse
(#643) There is no description in phpdocs for function testThrowsExceptionWhenFailsToParseXmlResponse
(#476) Phpdocs for function ResponseTest::getResponse has incomplete parameters list
(#12) Class ResponseTest does not have @copyright tag
(#12) Class ResponseTest does not have @license tag
(#13) Invalid phpdocs tag @group used
(#14) Invalid phpdocs tag @covers used
(#625) Invalid phpdocs tag @expectedException used
(#626) Invalid phpdocs tag @expectedExceptionMessage used
(#644) Invalid phpdocs tag @expectedException used
(#645) Invalid phpdocs tag @expectedExceptionMessage used
(#12) Package is not specified for class ResponseTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/MimetypesTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function MimetypesTest::testGetsFromExtension is not documented
(#17) Function MimetypesTest::testGetsFromFilename is not documented
(#22) Function MimetypesTest::testGetsFromCaseInsensitiveFilename is not documented
(#27) Function MimetypesTest::testReturnsNullWhenNoMatchFound is not documented
(#7) No one-line description found in phpdocs for class MimetypesTest
(#7) Class MimetypesTest does not have @copyright tag
(#7) Class MimetypesTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#7) Package is not specified for class MimetypesTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/QueryAggregator/CommaAggregatorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class CommaAggregatorTest is not documented
(#10) Function CommaAggregatorTest::testAggregates is not documented
(#20) Function CommaAggregatorTest::testEncodes is not documented
(#8) Package is not specified for class CommaAggregatorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/QueryAggregator/DuplicateAggregatorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class DuplicateAggregatorTest is not documented
(#10) Function DuplicateAggregatorTest::testAggregates is not documented
(#20) Function DuplicateAggregatorTest::testEncodes is not documented
(#8) Package is not specified for class DuplicateAggregatorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/QueryAggregator/PhpAggregatorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class PhpAggregatorTest is not documented
(#10) Function PhpAggregatorTest::testEncodes is not documented
(#8) Package is not specified for class PhpAggregatorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/QueryStringTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Class QueryStringTest is not documented
(#14) Function QueryStringTest::setup is not documented
(#19) Function QueryStringTest::testGetFieldSeparator is not documented
(#24) Function QueryStringTest::testGetValueSeparator is not documented
(#29) Function QueryStringTest::testIsUrlEncoding is not documented
(#45) Function QueryStringTest::testSetFieldSeparator is not documented
(#51) Function QueryStringTest::testSetValueSeparator is not documented
(#57) Function QueryStringTest::testUrlEncode is not documented
(#83) Function QueryStringTest::testToString is not documented
(#104) Function QueryStringTest::testAllowsMultipleValuesPerKey is not documented
(#115) Function QueryStringTest::testAllowsNestedQueryData is not documented
(#133) Function QueryStringTest::parseQueryProvider is not documented
(#163) Function QueryStringTest::testProperlyDealsWithDuplicateQueryStringValues is not documented
(#170) Function QueryStringTest::testAllowsBlankQueryStringValues is not documented
(#178) Function QueryStringTest::testAllowsFalsyQueryStringValues is not documented
(#186) Function QueryStringTest::testFromStringIgnoresQuestionMark is not documented
(#192) Function QueryStringTest::testConvertsPlusSymbolsToSpaces is not documented
(#198) Function QueryStringTest::testFromStringDoesntMangleZeroes is not documented
(#204) Function QueryStringTest::testAllowsZeroValues is not documented
(#216) Function QueryStringTest::testFromStringDoesntStripTrailingEquals is not documented
(#222) Function QueryStringTest::testGuessesIfDuplicateAggregatorShouldBeUsed is not documented
(#228) Function QueryStringTest::testGuessesIfDuplicateAggregatorShouldBeUsedAndChecksForPhpStyle is not documented
(#154) There is no description in phpdocs for function testParsesQueryStrings
(#154) Phpdocs for function QueryStringTest::testParsesQueryStrings has incomplete parameters list
(#155) Incorrect path for phpdocs tag @dataProvider detected
(#9) Package is not specified for class QueryStringTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/ReadLimitEntityBodyTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#19) Function ReadLimitEntityBodyTest::setUp is not documented
(#25) Function ReadLimitEntityBodyTest::testReturnsSubsetWhenCastToString is not documented
(#32) Function ReadLimitEntityBodyTest::testReturnsSubsetOfEmptyBodyWhenCastToString is not documented
(#39) Function ReadLimitEntityBodyTest::testSeeksWhenConstructed is not documented
(#44) Function ReadLimitEntityBodyTest::testAllowsBoundedSeek is not documented
(#53) Function ReadLimitEntityBodyTest::testReadsOnlySubsetOfData is not documented
(#65) Function ReadLimitEntityBodyTest::testClaimsConsumedWhenReadLimitIsReached is not documented
(#72) Function ReadLimitEntityBodyTest::testContentLengthIsBounded is not documented
(#77) Function ReadLimitEntityBodyTest::testContentMd5IsBasedOnSubsection is not documented
(#8) No one-line description found in phpdocs for class ReadLimitEntityBodyTest
(#8) Class ReadLimitEntityBodyTest does not have @copyright tag
(#8) Class ReadLimitEntityBodyTest does not have @license tag
(#9) Invalid phpdocs tag @covers used
(#8) Package is not specified for class ReadLimitEntityBodyTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/RedirectPluginTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#16) Function RedirectPluginTest::testRedirectsRequests is not documented
(#57) Function RedirectPluginTest::testCanLimitNumberOfRedirects is not documented
(#82) Function RedirectPluginTest::testDefaultBehaviorIsToRedirectWithGetForEntityEnclosingRequests is not documented
(#101) Function RedirectPluginTest::testCanRedirectWithStrictRfcCompliance is not documented
(#122) Function RedirectPluginTest::testRedirect303WithGet is not documented
(#139) Function RedirectPluginTest::testRedirect303WithGetWithStrictRfcCompliance is not documented
(#157) Function RedirectPluginTest::testRewindsStreamWhenRedirectingIfNeeded is not documented
(#195) Function RedirectPluginTest::testRedirectsCanBeDisabledPerRequest is not documented
(#205) Function RedirectPluginTest::testCanRedirectWithNoLeadingSlashAndQuery is not documented
(#222) Function RedirectPluginTest::testRedirectWithStrictRfc386Compliance is not documented
(#237) Function RedirectPluginTest::testResetsHistoryEachSend is not documented
(#263) Function RedirectPluginTest::testHandlesRedirectsWithSpacesProperly is not documented
(#11) No one-line description found in phpdocs for class RedirectPluginTest
(#176) There is no description in phpdocs for function testThrowsExceptionWhenStreamCannotBeRewound
(#11) Class RedirectPluginTest does not have @copyright tag
(#11) Class RedirectPluginTest does not have @license tag
(#12) Invalid phpdocs tag @covers used
(#177) Invalid phpdocs tag @expectedException used
(#11) Package is not specified for class RedirectPluginTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/Server.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#29) Constant Server::DEFAULT_PORT is not documented
(#30) Constant Server::REQUEST_DELIMITER is not documented
(#13) No one-line description found in phpdocs for class Server
(#13) Class Server does not have @copyright tag
(#13) Class Server does not have @license tag
(#19) Invalid inline phpdocs tag @see found
(#139) Invalid inline phpdocs tag @see found
(#13) Package is not specified for class Server. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/StaticClientTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#16) Function StaticClientTest::testMountsClient is not documented
(#24) Function StaticClientTest::requestProvider is not documented
(#46) Function StaticClientTest::testCanCreateStreamsUsingDefaultFactory is not documented
(#54) Function StaticClientTest::testCanCreateStreamsUsingCustomFactory is not documented
(#11) No one-line description found in phpdocs for class StaticClientTest
(#32) There is no description in phpdocs for function testSendsRequests
(#32) Phpdocs for function StaticClientTest::testSendsRequests has incomplete parameters list
(#11) Class StaticClientTest does not have @copyright tag
(#11) Class StaticClientTest does not have @license tag
(#12) Invalid phpdocs tag @covers used
(#33) Incorrect path for phpdocs tag @dataProvider detected
(#11) Package is not specified for class StaticClientTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Http/UrlTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Function UrlTest::testEmptyUrl is not documented
(#19) Function UrlTest::testPortIsDeterminedFromScheme is not documented
(#27) Function UrlTest::testCloneCreatesNewInternalObjects is not documented
(#34) Function UrlTest::testValidatesUrlPartsInFactory is not documented
(#46) Function UrlTest::testAllowsFalsyUrlParts is not documented
(#63) Function UrlTest::testBuildsRelativeUrlsWithFalsyParts is not documented
(#78) Function UrlTest::testUrlStoresParts is not documented
(#102) Function UrlTest::testHandlesPathsCorrectly is not documented
(#119) Function UrlTest::testAddsQueryStringIfPresent is not documented
(#126) Function UrlTest::testAddsToPath is not documented
(#177) Function UrlTest::testHasGettersAndSetters is not documented
(#195) Function UrlTest::testSetQueryAcceptsArray is not documented
(#202) Function UrlTest::urlProvider is not documented
(#234) Function UrlTest::testSettingHostWithPortModifiesPort is not documented
(#250) Function UrlTest::testConvertsSpecialCharsInPathWhenCastingToString is not documented
(#8) No one-line description found in phpdocs for class UrlTest
(#169) There is no description in phpdocs for function testCombinesUrls
(#224) There is no description in phpdocs for function testNormalizesPaths
(#242) There is no description in phpdocs for function testValidatesUrlCanBeParsed
(#257) There is no description in phpdocs for function rfc3986UrlProvider
(#294) There is no description in phpdocs for function testCombinesUrlsUsingRfc3986
(#169) Phpdocs for function UrlTest::testCombinesUrls has incomplete parameters list
(#224) Phpdocs for function UrlTest::testNormalizesPaths has incomplete parameters list
(#294) Phpdocs for function UrlTest::testCombinesUrlsUsingRfc3986 has incomplete parameters list
(#8) Class UrlTest does not have @copyright tag
(#8) Class UrlTest does not have @license tag
(#9) Invalid phpdocs tag @covers used
(#243) Invalid phpdocs tag @expectedException used
(#170) Incorrect path for phpdocs tag @dataProvider detected
(#225) Incorrect path for phpdocs tag @dataProvider detected
(#295) Incorrect path for phpdocs tag @dataProvider detected
(#8) Package is not specified for class UrlTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Inflection/InflectorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function InflectorTest::testReturnsDefaultInstance is not documented
(#17) Function InflectorTest::testSnake is not documented
(#28) Function InflectorTest::testCamel is not documented
(#7) No one-line description found in phpdocs for class InflectorTest
(#7) Class InflectorTest does not have @copyright tag
(#7) Class InflectorTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#7) Package is not specified for class InflectorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Inflection/MemoizingInflectorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Function MemoizingInflectorTest::testUsesCache is not documented
(#26) Function MemoizingInflectorTest::testProtectsAgainstCacheOverflow is not documented
(#8) No one-line description found in phpdocs for class MemoizingInflectorTest
(#8) Class MemoizingInflectorTest does not have @copyright tag
(#8) Class MemoizingInflectorTest does not have @license tag
(#9) Invalid phpdocs tag @covers used
(#8) Package is not specified for class MemoizingInflectorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Inflection/PreComputedInflectorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function PreComputedInflectorTest::testUsesPreComputedHash is not documented
(#24) Function PreComputedInflectorTest::testMirrorsPrecomputedValues is not documented
(#34) Function PreComputedInflectorTest::testMirrorsPrecomputedValuesByMerging is not documented
(#7) No one-line description found in phpdocs for class PreComputedInflectorTest
(#7) Class PreComputedInflectorTest does not have @copyright tag
(#7) Class PreComputedInflectorTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#7) Package is not specified for class PreComputedInflectorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Iterator/AppendIteratorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function AppendIteratorTest::testTraversesIteratorsInOrder is not documented
(#7) No one-line description found in phpdocs for class AppendIteratorTest
(#7) Class AppendIteratorTest does not have @copyright tag
(#7) Class AppendIteratorTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#7) Package is not specified for class AppendIteratorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Iterator/ChunkedIteratorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function ChunkedIteratorTest::testChunksIterator is not documented
(#22) Function ChunkedIteratorTest::testChunksIteratorWithOddValues is not documented
(#32) Function ChunkedIteratorTest::testMustNotTerminateWithTraversable is not documented
(#40) Function ChunkedIteratorTest::testSizeOfZeroMakesIteratorInvalid is not documented
(#7) No one-line description found in phpdocs for class ChunkedIteratorTest
(#46) There is no description in phpdocs for function testSizeLowerZeroThrowsException
(#7) Class ChunkedIteratorTest does not have @copyright tag
(#7) Class ChunkedIteratorTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#47) Invalid phpdocs tag @expectedException used
(#7) Package is not specified for class ChunkedIteratorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Iterator/FilterIteratorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function FilterIteratorTest::testFiltersValues is not documented
(#7) No one-line description found in phpdocs for class FilterIteratorTest
(#21) There is no description in phpdocs for function testValidatesCallable
(#7) Class FilterIteratorTest does not have @copyright tag
(#7) Class FilterIteratorTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#22) Invalid phpdocs tag @expectedException used
(#7) Package is not specified for class FilterIteratorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Iterator/MapIteratorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function MapIteratorTest::testFiltersValues is not documented
(#7) No one-line description found in phpdocs for class MapIteratorTest
(#21) There is no description in phpdocs for function testValidatesCallable
(#7) Class MapIteratorTest does not have @copyright tag
(#7) Class MapIteratorTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#22) Invalid phpdocs tag @expectedException used
(#7) Package is not specified for class MapIteratorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Iterator/MethodProxyIteratorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Function MethodProxyIteratorTest::testProxiesMagicCallsToInnermostIterator is not documented
(#23) Function MethodProxyIteratorTest::testUsesInnerIterator is not documented
(#8) No one-line description found in phpdocs for class MethodProxyIteratorTest
(#8) Class MethodProxyIteratorTest does not have @copyright tag
(#8) Class MethodProxyIteratorTest does not have @license tag
(#9) Invalid phpdocs tag @covers used
(#8) Package is not specified for class MethodProxyIteratorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Log/ArrayLogAdapterTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class ArrayLogAdapterTest is not documented
(#9) Function ArrayLogAdapterTest::testLog is not documented
(#16) Function ArrayLogAdapterTest::testClearLog is not documented
(#7) Package is not specified for class ArrayLogAdapterTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Log/ClosureLogAdapterTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function ClosureLogAdapterTest::testClosure is not documented
(#7) No one-line description found in phpdocs for class ClosureLogAdapterTest
(#23) There is no description in phpdocs for function testThrowsExceptionWhenNotCallable
(#7) Class ClosureLogAdapterTest does not have @copyright tag
(#7) Class ClosureLogAdapterTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#24) Invalid phpdocs tag @expectedException used
(#7) Package is not specified for class ClosureLogAdapterTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Log/MessageFormatterTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#23) Function MessageFormatterTest::setUp is not documented
(#60) Function MessageFormatterTest::logProvider is not documented
(#96) Function MessageFormatterTest::testFormatsRequestsAndResponses is not documented
(#103) Function MessageFormatterTest::testAddsTimestamp is not documented
(#109) Function MessageFormatterTest::testUsesResponseWhenNoHandleAndGettingCurlInformation is not documented
(#125) Function MessageFormatterTest::testUsesEmptyStringWhenNoHandleAndNoResponse is not documented
(#131) Function MessageFormatterTest::testInjectsTotalTime is not documented
(#19) Variable MessageFormatterTest::$request is not documented
(#20) Variable MessageFormatterTest::$response is not documented
(#21) Variable MessageFormatterTest::$handle is not documented
(#14) No one-line description found in phpdocs for class MessageFormatterTest
(#87) There is no description in phpdocs for function testFormatsMessages
(#87) Phpdocs for function MessageFormatterTest::testFormatsMessages has incomplete parameters list
(#14) Class MessageFormatterTest does not have @copyright tag
(#14) Class MessageFormatterTest does not have @license tag
(#15) Invalid phpdocs tag @covers used
(#88) Incorrect path for phpdocs tag @dataProvider detected
(#14) Package is not specified for class MessageFormatterTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Log/PsrLogAdapterTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#15) Function PsrLogAdapterTest::testLogsMessagesToAdaptedObject is not documented
(#9) No one-line description found in phpdocs for class PsrLogAdapterTest
(#9) Class PsrLogAdapterTest does not have @copyright tag
(#9) Class PsrLogAdapterTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#10) Invalid phpdocs tag @covers used
(#9) Package is not specified for class PsrLogAdapterTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Log/Zf2LogAdapterTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#23) Function Zf2LogAdapterTest::setUp is not documented
(#32) Function Zf2LogAdapterTest::testLogsMessagesToAdaptedObject is not documented
(#47) Function Zf2LogAdapterTest::testExposesAdaptedLogObject is not documented
(#9) No one-line description found in phpdocs for class Zf2LogAdapterTest
(#9) Class Zf2LogAdapterTest does not have @copyright tag
(#9) Class Zf2LogAdapterTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#9) Package is not specified for class Zf2LogAdapterTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Mock/CustomResponseModel.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class CustomResponseModel is not documented
(#12) Function CustomResponseModel::fromCommand is not documented
(#17) Function CustomResponseModel::__construct is not documented
(#10) Variable CustomResponseModel::$command is not documented
(#8) Package is not specified for class CustomResponseModel. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Mock/ErrorResponseMock.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#9) Class ErrorResponseMock is not documented
(#14) Function ErrorResponseMock::fromCommand is not documented
(#19) Function ErrorResponseMock::__construct is not documented
(#11) Variable ErrorResponseMock::$command is not documented
(#12) Variable ErrorResponseMock::$response is not documented
(#9) Package is not specified for class ErrorResponseMock. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Mock/ExceptionMock.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class ExceptionMock is not documented
(#7) Function ExceptionMock::__construct is not documented
(#5) Package is not specified for class ExceptionMock. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Mock/MockMulti.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class MockMulti is not documented
(#7) Function MockMulti::getHandle is not documented
(#5) Package is not specified for class MockMulti. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Mock/MockObserver.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class MockObserver is not documented
(#12) Function MockObserver::getSubscribedEvents is not documented
(#17) Function MockObserver::has is not documented
(#28) Function MockObserver::getLastEvent is not documented
(#33) Function MockObserver::count is not documented
(#38) Function MockObserver::getGrouped is not documented
(#51) Function MockObserver::getData is not documented
(#61) Function MockObserver::update is not documented
(#10) Variable MockObserver::$events is not documented
(#8) Package is not specified for class MockObserver. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Mock/MockSubject.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class MockSubject is not documented
(#5) Package is not specified for class MockSubject. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/Cookie/CookieParserProvider.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) No one-line description found in phpdocs for class CookieParserProvider
(#339) There is no description in phpdocs for function testParseCookie
(#339) Phpdocs for function CookieParserProvider::testParseCookie has incomplete parameters list
(#7) Class CookieParserProvider does not have @copyright tag
(#7) Class CookieParserProvider does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#340) Incorrect path for phpdocs tag @dataProvider detected
(#7) Package is not specified for class CookieParserProvider. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/Cookie/CookieParserTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function CookieParserTest::testUrlDecodesCookies is not documented
(#12) Variable CookieParserTest::$cookieParserClass is not documented
(#7) No one-line description found in phpdocs for class CookieParserTest
(#7) Class CookieParserTest does not have @copyright tag
(#7) Class CookieParserTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#7) Package is not specified for class CookieParserTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/Message/MessageParserProvider.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class MessageParserProvider is not documented
(#7) Function MessageParserProvider::requestProvider is not documented
(#107) Function MessageParserProvider::responseProvider is not documented
(#165) Function MessageParserProvider::compareRequestResults is not documented
(#180) Function MessageParserProvider::compareResponseResults is not documented
(#195) Function MessageParserProvider::normalizeHeaders is not documented
(#218) Function MessageParserProvider::compareHttpHeaders is not documented
(#5) Package is not specified for class MessageParserProvider. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/Message/MessageParserTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#31) Function MessageParserTest::testParsesRequestsWithMissingProtocol is not documented
(#40) Function MessageParserTest::testParsesRequestsWithMissingVersion is not documented
(#49) Function MessageParserTest::testParsesResponsesWithMissingReasonPhrase is not documented
(#7) No one-line description found in phpdocs for class MessageParserTest
(#13) There is no description in phpdocs for function testParsesRequests
(#22) There is no description in phpdocs for function testParsesResponses
(#13) Phpdocs for function MessageParserTest::testParsesRequests has incomplete parameters list
(#22) Phpdocs for function MessageParserTest::testParsesResponses has incomplete parameters list
(#7) Class MessageParserTest does not have @copyright tag
(#7) Class MessageParserTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#8) Invalid phpdocs tag @covers used
(#14) Incorrect path for phpdocs tag @dataProvider detected
(#23) Incorrect path for phpdocs tag @dataProvider detected
(#7) Package is not specified for class MessageParserTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/Message/PeclHttpMessageParserTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function PeclHttpMessageParserTest::setUp is not documented
(#7) No one-line description found in phpdocs for class PeclHttpMessageParserTest
(#19) There is no description in phpdocs for function testParsesRequests
(#28) There is no description in phpdocs for function testParsesResponses
(#19) Phpdocs for function PeclHttpMessageParserTest::testParsesRequests has incomplete parameters list
(#28) Phpdocs for function PeclHttpMessageParserTest::testParsesResponses has incomplete parameters list
(#7) Class PeclHttpMessageParserTest does not have @copyright tag
(#7) Class PeclHttpMessageParserTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#20) Incorrect path for phpdocs tag @dataProvider detected
(#29) Incorrect path for phpdocs tag @dataProvider detected
(#7) Package is not specified for class PeclHttpMessageParserTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/ParserRegistryTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function ParserRegistryTest::testStoresObjects is not documented
(#20) Function ParserRegistryTest::testReturnsNullWhenNotFound is not documented
(#26) Function ParserRegistryTest::testReturnsLazyLoadedDefault is not documented
(#7) No one-line description found in phpdocs for class ParserRegistryTest
(#7) Class ParserRegistryTest does not have @copyright tag
(#7) Class ParserRegistryTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#7) Package is not specified for class ParserRegistryTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/UriTemplate/AbstractUriTemplateTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#5) Class AbstractUriTemplateTest is not documented
(#7) There is no description in phpdocs for function templateProvider
(#5) Package is not specified for class AbstractUriTemplateTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/UriTemplate/PeclUriTemplateTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function PeclUriTemplateTest::setUp is not documented
(#7) No one-line description found in phpdocs for class PeclUriTemplateTest
(#19) There is no description in phpdocs for function testExpandsUriTemplates
(#19) Phpdocs for function PeclUriTemplateTest::testExpandsUriTemplates has incomplete parameters list
(#7) Class PeclUriTemplateTest does not have @copyright tag
(#7) Class PeclUriTemplateTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#20) Incorrect path for phpdocs tag @dataProvider detected
(#7) Package is not specified for class PeclUriTemplateTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Parser/UriTemplate/UriTemplateTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#21) Function UriTemplateTest::expressionProvider is not documented
(#7) No one-line description found in phpdocs for class UriTemplateTest
(#12) There is no description in phpdocs for function testExpandsUriTemplates
(#55) There is no description in phpdocs for function testParsesExpressions
(#71) There is no description in phpdocs for function testAllowsNestedArrayExpansion
(#97) There is no description in phpdocs for function testSetRegex
(#12) Phpdocs for function UriTemplateTest::testExpandsUriTemplates has incomplete parameters list
(#55) Phpdocs for function UriTemplateTest::testParsesExpressions has incomplete parameters list
(#7) Class UriTemplateTest does not have @copyright tag
(#7) Class UriTemplateTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#72) Invalid phpdocs tag @ticket used
(#98) Invalid phpdocs tag @ticket used
(#13) Incorrect path for phpdocs tag @dataProvider detected
(#56) Incorrect path for phpdocs tag @dataProvider detected
(#7) Package is not specified for class UriTemplateTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Async/AsyncPluginTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#18) Function AsyncPluginTest::testSubscribesToEvents is not documented
(#26) Function AsyncPluginTest::testEnablesProgressCallbacks is not documented
(#37) Function AsyncPluginTest::testAddsTimesOutAfterSending is not documented
(#52) Function AsyncPluginTest::testEnsuresRequestIsSet is not documented
(#63) Function AsyncPluginTest::testMasksCurlExceptions is not documented
(#78) Function AsyncPluginTest::testEnsuresIntegration is not documented
(#13) No one-line description found in phpdocs for class AsyncPluginTest
(#13) Class AsyncPluginTest does not have @copyright tag
(#13) Class AsyncPluginTest does not have @license tag
(#14) Invalid phpdocs tag @covers used
(#13) Package is not specified for class AsyncPluginTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/AbstractBackoffStrategyTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function AbstractBackoffStrategyTest::getMockStrategy is not documented
(#21) Function AbstractBackoffStrategyTest::testReturnsZeroWhenNoNextAndGotNull is not documented
(#29) Function AbstractBackoffStrategyTest::testReturnsFalse is not documented
(#37) Function AbstractBackoffStrategyTest::testReturnsNextValueWhenNullOrTrue is not documented
(#52) Function AbstractBackoffStrategyTest::testReturnsFalseWhenNullAndNoNext is not documented
(#59) Function AbstractBackoffStrategyTest::testHasNext is not documented
(#67) Function AbstractBackoffStrategyTest::testSkipsOtherDecisionsInChainWhenOneReturnsTrue is not documented
(#79) Function AbstractBackoffStrategyTest::testReturnsZeroWhenDecisionMakerReturnsTrueButNoFurtherStrategiesAreInTheChain is not documented
(#9) No one-line description found in phpdocs for class AbstractBackoffStrategyTest
(#9) Class AbstractBackoffStrategyTest does not have @copyright tag
(#9) Class AbstractBackoffStrategyTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#9) Package is not specified for class AbstractBackoffStrategyTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/BackoffLoggerTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#19) Function BackoffLoggerTest::setUp is not documented
(#24) Function BackoffLoggerTest::testHasEventList is not documented
(#29) Function BackoffLoggerTest::testLogsEvents is not documented
(#59) Function BackoffLoggerTest::testCanSetTemplate is not documented
(#17) Variable BackoffLoggerTest::$message is not documented
(#12) No one-line description found in phpdocs for class BackoffLoggerTest
(#67) There is no description in phpdocs for function getMocks
(#86) There is no description in phpdocs for function getMockHandle
(#12) Class BackoffLoggerTest does not have @copyright tag
(#12) Class BackoffLoggerTest does not have @license tag
(#13) Invalid phpdocs tag @covers used
(#12) Package is not specified for class BackoffLoggerTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/BackoffPluginTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#29) Function BackoffPluginTest::setUp is not documented
(#34) Function BackoffPluginTest::getSubscribedEvents is not documented
(#39) Function BackoffPluginTest::onRequestRetry is not documented
(#44) Function BackoffPluginTest::testHasEventList is not documented
(#49) Function BackoffPluginTest::testCreatesDefaultExponentialBackoffPlugin is not documented
(#66) Function BackoffPluginTest::testDoesNotRetryUnlessStrategyReturnsNumber is not documented
(#85) Function BackoffPluginTest::testUpdatesRequestForRetry is not documented
(#122) Function BackoffPluginTest::testDoesNothingWhenNotRetryingAndPollingRequest is not documented
(#129) Function BackoffPluginTest::testRetriesRequests is not documented
(#187) Function BackoffPluginTest::testRetriesRequestsWhenInParallel is not documented
(#255) Function BackoffPluginTest::testSeeksToBeginningOfRequestBodyWhenRetrying is not documented
(#272) Function BackoffPluginTest::testDoesNotSeekOnRequestsWithNoBodyWhenRetrying is not documented
(#281) Function BackoffPluginTest::getMockEvent is not documented
(#27) Variable BackoffPluginTest::$retried is not documented
(#21) No one-line description found in phpdocs for class BackoffPluginTest
(#163) There is no description in phpdocs for function testFailsOnTruncation
(#229) There is no description in phpdocs for function testRetriesPooledRequestsUsingDelayAndPollingEvent
(#21) Class BackoffPluginTest does not have @copyright tag
(#21) Class BackoffPluginTest does not have @license tag
(#22) Invalid phpdocs tag @group used
(#23) Invalid phpdocs tag @covers used
(#164) Invalid phpdocs tag @expectedException used
(#230) Invalid phpdocs tag @covers used
(#230) Invalid phpdocs tag @covers used
(#21) Package is not specified for class BackoffPluginTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/CallbackBackoffStrategyTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#20) Function CallbackBackoffStrategyTest::testRetriesWithCallable is not documented
(#7) No one-line description found in phpdocs for class CallbackBackoffStrategyTest
(#12) There is no description in phpdocs for function testEnsuresIsCallable
(#7) Class CallbackBackoffStrategyTest does not have @copyright tag
(#7) Class CallbackBackoffStrategyTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#13) Invalid phpdocs tag @expectedException used
(#7) Package is not specified for class CallbackBackoffStrategyTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/ConstantBackoffStrategyTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function ConstantBackoffStrategyTest::testRetriesWithConstantDelay is not documented
(#7) No one-line description found in phpdocs for class ConstantBackoffStrategyTest
(#7) Class ConstantBackoffStrategyTest does not have @copyright tag
(#7) Class ConstantBackoffStrategyTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#7) Package is not specified for class ConstantBackoffStrategyTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/CurlBackoffStrategyTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#15) Function CurlBackoffStrategyTest::testRetriesWithExponentialDelay is not documented
(#30) Function CurlBackoffStrategyTest::testIgnoresNonErrors is not documented
(#9) No one-line description found in phpdocs for class CurlBackoffStrategyTest
(#9) Class CurlBackoffStrategyTest does not have @copyright tag
(#9) Class CurlBackoffStrategyTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#10) Invalid phpdocs tag @covers used
(#9) Package is not specified for class CurlBackoffStrategyTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/ExponentialBackoffStrategyTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function ExponentialBackoffStrategyTest::testRetriesWithExponentialDelay is not documented
(#7) No one-line description found in phpdocs for class ExponentialBackoffStrategyTest
(#7) Class ExponentialBackoffStrategyTest does not have @copyright tag
(#7) Class ExponentialBackoffStrategyTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#7) Package is not specified for class ExponentialBackoffStrategyTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/HttpBackoffStrategyTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function HttpBackoffStrategyTest::testRetriesWhenCodeMatches is not documented
(#31) Function HttpBackoffStrategyTest::testAllowsCustomCodes is not documented
(#41) Function HttpBackoffStrategyTest::testIgnoresNonErrors is not documented
(#8) No one-line description found in phpdocs for class HttpBackoffStrategyTest
(#8) Class HttpBackoffStrategyTest does not have @copyright tag
(#8) Class HttpBackoffStrategyTest does not have @license tag
(#9) Invalid phpdocs tag @covers used
(#9) Invalid phpdocs tag @covers used
(#8) Package is not specified for class HttpBackoffStrategyTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/LinearBackoffStrategyTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function LinearBackoffStrategyTest::testRetriesWithLinearDelay is not documented
(#7) No one-line description found in phpdocs for class LinearBackoffStrategyTest
(#7) Class LinearBackoffStrategyTest does not have @copyright tag
(#7) Class LinearBackoffStrategyTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#7) Package is not specified for class LinearBackoffStrategyTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/ReasonPhraseBackoffStrategyTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function ReasonPhraseBackoffStrategyTest::testRetriesWhenCodeMatches is not documented
(#26) Function ReasonPhraseBackoffStrategyTest::testIgnoresNonErrors is not documented
(#8) No one-line description found in phpdocs for class ReasonPhraseBackoffStrategyTest
(#8) Class ReasonPhraseBackoffStrategyTest does not have @copyright tag
(#8) Class ReasonPhraseBackoffStrategyTest does not have @license tag
(#9) Invalid phpdocs tag @covers used
(#9) Invalid phpdocs tag @covers used
(#8) Package is not specified for class ReasonPhraseBackoffStrategyTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Backoff/TruncatedBackoffStrategyTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#15) Function TruncatedBackoffStrategyTest::testRetriesWhenLessThanMax is not documented
(#10) No one-line description found in phpdocs for class TruncatedBackoffStrategyTest
(#10) Class TruncatedBackoffStrategyTest does not have @copyright tag
(#10) Class TruncatedBackoffStrategyTest does not have @license tag
(#11) Invalid phpdocs tag @covers used
(#10) Package is not specified for class TruncatedBackoffStrategyTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/CachePluginTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#23) Function CachePluginTest::testAddsDefaultStorage is not documented
(#29) Function CachePluginTest::testAddsDefaultCollaborators is not documented
(#46) Function CachePluginTest::testAddsCallbackCollaborators is not documented
(#56) Function CachePluginTest::testCanPassCacheAsOnlyArgumentToConstructor is not documented
(#62) Function CachePluginTest::testUsesCreatedCacheStorage is not documented
(#70) Function CachePluginTest::testUsesProvidedOptions is not documented
(#83) Function CachePluginTest::satisfyProvider is not documented
(#134) Function CachePluginTest::satisfyFailedProvider is not documented
(#168) Function CachePluginTest::testDoesNothingWhenRequestIsNotCacheable is not documented
(#185) Function CachePluginTest::satisfiableProvider is not documented
(#233) Function CachePluginTest::satisfiableOnErrorProvider is not documented
(#324) Function CachePluginTest::unsatisfiableOnErrorProvider is not documented
(#399) Function CachePluginTest::testCachesResponsesWhenCacheable is not documented
(#417) Function CachePluginTest::testPurgesRequests is not documented
(#428) Function CachePluginTest::testAutoPurgesRequests is not documented
(#16) No one-line description found in phpdocs for class CachePluginTest
(#106) There is no description in phpdocs for function testChecksIfResponseCanSatisfyRequest
(#158) There is no description in phpdocs for function testChecksIfResponseCanSatisfyFailedRequest
(#197) There is no description in phpdocs for function testInjectsSatisfiableResponses
(#246) There is no description in phpdocs for function testInjectsSatisfiableResponsesOnError
(#281) There is no description in phpdocs for function testInjectsSatisfiableResponsesOnException
(#350) There is no description in phpdocs for function testDoesNotInjectUnsatisfiableResponsesOnError
(#374) There is no description in phpdocs for function testDoesNotInjectUnsatisfiableResponsesOnException
(#106) Phpdocs for function CachePluginTest::testChecksIfResponseCanSatisfyRequest has incomplete parameters list
(#158) Phpdocs for function CachePluginTest::testChecksIfResponseCanSatisfyFailedRequest has incomplete parameters list
(#197) Phpdocs for function CachePluginTest::testInjectsSatisfiableResponses has incomplete parameters list
(#246) Phpdocs for function CachePluginTest::testInjectsSatisfiableResponsesOnError has incomplete parameters list
(#281) Phpdocs for function CachePluginTest::testInjectsSatisfiableResponsesOnException has incomplete parameters list
(#350) Phpdocs for function CachePluginTest::testDoesNotInjectUnsatisfiableResponsesOnError has incomplete parameters list
(#374) Phpdocs for function CachePluginTest::testDoesNotInjectUnsatisfiableResponsesOnException has incomplete parameters list
(#16) Class CachePluginTest does not have @copyright tag
(#16) Class CachePluginTest does not have @license tag
(#17) Invalid phpdocs tag @group used
(#18) Invalid phpdocs tag @covers used
(#18) Invalid phpdocs tag @covers used
(#107) Incorrect path for phpdocs tag @dataProvider detected
(#159) Incorrect path for phpdocs tag @dataProvider detected
(#198) Incorrect path for phpdocs tag @dataProvider detected
(#247) Incorrect path for phpdocs tag @dataProvider detected
(#282) Incorrect path for phpdocs tag @dataProvider detected
(#351) Incorrect path for phpdocs tag @dataProvider detected
(#375) Incorrect path for phpdocs tag @dataProvider detected
(#16) Package is not specified for class CachePluginTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/CallbackCanCacheStrategyTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#26) Function CallbackCanCacheStrategyTest::testUsesCallback is not documented
(#13) No one-line description found in phpdocs for class CallbackCanCacheStrategyTest
(#18) There is no description in phpdocs for function testConstructorEnsuresCallbackIsCallable
(#13) Class CallbackCanCacheStrategyTest does not have @copyright tag
(#13) Class CallbackCanCacheStrategyTest does not have @license tag
(#14) Invalid phpdocs tag @covers used
(#19) Invalid phpdocs tag @expectedException used
(#13) Package is not specified for class CallbackCanCacheStrategyTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DefaultCacheStorageTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#17) Function DefaultCacheStorageTest::getCache is not documented
(#42) Function DefaultCacheStorageTest::testReturnsNullForCacheMiss is not documented
(#48) Function DefaultCacheStorageTest::testCachesRequests is not documented
(#68) Function DefaultCacheStorageTest::testFetchesResponse is not documented
(#79) Function DefaultCacheStorageTest::testDeletesRequestItemsAndBody is not documented
(#87) Function DefaultCacheStorageTest::testCachesMultipleRequestsWithVary is not documented
(#109) Function DefaultCacheStorageTest::testPurgeRemovesAllMethodCaches is not documented
(#125) Function DefaultCacheStorageTest::testRemovesExpiredResponses is not documented
(#137) Function DefaultCacheStorageTest::testUsesVaryToDetermineResult is not documented
(#145) Function DefaultCacheStorageTest::testEnsuresResponseIsStillPresent is not documented
(#154) Function DefaultCacheStorageTest::staleProvider is not documented
(#185) Function DefaultCacheStorageTest::testCanFilterCacheKeys is not documented
(#12) No one-line description found in phpdocs for class DefaultCacheStorageTest
(#168) There is no description in phpdocs for function testUsesStaleTimeDirectiveForTtd
(#168) Phpdocs for function DefaultCacheStorageTest::testUsesStaleTimeDirectiveForTtd has incomplete parameters list
(#12) Class DefaultCacheStorageTest does not have @copyright tag
(#12) Class DefaultCacheStorageTest does not have @license tag
(#13) Invalid phpdocs tag @covers used
(#169) Incorrect path for phpdocs tag @dataProvider detected
(#12) Package is not specified for class DefaultCacheStorageTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DefaultCanCacheStrategyTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function DefaultCanCacheStrategyTest::testReturnsRequestcanCacheRequest is not documented
(#21) Function DefaultCanCacheStrategyTest::testDoesNotCacheNoStore is not documented
(#28) Function DefaultCanCacheStrategyTest::testCanCacheResponse is not documented
(#9) No one-line description found in phpdocs for class DefaultCanCacheStrategyTest
(#9) Class DefaultCanCacheStrategyTest does not have @copyright tag
(#9) Class DefaultCanCacheStrategyTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#9) Package is not specified for class DefaultCanCacheStrategyTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DefaultRevalidationTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#25) Function DefaultRevalidationTest::getHttpDate is not documented
(#108) Function DefaultRevalidationTest::testHandles404RevalidationResponses is not documented
(#140) Function DefaultRevalidationTest::testCanRevalidateWithPlugin is not documented
(#168) Function DefaultRevalidationTest::testCanHandleRevalidationFailures is not documented
(#192) Function DefaultRevalidationTest::testCanHandleStaleIfErrorWhenRevalidating is not documented
(#19) No one-line description found in phpdocs for class DefaultRevalidationTest
(#70) There is no description in phpdocs for function testRevalidatesResponsesAgainstOriginServer
(#217) There is no description in phpdocs for function testDoesNotTouchClosureListeners
(#70) Phpdocs for function DefaultRevalidationTest::testRevalidatesResponsesAgainstOriginServer has incomplete parameters list
(#19) Class DefaultRevalidationTest does not have @copyright tag
(#19) Class DefaultRevalidationTest does not have @license tag
(#20) Invalid phpdocs tag @covers used
(#21) Invalid phpdocs tag @group used
(#218) Invalid phpdocs tag @group used
(#71) Incorrect path for phpdocs tag @dataProvider detected
(#19) Package is not specified for class DefaultRevalidationTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/DenyRevalidationTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function DenyRevalidationTest::testDeniesRequestRevalidation is not documented
(#9) No one-line description found in phpdocs for class DenyRevalidationTest
(#9) Class DenyRevalidationTest does not have @copyright tag
(#9) Class DenyRevalidationTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#9) Package is not specified for class DenyRevalidationTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cache/SkipRevalidationTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function SkipRevalidationTest::testSkipsRequestRevalidation is not documented
(#9) No one-line description found in phpdocs for class SkipRevalidationTest
(#9) Class SkipRevalidationTest does not have @copyright tag
(#9) Class SkipRevalidationTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#9) Package is not specified for class SkipRevalidationTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookieJar/ArrayCookieJarTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#20) Function ArrayCookieJarTest::setUp is not documented
(#25) Function ArrayCookieJarTest::getTestCookies is not documented
(#53) Function ArrayCookieJarTest::testStoresAndRetrievesCookies is not documented
(#65) Function ArrayCookieJarTest::testRemovesExpiredCookies is not documented
(#75) Function ArrayCookieJarTest::testRemovesTemporaryCookies is not documented
(#85) Function ArrayCookieJarTest::testIsSerializable is not documented
(#106) Function ArrayCookieJarTest::testRemovesSelectively is not documented
(#129) Function ArrayCookieJarTest::testDoesNotAddIncompleteCookies is not documented
(#147) Function ArrayCookieJarTest::testDoesAddValidCookies is not documented
(#166) Function ArrayCookieJarTest::testOverwritesCookiesThatAreOlderOrDiscardable is not documented
(#204) Function ArrayCookieJarTest::testOverwritesCookiesThatHaveChanged is not documented
(#237) Function ArrayCookieJarTest::testAddsCookiesFromResponseWithNoRequest is not documented
(#255) Function ArrayCookieJarTest::testAddsCookiesFromResponseWithRequest is not documented
(#265) Function ArrayCookieJarTest::getMatchingCookiesDataProvider is not documented
(#354) Function ArrayCookieJarTest::testRemoveExistingCookieIfEmpty is not documented
(#10) No one-line description found in phpdocs for class ArrayCookieJarTest
(#276) There is no description in phpdocs for function testReturnsCookiesMatchingRequests
(#339) There is no description in phpdocs for function testThrowsExceptionWithStrictMode
(#276) Phpdocs for function ArrayCookieJarTest::testReturnsCookiesMatchingRequests has incomplete parameters list
(#10) Class ArrayCookieJarTest does not have @copyright tag
(#10) Class ArrayCookieJarTest does not have @license tag
(#11) Invalid phpdocs tag @covers used
(#340) Invalid phpdocs tag @expectedException used
(#341) Invalid phpdocs tag @expectedExceptionMessage used
(#277) Incorrect path for phpdocs tag @dataProvider detected
(#10) Package is not specified for class ArrayCookieJarTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookieJar/FileCookieJarTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#15) Function FileCookieJarTest::setUp is not documented
(#20) Function FileCookieJarTest::testLoadsFromFileFile is not documented
(#27) Function FileCookieJarTest::testPersistsToFileFile is not documented
(#13) Variable FileCookieJarTest::$file is not documented
(#8) No one-line description found in phpdocs for class FileCookieJarTest
(#8) Class FileCookieJarTest does not have @copyright tag
(#8) Class FileCookieJarTest does not have @license tag
(#9) Invalid phpdocs tag @covers used
(#8) Package is not specified for class FileCookieJarTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookiePluginTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#18) Function CookiePluginTest::testExtractsAndStoresCookies is not documented
(#35) Function CookiePluginTest::testAddsCookiesToRequests is not documented
(#63) Function CookiePluginTest::testCookiesAreExtractedFromRedirectResponses is not documented
(#92) Function CookiePluginTest::testCookiesAreNotAddedWhenParamIsSet is not documented
(#122) Function CookiePluginTest::testProvidesCookieJar is not documented
(#129) Function CookiePluginTest::testEscapesCookieDomains is not documented
(#12) No one-line description found in phpdocs for class CookiePluginTest
(#12) Class CookiePluginTest does not have @copyright tag
(#12) Class CookiePluginTest does not have @license tag
(#13) Invalid phpdocs tag @group used
(#14) Invalid phpdocs tag @covers used
(#12) Package is not specified for class CookiePluginTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Cookie/CookieTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function CookieTest::testInitializesDefaultValues is not documented
(#19) Function CookieTest::testConvertsDateTimeMaxAgeToUnixTimestamp is not documented
(#27) Function CookieTest::testAddsExpiresBasedOnMaxAge is not documented
(#36) Function CookieTest::testHoldsValues is not documented
(#113) Function CookieTest::testDeterminesIfExpired is not documented
(#122) Function CookieTest::testMatchesPorts is not documented
(#133) Function CookieTest::testMatchesDomain is not documented
(#161) Function CookieTest::testMatchesPath is not documented
(#187) Function CookieTest::cookieValidateProvider is not documented
(#212) Function CookieTest::testCreatesInvalidCharacterString is not documented
(#7) No one-line description found in phpdocs for class CookieTest
(#199) There is no description in phpdocs for function testValidatesCookies
(#199) Phpdocs for function CookieTest::testValidatesCookies has incomplete parameters list
(#7) Class CookieTest does not have @copyright tag
(#7) Class CookieTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#200) Incorrect path for phpdocs tag @dataProvider detected
(#7) Package is not specified for class CookieTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/CurlAuth/CurlAuthPluginTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function CurlAuthPluginTest::testAddsBasicAuthentication is not documented
(#26) Function CurlAuthPluginTest::testAddsDigestAuthentication is not documented
(#9) No one-line description found in phpdocs for class CurlAuthPluginTest
(#9) Class CurlAuthPluginTest does not have @copyright tag
(#9) Class CurlAuthPluginTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#9) Package is not specified for class CurlAuthPluginTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/ErrorResponse/ErrorResponsePluginTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#18) Function ErrorResponsePluginTest::tearDownAfterClass is not documented
(#23) Function ErrorResponsePluginTest::setUp is not documented
(#71) Function ErrorResponsePluginTest::testSkipsWhenErrorResponsesIsNotSetAndAllowsSuccess is not documented
(#100) Function ErrorResponsePluginTest::testThrowsSpecificErrorResponseOnMatch is not documented
(#124) Function ErrorResponsePluginTest::testSkipsWhenReasonDoesNotMatch is not documented
(#131) Function ErrorResponsePluginTest::testSkipsWhenNoClassIsSet is not documented
(#16) Variable ErrorResponsePluginTest::$client is not documented
(#11) No one-line description found in phpdocs for class ErrorResponsePluginTest
(#61) There is no description in phpdocs for function testSkipsWhenErrorResponsesIsNotSet
(#78) There is no description in phpdocs for function testEnsuresErrorResponseExists
(#89) There is no description in phpdocs for function testEnsuresErrorResponseImplementsInterface
(#114) There is no description in phpdocs for function testThrowsWhenCodeAndPhraseMatch
(#11) Class ErrorResponsePluginTest does not have @copyright tag
(#11) Class ErrorResponsePluginTest does not have @license tag
(#12) Invalid phpdocs tag @covers used
(#62) Invalid phpdocs tag @expectedException used
(#79) Invalid phpdocs tag @expectedException used
(#80) Invalid phpdocs tag @expectedExceptionMessage used
(#90) Invalid phpdocs tag @expectedException used
(#91) Invalid phpdocs tag @expectedExceptionMessage used
(#115) Invalid phpdocs tag @expectedException used
(#11) Package is not specified for class ErrorResponsePluginTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/History/HistoryPluginTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#38) Function HistoryPluginTest::testDescribesSubscribedEvents is not documented
(#43) Function HistoryPluginTest::testMaintainsLimitValue is not documented
(#50) Function HistoryPluginTest::testAddsRequests is not documented
(#77) Function HistoryPluginTest::testReturnsLastRequest is not documented
(#84) Function HistoryPluginTest::testReturnsLastResponse is not documented
(#91) Function HistoryPluginTest::testClearsHistory is not documented
(#116) Function HistoryPluginTest::testCanCastToString is not documented
(#11) No one-line description found in phpdocs for class HistoryPluginTest
(#60) There is no description in phpdocs for function testMaintainsLimit
(#100) There is no description in phpdocs for function testUpdatesAddRequests
(#11) Class HistoryPluginTest does not have @copyright tag
(#11) Class HistoryPluginTest does not have @license tag
(#12) Invalid phpdocs tag @covers used
(#61) Invalid phpdocs tag @depends used
(#101) Invalid phpdocs tag @depends used
(#11) Package is not specified for class HistoryPluginTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Log/LogPluginTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#21) Function LogPluginTest::setUp is not documented
(#28) Function LogPluginTest::testIgnoresCurlEventsWhenNotWiringBodies is not documented
(#38) Function LogPluginTest::testLogsWhenComplete is not documented
(#53) Function LogPluginTest::testWiresBodiesWhenNeeded is not documented
(#79) Function LogPluginTest::testHasHelpfulStaticFactoryMethod is not documented
(#19) Variable LogPluginTest::$adapter is not documented
(#13) No one-line description found in phpdocs for class LogPluginTest
(#13) Class LogPluginTest does not have @copyright tag
(#13) Class LogPluginTest does not have @license tag
(#14) Invalid phpdocs tag @group used
(#15) Invalid phpdocs tag @covers used
(#13) Package is not specified for class LogPluginTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Md5/CommandContentMd5PluginTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#15) Function CommandContentMd5PluginTest::getClient is not documented
(#37) Function CommandContentMd5PluginTest::testHasEvents is not documented
(#42) Function CommandContentMd5PluginTest::testValidatesMd5WhenParamExists is not documented
(#56) Function CommandContentMd5PluginTest::testDoesNothingWhenNoPayloadExists is not documented
(#68) Function CommandContentMd5PluginTest::testAddsValidationToResponsesOfContentMd5 is not documented
(#83) Function CommandContentMd5PluginTest::testIgnoresValidationWhenDisabled is not documented
(#10) No one-line description found in phpdocs for class CommandContentMd5PluginTest
(#10) Class CommandContentMd5PluginTest does not have @copyright tag
(#10) Class CommandContentMd5PluginTest does not have @license tag
(#11) Invalid phpdocs tag @covers used
(#10) Package is not specified for class CommandContentMd5PluginTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Md5/Md5ValidatorPluginTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#15) Function Md5ValidatorPluginTest::testValidatesMd5 is not documented
(#56) Function Md5ValidatorPluginTest::testSkipsWhenContentLengthIsTooLarge is not documented
(#70) Function Md5ValidatorPluginTest::testProperlyValidatesWhenUsingContentEncoding is not documented
(#10) No one-line description found in phpdocs for class Md5ValidatorPluginTest
(#39) There is no description in phpdocs for function testThrowsExceptionOnInvalidMd5
(#10) Class Md5ValidatorPluginTest does not have @copyright tag
(#10) Class Md5ValidatorPluginTest does not have @license tag
(#11) Invalid phpdocs tag @covers used
(#40) Invalid phpdocs tag @expectedException used
(#10) Package is not specified for class Md5ValidatorPluginTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Mock/MockPluginTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#17) Function MockPluginTest::testDescribesSubscribedEvents is not documented
(#22) Function MockPluginTest::testDescribesEvents is not documented
(#27) Function MockPluginTest::testCanBeTemporary is not documented
(#35) Function MockPluginTest::testIsCountable is not documented
(#53) Function MockPluginTest::testCanInspectQueue is not documented
(#63) Function MockPluginTest::testRetrievesResponsesFromFiles is not documented
(#87) Function MockPluginTest::testAddsResponseObjectsToQueue is not documented
(#95) Function MockPluginTest::testAddsResponseFilesToQueue is not documented
(#145) Function MockPluginTest::testLoadsResponsesFromConstructor is not documented
(#151) Function MockPluginTest::testStoresMockedRequests is not documented
(#169) Function MockPluginTest::testReadsBodiesFromMockedRequests is not documented
(#183) Function MockPluginTest::testCanMockBadRequestExceptions is not documented
(#12) No one-line description found in phpdocs for class MockPluginTest
(#42) There is no description in phpdocs for function testCanClearQueue
(#70) There is no description in phpdocs for function testThrowsExceptionWhenResponseFileIsNotFound
(#78) There is no description in phpdocs for function testInvalidResponsesThrowAnException
(#102) There is no description in phpdocs for function testAddsMockResponseToRequestFromClient
(#120) There is no description in phpdocs for function testUpdateThrowsExceptionWhenEmpty
(#130) There is no description in phpdocs for function testDetachesTemporaryWhenEmpty
(#12) Class MockPluginTest does not have @copyright tag
(#12) Class MockPluginTest does not have @license tag
(#13) Invalid phpdocs tag @covers used
(#43) Invalid phpdocs tag @depends used
(#71) Invalid phpdocs tag @expectedException used
(#79) Invalid phpdocs tag @expectedException used
(#103) Invalid phpdocs tag @depends used
(#121) Invalid phpdocs tag @depends used
(#122) Invalid phpdocs tag @expectedException used
(#131) Invalid phpdocs tag @depends used
(#12) Package is not specified for class MockPluginTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Plugin/Oauth/OauthPluginTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#25) Function OauthPluginTest::getRequest is not documented
(#32) Function OauthPluginTest::testSubscribesToEvents is not documented
(#38) Function OauthPluginTest::testAcceptsConfigurationData is not documented
(#57) Function OauthPluginTest::testCreatesStringToSignFromPostRequest is not documented
(#77) Function OauthPluginTest::testCreatesStringToSignIgnoringPostFields is not documented
(#87) Function OauthPluginTest::testCreatesStringToSignFromPostRequestWithCustomContentType is not documented
(#116) Function OauthPluginTest::testCreatesStringToSignFromPostRequestWithNullValues is not documented
(#236) Function OauthPluginTest::testSignsOauthQueryStringRequest is not documented
(#303) Function OauthPluginTest::testDoesNotAddFalseyValuesToAuthorization is not documented
(#313) Function OauthPluginTest::testOptionalOauthParametersAreNotAutomaticallyAdded is not documented
(#18) Variable OauthPluginTest::$config is not documented
(#15) Constant OauthPluginTest::TIMESTAMP is not documented
(#16) Constant OauthPluginTest::NONCE is not documented
(#10) No one-line description found in phpdocs for class OauthPluginTest
(#104) There is no description in phpdocs for function testConvertsBooleansToStrings
(#142) There is no description in phpdocs for function testMultiDimensionalArray
(#153) There is no description in phpdocs for function testMultiDimensionalArrayWithNonDefaultQueryAggregator
(#168) There is no description in phpdocs for function testSignsStrings
(#284) There is no description in phpdocs for function testInvalidArgumentExceptionOnMethodError
(#10) Class OauthPluginTest does not have @copyright tag
(#10) Class OauthPluginTest does not have @license tag
(#11) Invalid phpdocs tag @covers used
(#105) Invalid phpdocs tag @depends used
(#143) Invalid phpdocs tag @depends used
(#154) Invalid phpdocs tag @depends used
(#169) Invalid phpdocs tag @depends used
(#285) Invalid phpdocs tag @expectedException used
(#10) Package is not specified for class OauthPluginTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/AbstractConfigLoaderTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#16) Function AbstractConfigLoaderTest::setUp is not documented
(#23) Function AbstractConfigLoaderTest::tearDown is not documented
(#80) Function AbstractConfigLoaderTest::testLoadsPhpFileIncludes is not documented
(#90) Function AbstractConfigLoaderTest::testCanCreateFromJson is not documented
(#105) Function AbstractConfigLoaderTest::testUsesAliases is not documented
(#127) Function AbstractConfigLoaderTest::testCanLoadArraysWithIncludes is not documented
(#137) Function AbstractConfigLoaderTest::testDoesNotEnterInfiniteLoop is not documented
(#5) No one-line description found in phpdocs for class AbstractConfigLoaderTest
(#30) There is no description in phpdocs for function testOnlyLoadsSupportedTypes
(#38) There is no description in phpdocs for function testFileMustBeReadable
(#47) There is no description in phpdocs for function testMustBeSupportedExtension
(#56) There is no description in phpdocs for function testJsonMustBeValue
(#68) There is no description in phpdocs for function testPhpFilesMustReturnAnArray
(#115) There is no description in phpdocs for function testCanRemoveAliases
(#5) Class AbstractConfigLoaderTest does not have @copyright tag
(#5) Class AbstractConfigLoaderTest does not have @license tag
(#6) Invalid phpdocs tag @covers used
(#31) Invalid phpdocs tag @expectedException used
(#39) Invalid phpdocs tag @expectedException used
(#40) Invalid phpdocs tag @expectedExceptionMessage used
(#48) Invalid phpdocs tag @expectedException used
(#49) Invalid phpdocs tag @expectedExceptionMessage used
(#57) Invalid phpdocs tag @expectedException used
(#58) Invalid phpdocs tag @expectedExceptionMessage used
(#69) Invalid phpdocs tag @expectedException used
(#70) Invalid phpdocs tag @expectedExceptionMessage used
(#116) Invalid phpdocs tag @expectedException used
(#117) Invalid phpdocs tag @expectedExceptionMessage used
(#5) Package is not specified for class AbstractConfigLoaderTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Builder/ServiceBuilderLoaderTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function ServiceBuilderLoaderTest::testBuildsServiceBuilders is not documented
(#69) Function ServiceBuilderLoaderTest::testAllowsGlobalParameterOverrides is not documented
(#97) Function ServiceBuilderLoaderTest::tstDoesNotErrorOnCircularReferences is not documented
(#108) Function ServiceBuilderLoaderTest::configProvider is not documented
(#7) No one-line description found in phpdocs for class ServiceBuilderLoaderTest
(#50) There is no description in phpdocs for function testThrowsExceptionWhenExtendingNonExistentService
(#167) There is no description in phpdocs for function testCombinesConfigs
(#167) Phpdocs for function ServiceBuilderLoaderTest::testCombinesConfigs has incomplete parameters list
(#7) Class ServiceBuilderLoaderTest does not have @copyright tag
(#7) Class ServiceBuilderLoaderTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#51) Invalid phpdocs tag @expectedException used
(#52) Invalid phpdocs tag @expectedExceptionMessage used
(#168) Incorrect path for phpdocs tag @dataProvider detected
(#7) Package is not specified for class ServiceBuilderLoaderTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Builder/ServiceBuilderTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#43) Function ServiceBuilderTest::testAllowsSerialization is not documented
(#50) Function ServiceBuilderTest::testDelegatesFactoryMethodToAbstractFactory is not documented
(#66) Function ServiceBuilderTest::testStoresClientCopy is not documented
(#92) Function ServiceBuilderTest::testBuildersPassOptionsThroughToClients is not documented
(#111) Function ServiceBuilderTest::testUsesTheDefaultBuilderWhenNoBuilderIsSpecified is not documented
(#130) Function ServiceBuilderTest::testUsedAsArray is not documented
(#144) Function ServiceBuilderTest::testFactoryCanCreateFromJson is not documented
(#155) Function ServiceBuilderTest::testFactoryCanCreateFromArray is not documented
(#163) Function ServiceBuilderTest::testFactoryDoesNotRequireParams is not documented
(#170) Function ServiceBuilderTest::testBuilderAllowsReferencesBetweenClients is not documented
(#198) Function ServiceBuilderTest::testEmitsEventsWhenClientsAreCreated is not documented
(#229) Function ServiceBuilderTest::testCanAddGlobalParametersToServicesOnLoad is not documented
(#244) Function ServiceBuilderTest::testAddsGlobalPlugins is not documented
(#252) Function ServiceBuilderTest::testCanGetData is not documented
(#259) Function ServiceBuilderTest::testCanGetByAlias is not documented
(#265) Function ServiceBuilderTest::testCanOverwriteParametersForThrowawayClients is not documented
(#276) Function ServiceBuilderTest::testGettingAThrowawayClientWithParametersDoesNotAffectGettingOtherClients is not documented
(#287) Function ServiceBuilderTest::testCanUseArbitraryData is not documented
(#297) Function ServiceBuilderTest::testCanRegisterServiceData is not documented
(#14) Variable ServiceBuilderTest::$arrayData is not documented
(#9) No one-line description found in phpdocs for class ServiceBuilderTest
(#57) There is no description in phpdocs for function testThrowsExceptionWhenGettingInvalidClient
(#9) Class ServiceBuilderTest does not have @copyright tag
(#9) Class ServiceBuilderTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#58) Invalid phpdocs tag @expectedException used
(#59) Invalid phpdocs tag @expectedExceptionMessage used
(#9) Package is not specified for class ServiceBuilderTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/CachingConfigLoaderTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function CachingConfigLoaderTest::testLoadsPhpFileIncludes is not documented
(#29) Function CachingConfigLoaderTest::testDoesNotCacheArrays is not documented
(#9) No one-line description found in phpdocs for class CachingConfigLoaderTest
(#9) Class CachingConfigLoaderTest does not have @copyright tag
(#9) Class CachingConfigLoaderTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#9) Package is not specified for class CachingConfigLoaderTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/ClientTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#25) Function ClientTest::setUp is not documented
(#46) Function ClientTest::testAllowsCustomClientParameters is not documented
(#55) Function ClientTest::testFactoryCreatesClient is not documented
(#66) Function ClientTest::testFactoryDoesNotRequireBaseUrl is not documented
(#71) Function ClientTest::testDescribesEvents is not documented
(#76) Function ClientTest::testExecutesCommands is not documented
(#90) Function ClientTest::testExecutesCommandsWithArray is not documented
(#133) Function ClientTest::testCreatesCommandsUsingCommandFactory is not documented
(#153) Function ClientTest::testOwnsServiceDescription is not documented
(#163) Function ClientTest::testOwnsResourceIteratorFactory is not documented
(#180) Function ClientTest::testClientResetsRequestsBeforeExecutingCommands is not documented
(#196) Function ClientTest::testClientCreatesIterators is not documented
(#213) Function ClientTest::testClientCreatesIteratorsWithNoOptions is not documented
(#220) Function ClientTest::testClientCreatesIteratorsWithCommands is not documented
(#230) Function ClientTest::testClientHoldsInflector is not documented
(#240) Function ClientTest::testClientAddsGlobalCommandOptions is not documented
(#251) Function ClientTest::testSupportsServiceDescriptionBaseUrls is not documented
(#259) Function ClientTest::testMergesDefaultCommandParamsCorrectly is not documented
(#283) Function ClientTest::testWrapsMultipleCommandExceptions is not documented
(#308) Function ClientTest::testGetCommandAfterTwoSetDescriptions is not documented
(#22) Variable ClientTest::$service is not documented
(#23) Variable ClientTest::$serviceTest is not documented
(#16) No one-line description found in phpdocs for class ClientTest
(#107) There is no description in phpdocs for function testThrowsExceptionWhenInvalidCommandIsExecuted
(#116) There is no description in phpdocs for function testThrowsExceptionWhenMissingCommand
(#272) There is no description in phpdocs for function testWrapsSingleCommandExceptions
(#16) Class ClientTest does not have @copyright tag
(#16) Class ClientTest does not have @license tag
(#17) Invalid phpdocs tag @group used
(#18) Invalid phpdocs tag @covers used
(#108) Invalid phpdocs tag @expectedException used
(#117) Invalid phpdocs tag @expectedException used
(#273) Invalid phpdocs tag @expectedException used
(#16) Package is not specified for class ClientTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/AbstractCommandTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class AbstractCommandTest is not documented
(#10) Function AbstractCommandTest::getClient is not documented
(#8) Package is not specified for class AbstractCommandTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/ClosureCommandTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#23) Function ClosureCommandTest::testExecutesClosure is not documented
(#9) No one-line description found in phpdocs for class ClosureCommandTest
(#14) There is no description in phpdocs for function testConstructorValidatesClosure
(#39) There is no description in phpdocs for function testMustReturnRequest
(#9) Class ClosureCommandTest does not have @copyright tag
(#9) Class ClosureCommandTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#15) Invalid phpdocs tag @expectedException used
(#16) Invalid phpdocs tag @expectedExceptionMessage used
(#40) Invalid phpdocs tag @expectedException used
(#41) Invalid phpdocs tag @expectedExceptionMessage used
(#9) Package is not specified for class ClosureCommandTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/CommandTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#22) Function CommandTest::testConstructorAddsDefaultParams is not documented
(#30) Function CommandTest::testDeterminesShortName is not documented
(#52) Function CommandTest::testGetResponseExecutesCommandsWhenNeeded is not documented
(#63) Function CommandTest::testGetResultExecutesCommandsWhenNeeded is not documented
(#74) Function CommandTest::testSetClient is not documented
(#93) Function CommandTest::testExecute is not documented
(#115) Function CommandTest::testConvertsJsonResponsesToArray is not documented
(#157) Function CommandTest::testProcessResponseIsNotXml is not documented
(#190) Function CommandTest::testCommandsAllowsCustomRequestHeaders is not documented
(#201) Function CommandTest::testCommandsAllowsCustomRequestHeadersAsArray is not documented
(#208) Function CommandTest::getOperation is not documented
(#222) Function CommandTest::testCommandsUsesOperation is not documented
(#232) Function CommandTest::testCloneMakesNewRequest is not documented
(#245) Function CommandTest::testHasOnCompleteMethod is not documented
(#276) Function CommandTest::testCanSetResultManually is not documented
(#288) Function CommandTest::testCanInitConfig is not documented
(#306) Function CommandTest::testAddsCurlOptionsToRequestsWhenPreparing is not documented
(#318) Function CommandTest::testIsInvokable is not documented
(#329) Function CommandTest::testCreatesDefaultOperation is not documented
(#335) Function CommandTest::testAllowsValidatorToBeInjected is not documented
(#343) Function CommandTest::testCanDisableValidation is not documented
(#356) Function CommandTest::testValidatorDoesNotUpdateNonDefaultValues is not documented
(#365) Function CommandTest::testValidatorUpdatesDefaultValues is not documented
(#419) Function CommandTest::testCanAccessValidationErrorsFromCommand is not documented
(#436) Function CommandTest::testCanChangeResponseBody is not documented
(#17) No one-line description found in phpdocs for class CommandTest
(#43) There is no description in phpdocs for function testGetRequestThrowsExceptionBeforePreparation
(#132) There is no description in phpdocs for function testConvertsInvalidJsonResponsesToArray
(#172) There is no description in phpdocs for function testExecuteThrowsExceptionWhenNoClientIsSet
(#181) There is no description in phpdocs for function testPrepareThrowsExceptionWhenNoClientIsSet
(#266) There is no description in phpdocs for function testOnCompleteMustBeCallable
(#374) There is no description in phpdocs for function testValidatesCommandBeforeSending
(#391) There is no description in phpdocs for function testValidatesAdditionalParameters
(#17) Class CommandTest does not have @copyright tag
(#17) Class CommandTest does not have @license tag
(#18) Invalid phpdocs tag @covers used
(#44) Invalid phpdocs tag @expectedException used
(#133) Invalid phpdocs tag @expectedException used
(#173) Invalid phpdocs tag @expectedException used
(#182) Invalid phpdocs tag @expectedException used
(#267) Invalid phpdocs tag @expectedException used
(#375) Invalid phpdocs tag @expectedException used
(#376) Invalid phpdocs tag @expectedExceptionMessage used
(#392) Invalid phpdocs tag @expectedException used
(#393) Invalid phpdocs tag @expectedExceptionMessage used
(#17) Package is not specified for class CommandTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/DefaultRequestSerializerTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#34) Function DefaultRequestSerializerTest::setUp is not documented
(#45) Function DefaultRequestSerializerTest::testAllowsCustomVisitor is not documented
(#54) Function DefaultRequestSerializerTest::testUsesRelativePath is not documented
(#61) Function DefaultRequestSerializerTest::testUsesRelativePathWithUriLocations is not documented
(#70) Function DefaultRequestSerializerTest::testAllowsCustomFactory is not documented
(#77) Function DefaultRequestSerializerTest::testMixedParams is not documented
(#97) Function DefaultRequestSerializerTest::testValidatesAdditionalParameters is not documented
(#14) No one-line description found in phpdocs for class DefaultRequestSerializerTest
(#14) Class DefaultRequestSerializerTest does not have @copyright tag
(#14) Class DefaultRequestSerializerTest does not have @license tag
(#15) Invalid phpdocs tag @covers used
(#14) Package is not specified for class DefaultRequestSerializerTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/DefaultResponseParserTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#16) Function DefaultResponseParserTest::testParsesXmlResponses is not documented
(#27) Function DefaultResponseParserTest::testParsesJsonResponses is not documented
(#50) Function DefaultResponseParserTest::testAddsContentTypeWhenExpectsIsSetOnCommand is not documented
(#11) No one-line description found in phpdocs for class DefaultResponseParserTest
(#38) There is no description in phpdocs for function testThrowsExceptionWhenParsingJsonFails
(#11) Class DefaultResponseParserTest does not have @copyright tag
(#11) Class DefaultResponseParserTest does not have @license tag
(#12) Invalid phpdocs tag @covers used
(#39) Invalid phpdocs tag @expectedException used
(#11) Package is not specified for class DefaultResponseParserTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory/AliasFactoryTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#18) Function AliasFactoryTest::setup is not documented
(#44) Function AliasFactoryTest::aliasProvider is not documented
(#15) Variable AliasFactoryTest::$factory is not documented
(#16) Variable AliasFactoryTest::$client is not documented
(#10) No one-line description found in phpdocs for class AliasFactoryTest
(#58) There is no description in phpdocs for function testAliasesCommands
(#58) Phpdocs for function AliasFactoryTest::testAliasesCommands has incomplete parameters list
(#10) Class AliasFactoryTest does not have @copyright tag
(#10) Class AliasFactoryTest does not have @license tag
(#11) Invalid phpdocs tag @covers used
(#59) Incorrect path for phpdocs tag @dataProvider detected
(#10) Package is not specified for class AliasFactoryTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory/CompositeFactoryTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function CompositeFactoryTest::getFactory is not documented
(#19) Function CompositeFactoryTest::testIsIterable is not documented
(#26) Function CompositeFactoryTest::testFindsFactories is not documented
(#43) Function CompositeFactoryTest::testCreatesCommands is not documented
(#60) Function CompositeFactoryTest::testAllowsRemovalOfFactories is not documented
(#84) Function CompositeFactoryTest::testAddsFactoriesBeforeAndAtEnd is not documented
(#106) Function CompositeFactoryTest::testProvidesDefaultChainForClients is not documented
(#7) No one-line description found in phpdocs for class CompositeFactoryTest
(#7) Class CompositeFactoryTest does not have @copyright tag
(#7) Class CompositeFactoryTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#7) Package is not specified for class CompositeFactoryTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory/ConcreteClassFactoryTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Function ConcreteClassFactoryTest::testProvider is not documented
(#8) No one-line description found in phpdocs for class ConcreteClassFactoryTest
(#28) There is no description in phpdocs for function testCreatesConcreteCommands
(#28) Phpdocs for function ConcreteClassFactoryTest::testCreatesConcreteCommands has incomplete parameters list
(#8) Class ConcreteClassFactoryTest does not have @copyright tag
(#8) Class ConcreteClassFactoryTest does not have @license tag
(#9) Invalid phpdocs tag @covers used
(#29) Incorrect path for phpdocs tag @dataProvider detected
(#8) Package is not specified for class ConcreteClassFactoryTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory/MapFactoryTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function MapFactoryTest::mapProvider is not documented
(#7) No one-line description found in phpdocs for class MapFactoryTest
(#21) There is no description in phpdocs for function testCreatesCommandsUsingMappings
(#21) Phpdocs for function MapFactoryTest::testCreatesCommandsUsingMappings has incomplete parameters list
(#7) Class MapFactoryTest does not have @copyright tag
(#7) Class MapFactoryTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#22) Incorrect path for phpdocs tag @dataProvider detected
(#7) Package is not specified for class MapFactoryTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/Factory/ServiceDescriptionFactoryTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function ServiceDescriptionFactoryTest::testProvider is not documented
(#40) Function ServiceDescriptionFactoryTest::testUsesUcFirstIfNoExactMatch is not documented
(#48) Function ServiceDescriptionFactoryTest::testUsesInflectionIfNoExactMatch is not documented
(#58) Function ServiceDescriptionFactoryTest::getDescription is not documented
(#9) No one-line description found in phpdocs for class ServiceDescriptionFactoryTest
(#23) There is no description in phpdocs for function testCreatesCommandsUsingServiceDescriptions
(#23) Phpdocs for function ServiceDescriptionFactoryTest::testCreatesCommandsUsingServiceDescriptions has incomplete parameters list
(#9) Class ServiceDescriptionFactoryTest does not have @copyright tag
(#9) Class ServiceDescriptionFactoryTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#24) Incorrect path for phpdocs tag @dataProvider detected
(#9) Package is not specified for class ServiceDescriptionFactoryTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/AbstractVisitorTestCase.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Class AbstractVisitorTestCase is not documented
(#20) Function AbstractVisitorTestCase::setUp is not documented
(#27) Function AbstractVisitorTestCase::getCommand is not documented
(#35) Function AbstractVisitorTestCase::getNestedCommand is not documented
(#82) Function AbstractVisitorTestCase::getCommandWithArrayParamAndFilters is not documented
(#15) Variable AbstractVisitorTestCase::$command is not documented
(#16) Variable AbstractVisitorTestCase::$request is not documented
(#17) Variable AbstractVisitorTestCase::$param is not documented
(#18) Variable AbstractVisitorTestCase::$validator is not documented
(#13) Package is not specified for class AbstractVisitorTestCase. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/BodyVisitorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Function BodyVisitorTest::testVisitsLocation is not documented
(#22) Function BodyVisitorTest::testAddsExpectHeaderWhenSetToTrue is not documented
(#31) Function BodyVisitorTest::testCanDisableExpectHeader is not documented
(#40) Function BodyVisitorTest::testCanSetExpectHeaderBasedOnSize is not documented
(#54) Function BodyVisitorTest::testAddsContentEncodingWhenSetOnBody is not documented
(#8) No one-line description found in phpdocs for class BodyVisitorTest
(#8) Class BodyVisitorTest does not have @copyright tag
(#8) Class BodyVisitorTest does not have @license tag
(#9) Invalid phpdocs tag @covers used
(#8) Package is not specified for class BodyVisitorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/HeaderVisitorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#24) Function HeaderVisitorTest::testVisitsLocation is not documented
(#33) Function HeaderVisitorTest::testVisitsMappedPrefixHeaders is not documented
(#8) No one-line description found in phpdocs for class HeaderVisitorTest
(#13) There is no description in phpdocs for function testValidatesHeaderMapsAreArrays
(#8) Class HeaderVisitorTest does not have @copyright tag
(#8) Class HeaderVisitorTest does not have @license tag
(#9) Invalid phpdocs tag @covers used
(#14) Invalid phpdocs tag @expectedException used
(#8) Package is not specified for class HeaderVisitorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/JsonVisitorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Function JsonVisitorTest::testVisitsLocation is not documented
(#26) Function JsonVisitorTest::testAddsJsonHeader is not documented
(#36) Function JsonVisitorTest::testRecursivelyBuildsJsonBodies is not documented
(#43) Function JsonVisitorTest::testAppliesFiltersToAdditionalProperties is not documented
(#52) Function JsonVisitorTest::testAppliesFiltersToArrayItemValues is not documented
(#7) No one-line description found in phpdocs for class JsonVisitorTest
(#7) Class JsonVisitorTest does not have @copyright tag
(#7) Class JsonVisitorTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#8) Invalid phpdocs tag @covers used
(#7) Package is not specified for class JsonVisitorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/PostFieldVisitorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function PostFieldVisitorTest::testVisitsLocation is not documented
(#20) Function PostFieldVisitorTest::testRecursivelyBuildsPostFields is not documented
(#7) No one-line description found in phpdocs for class PostFieldVisitorTest
(#7) Class PostFieldVisitorTest does not have @copyright tag
(#7) Class PostFieldVisitorTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#7) Package is not specified for class PostFieldVisitorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/PostFileVisitorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#15) Function PostFileVisitorTest::testVisitsLocation is not documented
(#29) Function PostFileVisitorTest::testVisitsLocationWithMultipleFiles is not documented
(#10) No one-line description found in phpdocs for class PostFileVisitorTest
(#10) Class PostFileVisitorTest does not have @copyright tag
(#10) Class PostFileVisitorTest does not have @license tag
(#11) Invalid phpdocs tag @covers used
(#10) Package is not specified for class PostFileVisitorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/QueryVisitorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function QueryVisitorTest::testVisitsLocation is not documented
(#7) No one-line description found in phpdocs for class QueryVisitorTest
(#20) There is no description in phpdocs for function testRecursivelyBuildsQueryStrings
(#35) There is no description in phpdocs for function testFiltersAreAppliedToArrayParamType
(#7) Class QueryVisitorTest does not have @copyright tag
(#7) Class QueryVisitorTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#21) Invalid phpdocs tag @covers used
(#21) Invalid phpdocs tag @covers used
(#36) Invalid phpdocs tag @covers used
(#7) Package is not specified for class QueryVisitorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/ResponseBodyVisitorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function ResponseBodyVisitorTest::testVisitsLocation is not documented
(#7) No one-line description found in phpdocs for class ResponseBodyVisitorTest
(#7) Class ResponseBodyVisitorTest does not have @copyright tag
(#7) Class ResponseBodyVisitorTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#7) Package is not specified for class ResponseBodyVisitorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Request/XmlVisitorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#16) Function XmlVisitorTest::xmlProvider is not documented
(#319) Function XmlVisitorTest::testAddsContentTypeAndTopLevelValues is not documented
(#353) Function XmlVisitorTest::testCanChangeContentType is not documented
(#360) Function XmlVisitorTest::testCanAddArrayOfSimpleTypes is not documented
(#401) Function XmlVisitorTest::testCanAddMultipleNamespacesToRoot is not documented
(#434) Function XmlVisitorTest::testValuesAreFiltered is not documented
(#473) Function XmlVisitorTest::testSkipsNullValues is not documented
(#518) Function XmlVisitorTest::testAllowsXmlEncoding is not documented
(#540) Function XmlVisitorTest::testAllowsSendingXmlPayloadIfNoXmlParamsWereSet is not documented
(#11) No one-line description found in phpdocs for class XmlVisitorTest
(#299) There is no description in phpdocs for function testSerializesXml
(#299) Phpdocs for function XmlVisitorTest::testSerializesXml has incomplete parameters list
(#11) Class XmlVisitorTest does not have @copyright tag
(#11) Class XmlVisitorTest does not have @license tag
(#12) Invalid phpdocs tag @covers used
(#300) Incorrect path for phpdocs tag @dataProvider detected
(#11) Package is not specified for class XmlVisitorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/AbstractResponseVisitorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class AbstractResponseVisitorTest is not documented
(#19) Function AbstractResponseVisitorTest::setUp is not documented
(#8) Package is not specified for class AbstractResponseVisitorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/BodyVisitorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function BodyVisitorTest::testVisitsLocation is not documented
(#9) No one-line description found in phpdocs for class BodyVisitorTest
(#9) Class BodyVisitorTest does not have @copyright tag
(#9) Class BodyVisitorTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#9) Package is not specified for class BodyVisitorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/HeaderVisitorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function HeaderVisitorTest::testVisitsLocation is not documented
(#26) Function HeaderVisitorTest::testVisitsLocationWithFilters is not documented
(#38) Function HeaderVisitorTest::testVisitsMappedPrefixHeaders is not documented
(#9) No one-line description found in phpdocs for class HeaderVisitorTest
(#64) There is no description in phpdocs for function testDiscardingUnknownHeaders
(#81) There is no description in phpdocs for function testDiscardingUnknownPropertiesWithAliasing
(#9) Class HeaderVisitorTest does not have @copyright tag
(#9) Class HeaderVisitorTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#65) Invalid phpdocs tag @group used
(#82) Invalid phpdocs tag @group used
(#9) Package is not specified for class HeaderVisitorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/JsonVisitorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function JsonVisitorTest::testBeforeMethodParsesXml is not documented
(#28) Function JsonVisitorTest::testVisitsLocation is not documented
(#44) Function JsonVisitorTest::testRenamesTopLevelValues is not documented
(#57) Function JsonVisitorTest::testRenamesDoesNotFailForNonExistentKey is not documented
(#75) Function JsonVisitorTest::testTraversesObjectsAndAppliesFilters is not documented
(#137) Function JsonVisitorTest::testWalksAdditionalProperties is not documented
(#9) No one-line description found in phpdocs for class JsonVisitorTest
(#91) There is no description in phpdocs for function testDiscardingUnknownProperties
(#114) There is no description in phpdocs for function testDiscardingUnknownPropertiesWithAliasing
(#9) Class JsonVisitorTest does not have @copyright tag
(#9) Class JsonVisitorTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#92) Invalid phpdocs tag @group used
(#115) Invalid phpdocs tag @group used
(#9) Package is not specified for class JsonVisitorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/ReasonPhraseVisitorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function ReasonPhraseVisitorTest::testVisitsLocation is not documented
(#9) No one-line description found in phpdocs for class ReasonPhraseVisitorTest
(#9) Class ReasonPhraseVisitorTest does not have @copyright tag
(#9) Class ReasonPhraseVisitorTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#9) Package is not specified for class ReasonPhraseVisitorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/StatusCodeVisitorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function StatusCodeVisitorTest::testVisitsLocation is not documented
(#9) No one-line description found in phpdocs for class StatusCodeVisitorTest
(#9) Class StatusCodeVisitorTest does not have @copyright tag
(#9) Class StatusCodeVisitorTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#9) Package is not specified for class StatusCodeVisitorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/Response/XmlVisitorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function XmlVisitorTest::testBeforeMethodParsesXml is not documented
(#28) Function XmlVisitorTest::testBeforeMethodParsesXmlWithNamespace is not documented
(#44) Function XmlVisitorTest::testBeforeMethodParsesNestedXml is not documented
(#58) Function XmlVisitorTest::testCanExtractAndRenameTopLevelXmlValues is not documented
(#72) Function XmlVisitorTest::testEnsuresRepeatedArraysAreInCorrectLocations is not documented
(#103) Function XmlVisitorTest::testEnsuresFlatArraysAreFlat is not documented
(#122) Function XmlVisitorTest::xmlDataProvider is not documented
(#168) Function XmlVisitorTest::testCanRenameValues is not documented
(#252) Function XmlVisitorTest::testCanRenameAttributes is not documented
(#331) Function XmlVisitorTest::testAddsEmptyArraysWhenValueIsMissing is not documented
(#416) Function XmlVisitorTest::testProperlyHandlesEmptyStringValues is not documented
(#9) No one-line description found in phpdocs for class XmlVisitorTest
(#156) There is no description in phpdocs for function testEnsuresWrappedArraysAreInCorrectLocations
(#370) There is no description in phpdocs for function testDiscardingUnknownProperties
(#393) There is no description in phpdocs for function testDiscardingUnknownPropertiesWithAliasing
(#156) Phpdocs for function XmlVisitorTest::testEnsuresWrappedArraysAreInCorrectLocations has incomplete parameters list
(#9) Class XmlVisitorTest does not have @copyright tag
(#9) Class XmlVisitorTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#371) Invalid phpdocs tag @group used
(#394) Invalid phpdocs tag @group used
(#157) Incorrect path for phpdocs tag @dataProvider detected
(#9) Package is not specified for class XmlVisitorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/LocationVisitor/VisitorFlyweightTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function VisitorFlyweightTest::testUsesDefaultMappingsWithGetInstance is not documented
(#21) Function VisitorFlyweightTest::testCanUseCustomMappings is not documented
(#36) Function VisitorFlyweightTest::testCachesVisitors is not documented
(#43) Function VisitorFlyweightTest::testAllowsAddingVisitors is not documented
(#9) No one-line description found in phpdocs for class VisitorFlyweightTest
(#27) There is no description in phpdocs for function testThrowsExceptionWhenRetrievingUnknownVisitor
(#9) Class VisitorFlyweightTest does not have @copyright tag
(#9) Class VisitorFlyweightTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#28) Invalid phpdocs tag @expectedException used
(#29) Invalid phpdocs tag @expectedExceptionMessage used
(#9) Package is not specified for class VisitorFlyweightTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/OperationCommandTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#20) Function OperationCommandTest::testHasRequestSerializer is not documented
(#29) Function OperationCommandTest::testPreparesRequestUsingSerializer is not documented
(#43) Function OperationCommandTest::testParsesResponsesWithResponseParser is not documented
(#59) Function OperationCommandTest::testParsesResponsesUsingModelParserWhenMatchingModelIsFound is not documented
(#85) Function OperationCommandTest::testAllowsRawResponses is not documented
(#15) No one-line description found in phpdocs for class OperationCommandTest
(#15) Class OperationCommandTest does not have @copyright tag
(#15) Class OperationCommandTest does not have @license tag
(#16) Invalid phpdocs tag @covers used
(#15) Package is not specified for class OperationCommandTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Command/OperationResponseParserTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#23) Function OperationResponseParserTest::testHasVisitors is not documented
(#31) Function OperationResponseParserTest::testUsesParentParser is not documented
(#42) Function OperationResponseParserTest::testVisitsLocations is not documented
(#56) Function OperationResponseParserTest::testVisitsLocationsForJsonResponse is not documented
(#74) Function OperationResponseParserTest::testSkipsUnkownModels is not documented
(#85) Function OperationResponseParserTest::testAllowsModelProcessingToBeDisabled is not documented
(#102) Function OperationResponseParserTest::testCanInjectModelSchemaIntoModels is not documented
(#116) Function OperationResponseParserTest::testDoesNotParseXmlWhenNotUsingXmlVisitor is not documented
(#140) Function OperationResponseParserTest::testVisitsAdditionalProperties is not documented
(#228) Function OperationResponseParserTest::testCreatesCustomResponseClassInterface is not documented
(#277) Function OperationResponseParserTest::getDescription is not documented
(#294) Function OperationResponseParserTest::testCanAddListenerToParseDomainObjects is not documented
(#17) No one-line description found in phpdocs for class OperationResponseParserTest
(#178) There is no description in phpdocs for function testAdditionalPropertiesDisabledDiscardsData
(#243) There is no description in phpdocs for function testEnsuresResponseClassExists
(#260) There is no description in phpdocs for function testEnsuresResponseClassImplementsResponseClassInterface
(#310) There is no description in phpdocs for function testAdditionalPropertiesWithRefAreResolved
(#17) Class OperationResponseParserTest does not have @copyright tag
(#17) Class OperationResponseParserTest does not have @license tag
(#18) Invalid phpdocs tag @covers used
(#18) Invalid phpdocs tag @covers used
(#179) Invalid phpdocs tag @group used
(#244) Invalid phpdocs tag @expectedException used
(#245) Invalid phpdocs tag @expectedExceptionMessage used
(#261) Invalid phpdocs tag @expectedException used
(#262) Invalid phpdocs tag @expectedExceptionMessage used
(#311) Invalid phpdocs tag @group used
(#17) Package is not specified for class OperationResponseParserTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/OperationTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function OperationTest::strtoupper is not documented
(#19) Function OperationTest::testOperationIsDataObject is not documented
(#83) Function OperationTest::testAllowsConcreteCommands is not documented
(#97) Function OperationTest::testConvertsToArray is not documented
(#123) Function OperationTest::testDeterminesIfHasParam is not documented
(#130) Function OperationTest::testReturnsParamNames is not documented
(#136) Function OperationTest::getTestCommand is not documented
(#147) Function OperationTest::testCanBuildUpCommands is not documented
(#175) Function OperationTest::testCanRemoveParams is not documented
(#184) Function OperationTest::testAddsNameToParametersIfNeeded is not documented
(#190) Function OperationTest::testContainsApiErrorInformation is not documented
(#202) Function OperationTest::testHasNotes is not documented
(#210) Function OperationTest::testHasData is not documented
(#226) Function OperationTest::testHasServiceDescription is not documented
(#241) Function OperationTest::testInfersResponseType is not documented
(#255) Function OperationTest::testHasResponseType is not documented
(#266) Function OperationTest::testHasAdditionalParameters is not documented
(#9) No one-line description found in phpdocs for class OperationTest
(#233) There is no description in phpdocs for function testValidatesResponseType
(#283) There is no description in phpdocs for function getOperation
(#9) Class OperationTest does not have @copyright tag
(#9) Class OperationTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#234) Invalid phpdocs tag @expectedException used
(#9) Package is not specified for class OperationTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/ParameterTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#26) Function ParameterTest::testCreatesParamFromArray is not documented
(#41) Function ParameterTest::testCanConvertToArray is not documented
(#48) Function ParameterTest::testUsesStatic is not documented
(#57) Function ParameterTest::testUsesDefault is not documented
(#66) Function ParameterTest::testReturnsYourValue is not documented
(#74) Function ParameterTest::testZeroValueDoesNotCauseDefaultToBeReturned is not documented
(#83) Function ParameterTest::testFiltersValues is not documented
(#92) Function ParameterTest::testConvertsBooleans is not documented
(#99) Function ParameterTest::testUsesArrayByDefaultForFilters is not documented
(#107) Function ParameterTest::testAllowsSimpleLocationValue is not documented
(#114) Function ParameterTest::testParsesTypeValues is not documented
(#129) Function ParameterTest::testCanBuildUpParams is not documented
(#167) Function ParameterTest::testAllowsNestedShape is not documented
(#207) Function ParameterTest::testAllowsComplexFilters is not documented
(#221) Function ParameterTest::testCanChangeParentOfNestedParameter is not documented
(#229) Function ParameterTest::testCanRemoveFromNestedStructure is not documented
(#246) Function ParameterTest::testAddsAdditionalProperties is not documented
(#258) Function ParameterTest::testAddsItems is not documented
(#270) Function ParameterTest::testHasExtraProperties is not documented
(#280) Function ParameterTest::testCanRetrieveKnownPropertiesUsingDataMethod is not documented
(#288) Function ParameterTest::testHasInstanceOf is not documented
(#296) Function ParameterTest::testHasPattern is not documented
(#304) Function ParameterTest::testHasEnum is not documented
(#312) Function ParameterTest::testSerializesItems is not documented
(#324) Function ParameterTest::testResolvesRefKeysRecursively is not documented
(#340) Function ParameterTest::testResolvesExtendsRecursively is not documented
(#360) Function ParameterTest::testHasKeyMethod is not documented
(#368) Function ParameterTest::testIncludesNameInToArrayWhenItemsAttributeHasName is not documented
(#389) Function ParameterTest::dateTimeProvider is not documented
(#13) Variable ParameterTest::$data is not documented
(#8) No one-line description found in phpdocs for class ParameterTest
(#120) There is no description in phpdocs for function testValidatesComplexFilters
(#401) There is no description in phpdocs for function testAppliesFormat
(#401) Phpdocs for function ParameterTest::testAppliesFormat has incomplete parameters list
(#8) Class ParameterTest does not have @copyright tag
(#8) Class ParameterTest does not have @license tag
(#9) Invalid phpdocs tag @covers used
(#121) Invalid phpdocs tag @expectedException used
(#122) Invalid phpdocs tag @expectedExceptionMessage used
(#402) Incorrect path for phpdocs tag @dataProvider detected
(#8) Package is not specified for class ParameterTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/SchemaFormatterTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#12) Function SchemaFormatterTest::dateTimeProvider is not documented
(#54) Function SchemaFormatterTest::testEnsuresTimestampsAreIntegers is not documented
(#7) No one-line description found in phpdocs for class SchemaFormatterTest
(#38) There is no description in phpdocs for function testFilters
(#46) There is no description in phpdocs for function testValidatesDateTimeInput
(#38) Phpdocs for function SchemaFormatterTest::testFilters has incomplete parameters list
(#7) Class SchemaFormatterTest does not have @copyright tag
(#7) Class SchemaFormatterTest does not have @license tag
(#8) Invalid phpdocs tag @covers used
(#47) Invalid phpdocs tag @expectedException used
(#39) Incorrect path for phpdocs tag @dataProvider detected
(#7) Package is not specified for class SchemaFormatterTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/SchemaValidatorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#16) Function SchemaValidatorTest::setUp is not documented
(#21) Function SchemaValidatorTest::testValidatesArrayListsAreNumericallyIndexed is not documented
(#31) Function SchemaValidatorTest::testValidatesArrayListsContainProperItems is not documented
(#41) Function SchemaValidatorTest::testAddsDefaultValuesInLists is not documented
(#48) Function SchemaValidatorTest::testMergesDefaultValuesInLists is not documented
(#64) Function SchemaValidatorTest::testCorrectlyConvertsParametersToArrayWhenArraysArePresent is not documented
(#73) Function SchemaValidatorTest::testAllowsInstanceOf is not documented
(#85) Function SchemaValidatorTest::testEnforcesInstanceOfOnlyWhenObject is not documented
(#97) Function SchemaValidatorTest::testConvertsObjectsToArraysWhenToArrayInterface is not documented
(#117) Function SchemaValidatorTest::testMergesValidationErrorsInPropertiesWithParent is not documented
(#169) Function SchemaValidatorTest::testHandlesNullValuesInArraysWithDefaults is not documented
(#190) Function SchemaValidatorTest::testFailsWhenNullValuesInArraysWithNoDefaults is not documented
(#209) Function SchemaValidatorTest::testChecksTypes is not documented
(#234) Function SchemaValidatorTest::testValidatesFalseAdditionalProperties is not documented
(#249) Function SchemaValidatorTest::testAllowsUndefinedAdditionalProperties is not documented
(#260) Function SchemaValidatorTest::testValidatesAdditionalProperties is not documented
(#273) Function SchemaValidatorTest::testValidatesAdditionalPropertiesThatArrayArrays is not documented
(#288) Function SchemaValidatorTest::testIntegersCastToStringWhenTypeMismatch is not documented
(#296) Function SchemaValidatorTest::testRequiredMessageIncludesType is not documented
(#304) Function SchemaValidatorTest::getComplexParam is not documented
(#8) No one-line description found in phpdocs for class SchemaValidatorTest
(#8) Class SchemaValidatorTest does not have @copyright tag
(#8) Class SchemaValidatorTest does not have @license tag
(#9) Invalid phpdocs tag @covers used
(#8) Package is not specified for class SchemaValidatorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/ServiceDescriptionLoaderTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#13) Function ServiceDescriptionLoaderTest::testAllowsExtraData is not documented
(#27) Function ServiceDescriptionLoaderTest::testAllowsDeepNestedInheritance is not documented
(#72) Function ServiceDescriptionLoaderTest::testAllowsMultipleInheritance is not documented
(#124) Function ServiceDescriptionLoaderTest::testAddsOtherFields is not documented
(#135) Function ServiceDescriptionLoaderTest::testCanLoadNestedExtends is not documented
(#8) No one-line description found in phpdocs for class ServiceDescriptionLoaderTest
(#58) There is no description in phpdocs for function testThrowsExceptionWhenExtendingMissingCommand
(#8) Class ServiceDescriptionLoaderTest does not have @copyright tag
(#8) Class ServiceDescriptionLoaderTest does not have @license tag
(#9) Invalid phpdocs tag @covers used
(#59) Invalid phpdocs tag @expectedException used
(#8) Package is not specified for class ServiceDescriptionLoaderTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Description/ServiceDescriptionTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#17) Function ServiceDescriptionTest::setup is not documented
(#43) Function ServiceDescriptionTest::testConstructor is not documented
(#51) Function ServiceDescriptionTest::testIsSerializable is not documented
(#59) Function ServiceDescriptionTest::testSerializesParameters is not documented
(#72) Function ServiceDescriptionTest::testAllowsForJsonBasedArrayParamsFunctionalTest is not documented
(#100) Function ServiceDescriptionTest::testContainsModels is not documented
(#118) Function ServiceDescriptionTest::testCanAddModels is not documented
(#126) Function ServiceDescriptionTest::testHasAttributes is not documented
(#150) Function ServiceDescriptionTest::testPersistsCustomAttributes is not documented
(#171) Function ServiceDescriptionTest::testHasToArray is not documented
(#184) Function ServiceDescriptionTest::testReturnsNullWhenRetrievingMissingOperation is not documented
(#190) Function ServiceDescriptionTest::testCanAddOperations is not documented
(#208) Function ServiceDescriptionTest::testHasBaseUrl is not documented
(#216) Function ServiceDescriptionTest::testCanUseBasePath is not documented
(#222) Function ServiceDescriptionTest::testModelsHaveNames is not documented
(#15) Variable ServiceDescriptionTest::$serviceData is not documented
(#10) No one-line description found in phpdocs for class ServiceDescriptionTest
(#33) There is no description in phpdocs for function testFactoryDelegatesToConcreteFactories
(#198) There is no description in phpdocs for function testValidatesOperationTypes
(#10) Class ServiceDescriptionTest does not have @copyright tag
(#10) Class ServiceDescriptionTest does not have @license tag
(#11) Invalid phpdocs tag @covers used
(#34) Invalid phpdocs tag @covers used
(#34) Invalid phpdocs tag @covers used
(#199) Invalid phpdocs tag @expectedException used
(#10) Package is not specified for class ServiceDescriptionTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Exception/CommandTransferExceptionTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#15) Function CommandTransferExceptionTest::testStoresCommands is not documented
(#26) Function CommandTransferExceptionTest::testConvertsMultiExceptionIntoCommandTransfer is not documented
(#41) Function CommandTransferExceptionTest::testCanRetrieveExceptionForCommand is not documented
(#58) Function CommandTransferExceptionTest::testAddsNonRequestExceptions is not documented
(#10) No one-line description found in phpdocs for class CommandTransferExceptionTest
(#10) Class CommandTransferExceptionTest does not have @copyright tag
(#10) Class CommandTransferExceptionTest does not have @license tag
(#11) Invalid phpdocs tag @covers used
(#10) Package is not specified for class CommandTransferExceptionTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Exception/InconsistentClientTransferExceptionTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class InconsistentClientTransferExceptionTest is not documented
(#9) Function InconsistentClientTransferExceptionTest::testStoresCommands is not documented
(#7) Package is not specified for class InconsistentClientTransferExceptionTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Exception/ValidationExceptionTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class ValidationExceptionTest is not documented
(#9) Function ValidationExceptionTest::testCanSetAndRetrieveErrors is not documented
(#7) Package is not specified for class ValidationExceptionTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/IterableCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class IterableCommand is not documented
(#9) Function IterableCommand::createOperation is not documented
(#20) Function IterableCommand::build is not documented
(#7) Package is not specified for class IterableCommand. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/MockCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class MockCommand is not documented
(#9) Function MockCommand::createOperation is not documented
(#28) Function MockCommand::build is not documented
(#7) Package is not specified for class MockCommand. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/OtherCommand.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class OtherCommand is not documented
(#9) Function OtherCommand::createOperation is not documented
(#26) Function OtherCommand::build is not documented
(#7) Package is not specified for class OtherCommand. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Command/Sub/Sub.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class Sub is not documented
(#7) Package is not specified for class Sub. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/MockClient.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#8) Class MockClient does not have @copyright tag
(#8) Class MockClient does not have @license tag
(#8) Package is not specified for class MockClient. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Mock/Model/MockCommandIterator.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#7) Class MockCommandIterator is not documented
(#11) Function MockCommandIterator::sendRequest is not documented
(#27) Function MockCommandIterator::next is not documented
(#33) Function MockCommandIterator::getResources is not documented
(#38) Function MockCommandIterator::getIteratedCount is not documented
(#9) Variable MockCommandIterator::$calledNext is not documented
(#7) Package is not specified for class MockCommandIterator. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/CompositeResourceIteratorFactoryTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#28) Function CompositeResourceIteratorFactoryTest::testBuildsResourceIterators is not documented
(#9) No one-line description found in phpdocs for class CompositeResourceIteratorFactoryTest
(#14) There is no description in phpdocs for function testEnsuresIteratorClassExists
(#9) Class CompositeResourceIteratorFactoryTest does not have @copyright tag
(#9) Class CompositeResourceIteratorFactoryTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#15) Invalid phpdocs tag @expectedException used
(#16) Invalid phpdocs tag @expectedExceptionMessage used
(#9) Package is not specified for class CompositeResourceIteratorFactoryTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/MapResourceIteratorFactoryTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#23) Function MapResourceIteratorFactoryTest::testBuildsResourceIterators is not documented
(#32) Function MapResourceIteratorFactoryTest::testUsesWildcardMappings is not documented
(#8) No one-line description found in phpdocs for class MapResourceIteratorFactoryTest
(#13) There is no description in phpdocs for function testEnsuresIteratorClassExists
(#8) Class MapResourceIteratorFactoryTest does not have @copyright tag
(#8) Class MapResourceIteratorFactoryTest does not have @license tag
(#9) Invalid phpdocs tag @covers used
(#14) Invalid phpdocs tag @expectedException used
(#15) Invalid phpdocs tag @expectedExceptionMessage used
(#8) Package is not specified for class MapResourceIteratorFactoryTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/ModelTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function ModelTest::testOwnsStructure is not documented
(#23) Function ModelTest::testCanBeUsedWithoutStructure is not documented
(#38) Function ModelTest::testAllowsFiltering is not documented
(#50) Function ModelTest::testDoesNotIncludeEmptyStructureInString is not documented
(#58) Function ModelTest::testDoesIncludeModelStructureInString is not documented
(#9) No one-line description found in phpdocs for class ModelTest
(#9) Class ModelTest does not have @copyright tag
(#9) Class ModelTest does not have @license tag
(#10) Invalid phpdocs tag @covers used
(#9) Package is not specified for class ModelTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/ResourceIteratorClassFactoryTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#26) Function ResourceIteratorClassFactoryTest::testBuildsResourceIterators is not documented
(#34) Function ResourceIteratorClassFactoryTest::testChecksIfCanBuild is not documented
(#8) No one-line description found in phpdocs for class ResourceIteratorClassFactoryTest
(#14) There is no description in phpdocs for function testEnsuresIteratorClassExists
(#8) Class ResourceIteratorClassFactoryTest does not have @copyright tag
(#8) Class ResourceIteratorClassFactoryTest does not have @license tag
(#9) Invalid phpdocs tag @covers used
(#9) Invalid phpdocs tag @covers used
(#15) Invalid phpdocs tag @expectedException used
(#16) Invalid phpdocs tag @expectedExceptionMessage used
(#8) Package is not specified for class ResourceIteratorClassFactoryTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Service/Resource/ResourceIteratorTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#14) Function ResourceIteratorTest::testDescribesEvents is not documented
(#19) Function ResourceIteratorTest::testConstructorConfiguresDefaults is not documented
(#33) Function ResourceIteratorTest::testSendsRequestsForNextSetOfResources is not documented
(#75) Function ResourceIteratorTest::testCalculatesPageSize is not documented
(#97) Function ResourceIteratorTest::testUseAsArray is not documented
(#122) Function ResourceIteratorTest::testBailsWhenSendReturnsNoResults is not documented
(#142) Function ResourceIteratorTest::testHoldsDataOptions is not documented
(#150) Function ResourceIteratorTest::testSettingLimitOrPageSizeClearsData is not documented
(#172) Function ResourceIteratorTest::testWorksWithCustomAppendIterator is not documented
(#8) No one-line description found in phpdocs for class ResourceIteratorTest
(#8) Class ResourceIteratorTest does not have @copyright tag
(#8) Class ResourceIteratorTest does not have @license tag
(#9) Invalid phpdocs tag @group used
(#10) Invalid phpdocs tag @covers used
(#8) Package is not specified for class ResourceIteratorTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Stream/PhpStreamRequestFactoryTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#21) Function PhpStreamRequestFactoryTest::setUp is not documented
(#27) Function PhpStreamRequestFactoryTest::testOpensValidStreamByCreatingContext is not documented
(#40) Function PhpStreamRequestFactoryTest::testOpensValidStreamByPassingContextAndMerging is not documented
(#60) Function PhpStreamRequestFactoryTest::testAppliesProxySettings is not documented
(#75) Function PhpStreamRequestFactoryTest::testAddsPostFields is not documented
(#98) Function PhpStreamRequestFactoryTest::testAddsBody is not documented
(#121) Function PhpStreamRequestFactoryTest::testCanDisableSslValidation is not documented
(#136) Function PhpStreamRequestFactoryTest::testUsesSslValidationByDefault is not documented
(#151) Function PhpStreamRequestFactoryTest::testBasicAuthAddsUserAndPassToUrl is not documented
(#165) Function PhpStreamRequestFactoryTest::testCanCreateCustomStreamClass is not documented
(#9) No one-line description found in phpdocs for class PhpStreamRequestFactoryTest
(#9) Class PhpStreamRequestFactoryTest does not have @copyright tag
(#9) Class PhpStreamRequestFactoryTest does not have @license tag
(#10) Invalid phpdocs tag @group used
(#11) Invalid phpdocs tag @covers used
(#9) Package is not specified for class PhpStreamRequestFactoryTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/Guzzle/Tests/Stream/StreamTest.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#21) Function StreamTest::testConstructor is not documented
(#40) Function StreamTest::testCanModifyStream is not documented
(#51) Function StreamTest::testStreamClosesHandleOnDestruct is not documented
(#59) Function StreamTest::testConvertsToString is not documented
(#73) Function StreamTest::testConvertsToStringAndRestoresCursorPos is not documented
(#83) Function StreamTest::testIsConsumed is not documented
(#93) Function StreamTest::testAllowsSettingManualSize is not documented
(#103) Function StreamTest::testWrapsStream is not documented
(#120) Function StreamTest::testGetSize is not documented
(#138) Function StreamTest::testEnsuresSizeIsConsistent is not documented
(#149) Function StreamTest::testAbstractsMetaData is not documented
(#158) Function StreamTest::testDoesNotAttemptToWriteToReadonlyStream is not documented
(#165) Function StreamTest::testProvidesStreamPosition is not documented
(#174) Function StreamTest::testRewindIsSeekZero is not documented
(#182) Function StreamTest::testCanDetachStream is not documented
(#7) No one-line description found in phpdocs for class StreamTest
(#13) There is no description in phpdocs for function testConstructorThrowsExceptionOnInvalidArgument
(#7) Class StreamTest does not have @copyright tag
(#7) Class StreamTest does not have @license tag
(#8) Invalid phpdocs tag @group used
(#9) Invalid phpdocs tag @covers used
(#14) Invalid phpdocs tag @expectedException used
(#7) Package is not specified for class StreamTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/guzzle/guzzle/tests/bootstrap.php
(#2) File-level phpdocs block is not found
local/session_dynamodb/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#78) Function ContainerAwareEventDispatcher::removeListener is not documented
(#165) Function ContainerAwareEventDispatcher::getContainer is not documented
(#16) No one-line description found in phpdocs for class ContainerAwareEventDispatcher
(#102) Phpdocs for function ContainerAwareEventDispatcher::hasListeners has incomplete parameters list
(#118) Phpdocs for function ContainerAwareEventDispatcher::getListeners has incomplete parameters list
(#134) Phpdocs for function ContainerAwareEventDispatcher::getListenerPriority has incomplete parameters list
(#16) Class ContainerAwareEventDispatcher does not have @copyright tag
(#16) Class ContainerAwareEventDispatcher does not have @license tag
(#16) Package is not specified for class ContainerAwareEventDispatcher. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#243) Function TraceableEventDispatcher::preProcess is not documented
(#255) Function TraceableEventDispatcher::postProcess is not documented
(#356) Function TraceableEventDispatcher::sortListenersByPriority is not documented
(#29) Variable TraceableEventDispatcher::$logger is not documented
(#30) Variable TraceableEventDispatcher::$stopwatch is not documented
(#32) Variable TraceableEventDispatcher::$called is not documented
(#33) Variable TraceableEventDispatcher::$dispatcher is not documented
(#34) Variable TraceableEventDispatcher::$wrappedListeners is not documented
(#52) Phpdocs for function TraceableEventDispatcher::addListener has incomplete parameters list
(#60) Phpdocs for function TraceableEventDispatcher::addSubscriber has incomplete parameters list
(#68) Phpdocs for function TraceableEventDispatcher::removeListener has incomplete parameters list
(#86) Phpdocs for function TraceableEventDispatcher::removeSubscriber has incomplete parameters list
(#94) Phpdocs for function TraceableEventDispatcher::getListeners has incomplete parameters list
(#102) Phpdocs for function TraceableEventDispatcher::getListenerPriority has incomplete parameters list
(#114) Phpdocs for function TraceableEventDispatcher::hasListeners has incomplete parameters list
(#122) Phpdocs for function TraceableEventDispatcher::dispatch has incomplete parameters list
(#20) Class TraceableEventDispatcher does not have @copyright tag
(#20) Class TraceableEventDispatcher does not have @license tag
(#20) Package is not specified for class TraceableEventDispatcher. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#21) Package is not specified for function getCalledListeners. It is also not specified in file-level phpdocs
(#28) Package is not specified for function getNotCalledListeners. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/symfony/event-dispatcher/Debug/WrappedListener.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#30) Function WrappedListener::__construct is not documented
(#40) Function WrappedListener::getWrappedListener is not documented
(#45) Function WrappedListener::wasCalled is not documented
(#50) Function WrappedListener::stoppedPropagation is not documented
(#55) Function WrappedListener::__invoke is not documented
(#23) Variable WrappedListener::$listener is not documented
(#24) Variable WrappedListener::$name is not documented
(#25) Variable WrappedListener::$called is not documented
(#26) Variable WrappedListener::$stoppedPropagation is not documented
(#27) Variable WrappedListener::$stopwatch is not documented
(#28) Variable WrappedListener::$dispatcher is not documented
(#18) No one-line description found in phpdocs for class WrappedListener
(#18) Class WrappedListener does not have @copyright tag
(#18) Class WrappedListener does not have @license tag
(#18) Package is not specified for class WrappedListener. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#51) Function RegisterListenersPass::process is not documented
(#17) Class RegisterListenersPass does not have @copyright tag
(#17) Class RegisterListenersPass does not have @license tag
(#17) Package is not specified for class RegisterListenersPass. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/symfony/event-dispatcher/Event.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#14) Class Event does not have @copyright tag
(#14) Class Event does not have @license tag
(#14) Package is not specified for class Event. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/symfony/event-dispatcher/EventDispatcher.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#30) Variable EventDispatcher::$listeners is not documented
(#31) Variable EventDispatcher::$sorted is not documented
(#33) Phpdocs for function EventDispatcher::dispatch has incomplete parameters list
(#52) Phpdocs for function EventDispatcher::getListeners has incomplete parameters list
(#101) Phpdocs for function EventDispatcher::hasListeners has incomplete parameters list
(#109) Phpdocs for function EventDispatcher::addListener has incomplete parameters list
(#118) Phpdocs for function EventDispatcher::removeListener has incomplete parameters list
(#134) Phpdocs for function EventDispatcher::addSubscriber has incomplete parameters list
(#152) Phpdocs for function EventDispatcher::removeSubscriber has incomplete parameters list
(#14) Class EventDispatcher does not have @copyright tag
(#14) Class EventDispatcher does not have @license tag
(#14) Package is not specified for class EventDispatcher. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/symfony/event-dispatcher/EventDispatcherInterface.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#23) Package is not specified for function dispatch. It is also not specified in file-level phpdocs
(#36) Package is not specified for function addListener. It is also not specified in file-level phpdocs
(#46) Package is not specified for function addSubscriber. It is also not specified in file-level phpdocs
(#56) Package is not specified for function removeListener. It is also not specified in file-level phpdocs
(#64) Package is not specified for function removeSubscriber. It is also not specified in file-level phpdocs
(#71) Package is not specified for function getListeners. It is also not specified in file-level phpdocs
(#80) Package is not specified for function hasListeners. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/symfony/event-dispatcher/EventSubscriberInterface.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#27) Package is not specified for function getSubscribedEvents. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/symfony/event-dispatcher/GenericEvent.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#14) Class GenericEvent does not have @copyright tag
(#14) Class GenericEvent does not have @license tag
(#14) Package is not specified for class GenericEvent. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#38) Phpdocs for function ImmutableEventDispatcher::dispatch has incomplete parameters list
(#46) Phpdocs for function ImmutableEventDispatcher::addListener has incomplete parameters list
(#54) Phpdocs for function ImmutableEventDispatcher::addSubscriber has incomplete parameters list
(#62) Phpdocs for function ImmutableEventDispatcher::removeListener has incomplete parameters list
(#70) Phpdocs for function ImmutableEventDispatcher::removeSubscriber has incomplete parameters list
(#78) Phpdocs for function ImmutableEventDispatcher::getListeners has incomplete parameters list
(#86) Phpdocs for function ImmutableEventDispatcher::getListenerPriority has incomplete parameters list
(#94) Phpdocs for function ImmutableEventDispatcher::hasListeners has incomplete parameters list
(#14) Class ImmutableEventDispatcher does not have @copyright tag
(#14) Class ImmutableEventDispatcher does not have @license tag
(#14) Package is not specified for class ImmutableEventDispatcher. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/symfony/event-dispatcher/Tests/AbstractEventDispatcherTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#18) Class AbstractEventDispatcherTest is not documented
(#329) Class CallableClass is not documented
(#336) Class TestEventListener is not documented
(#356) Class TestWithDispatcher is not documented
(#368) Class TestEventSubscriber is not documented
(#376) Class TestEventSubscriberWithPriorities is not documented
(#387) Class TestEventSubscriberWithMultipleListeners is not documented
(#33) Function AbstractEventDispatcherTest::setUp is not documented
(#39) Function AbstractEventDispatcherTest::tearDown is not documented
(#45) Function AbstractEventDispatcherTest::createEventDispatcher is not documented
(#47) Function AbstractEventDispatcherTest::testInitialState is not documented
(#54) Function AbstractEventDispatcherTest::testAddListener is not documented
(#65) Function AbstractEventDispatcherTest::testGetListenersSortsByPriority is not documented
(#87) Function AbstractEventDispatcherTest::testGetAllListenersSortsByPriority is not documented
(#111) Function AbstractEventDispatcherTest::testGetListenerPriority is not documented
(#125) Function AbstractEventDispatcherTest::testDispatch is not documented
(#149) Function AbstractEventDispatcherTest::testDispatchForClosure is not documented
(#161) Function AbstractEventDispatcherTest::testStopEventPropagation is not documented
(#175) Function AbstractEventDispatcherTest::testDispatchByPriority is not documented
(#194) Function AbstractEventDispatcherTest::testRemoveListener is not documented
(#203) Function AbstractEventDispatcherTest::testAddSubscriber is not documented
(#211) Function AbstractEventDispatcherTest::testAddSubscriberWithPriorities is not documented
(#225) Function AbstractEventDispatcherTest::testAddSubscriberWithMultipleListeners is not documented
(#236) Function AbstractEventDispatcherTest::testRemoveSubscriber is not documented
(#247) Function AbstractEventDispatcherTest::testRemoveSubscriberWithPriorities is not documented
(#256) Function AbstractEventDispatcherTest::testRemoveSubscriberWithMultipleListeners is not documented
(#279) Function AbstractEventDispatcherTest::testEventReceivesTheDispatcherInstanceAsArgument is not documented
(#306) Function AbstractEventDispatcherTest::testHasListenersWhenAddedCallbackListenerIsRemoved is not documented
(#314) Function AbstractEventDispatcherTest::testGetListenersWhenAddedCallbackListenerIsRemoved is not documented
(#322) Function AbstractEventDispatcherTest::testHasListenersWithoutEventsReturnsFalseAfterHasListenersWithEventHasBeenCalled is not documented
(#331) Function CallableClass::__invoke is not documented
(#343) Function TestEventListener::preFoo is not documented
(#348) Function TestEventListener::postFoo is not documented
(#361) Function TestWithDispatcher::foo is not documented
(#370) Function TestEventSubscriber::getSubscribedEvents is not documented
(#378) Function TestEventSubscriberWithPriorities::getSubscribedEvents is not documented
(#389) Function TestEventSubscriberWithMultipleListeners::getSubscribedEvents is not documented
(#31) Variable AbstractEventDispatcherTest::$listener is not documented
(#338) Variable TestEventListener::$preFooInvoked is not documented
(#339) Variable TestEventListener::$postFooInvoked is not documented
(#358) Variable TestWithDispatcher::$name is not documented
(#359) Variable TestWithDispatcher::$dispatcher is not documented
(#21) Constant AbstractEventDispatcherTest::preFoo is not documented
(#22) Constant AbstractEventDispatcherTest::postFoo is not documented
(#23) Constant AbstractEventDispatcherTest::preBar is not documented
(#24) Constant AbstractEventDispatcherTest::postBar is not documented
(#139) There is no description in phpdocs for function testLegacyDispatch
(#266) There is no description in phpdocs for function testLegacyEventReceivesTheDispatcherInstance
(#140) Invalid phpdocs tag @group used
(#267) Invalid phpdocs tag @group used
(#18) Package is not specified for class AbstractEventDispatcherTest. It is also not specified in file-level phpdocs
(#329) Package is not specified for class CallableClass. It is also not specified in file-level phpdocs
(#336) Package is not specified for class TestEventListener. It is also not specified in file-level phpdocs
(#356) Package is not specified for class TestWithDispatcher. It is also not specified in file-level phpdocs
(#368) Package is not specified for class TestEventSubscriber. It is also not specified in file-level phpdocs
(#376) Package is not specified for class TestEventSubscriberWithPriorities. It is also not specified in file-level phpdocs
(#387) Package is not specified for class TestEventSubscriberWithMultipleListeners. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/symfony/event-dispatcher/Tests/ContainerAwareEventDispatcherTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#20) Class ContainerAwareEventDispatcherTest is not documented
(#248) Class Service is not documented
(#255) Class SubscriberService is not documented
(#22) Function ContainerAwareEventDispatcherTest::createEventDispatcher is not documented
(#29) Function ContainerAwareEventDispatcherTest::testAddAListenerService is not documented
(#50) Function ContainerAwareEventDispatcherTest::testAddASubscriberService is not documented
(#85) Function ContainerAwareEventDispatcherTest::testPreventDuplicateListenerService is not documented
(#173) Function ContainerAwareEventDispatcherTest::testHasListenersOnLazyLoad is not documented
(#201) Function ContainerAwareEventDispatcherTest::testGetListenersOnLazyLoad is not documented
(#218) Function ContainerAwareEventDispatcherTest::testRemoveAfterDispatch is not documented
(#233) Function ContainerAwareEventDispatcherTest::testRemoveBeforeDispatch is not documented
(#250) Function Service::onEvent is not documented
(#257) Function SubscriberService::getSubscribedEvents is not documented
(#266) Function SubscriberService::onEvent is not documented
(#270) Function SubscriberService::onEventWithPriority is not documented
(#274) Function SubscriberService::onEventNested is not documented
(#107) There is no description in phpdocs for function testTriggerAListenerServiceOutOfScope
(#129) There is no description in phpdocs for function testReEnteringAScope
(#108) Invalid phpdocs tag @expectedException used
(#109) Invalid phpdocs tag @group used
(#130) Invalid phpdocs tag @group used
(#20) Package is not specified for class ContainerAwareEventDispatcherTest. It is also not specified in file-level phpdocs
(#248) Package is not specified for class Service. It is also not specified in file-level phpdocs
(#255) Package is not specified for class SubscriberService. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/symfony/event-dispatcher/Tests/Debug/TraceableEventDispatcherTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#21) Class TraceableEventDispatcherTest is not documented
(#220) Class EventSubscriber is not documented
(#23) Function TraceableEventDispatcherTest::testAddRemoveListener is not documented
(#37) Function TraceableEventDispatcherTest::testGetListeners is not documented
(#46) Function TraceableEventDispatcherTest::testHasListeners is not documented
(#59) Function TraceableEventDispatcherTest::testGetListenerPriority is not documented
(#76) Function TraceableEventDispatcherTest::testGetListenerPriorityReturnsZeroWhenWrappedMethodDoesNotExist is not documented
(#86) Function TraceableEventDispatcherTest::testAddRemoveSubscriber is not documented
(#102) Function TraceableEventDispatcherTest::testGetCalledListeners is not documented
(#117) Function TraceableEventDispatcherTest::testGetCalledListenersNested is not documented
(#131) Function TraceableEventDispatcherTest::testLogger is not documented
(#146) Function TraceableEventDispatcherTest::testLoggerWithStoppedEvent is not documented
(#162) Function TraceableEventDispatcherTest::testDispatchCallListeners is not documented
(#176) Function TraceableEventDispatcherTest::testDispatchNested is not documented
(#190) Function TraceableEventDispatcherTest::testDispatchReusedEventNested is not documented
(#206) Function TraceableEventDispatcherTest::testListenerCanRemoveItselfWhenExecuted is not documented
(#222) Function EventSubscriber::getSubscribedEvents is not documented
(#21) Package is not specified for class TraceableEventDispatcherTest. It is also not specified in file-level phpdocs
(#220) Package is not specified for class EventSubscriber. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/symfony/event-dispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#17) Class RegisterListenersPassTest is not documented
(#189) Class SubscriberService is not documented
(#58) Function RegisterListenersPassTest::testValidEventSubscriber is not documented
(#150) Function RegisterListenersPassTest::testEventSubscriberResolvableClassName is not documented
(#191) Function SubscriberService::getSubscribedEvents is not documented
(#94) There is no description in phpdocs for function testPrivateEventListener
(#108) There is no description in phpdocs for function testPrivateEventSubscriber
(#122) There is no description in phpdocs for function testAbstractEventListener
(#136) There is no description in phpdocs for function testAbstractEventSubscriber
(#174) There is no description in phpdocs for function testEventSubscriberUnresolvableClassName
(#23) Invalid phpdocs tag @expectedException used
(#95) Invalid phpdocs tag @expectedException used
(#96) Invalid phpdocs tag @expectedExceptionMessage used
(#109) Invalid phpdocs tag @expectedException used
(#110) Invalid phpdocs tag @expectedExceptionMessage used
(#123) Invalid phpdocs tag @expectedException used
(#124) Invalid phpdocs tag @expectedExceptionMessage used
(#137) Invalid phpdocs tag @expectedException used
(#138) Invalid phpdocs tag @expectedExceptionMessage used
(#175) Invalid phpdocs tag @expectedException used
(#176) Invalid phpdocs tag @expectedExceptionMessage used
(#17) Package is not specified for class RegisterListenersPassTest. It is also not specified in file-level phpdocs
(#189) Package is not specified for class SubscriberService. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/symfony/event-dispatcher/Tests/EventDispatcherTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#16) Class EventDispatcherTest is not documented
(#18) Function EventDispatcherTest::createEventDispatcher is not documented
(#16) Package is not specified for class EventDispatcherTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/symfony/event-dispatcher/Tests/EventTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#52) Function EventTest::testIsPropagationStopped is not documented
(#57) Function EventTest::testStopPropagationAndIsPropagationStopped is not documented
(#63) There is no description in phpdocs for function testLegacySetDispatcher
(#72) There is no description in phpdocs for function testLegacyGetDispatcher
(#80) There is no description in phpdocs for function testLegacyGetName
(#88) There is no description in phpdocs for function testLegacySetName
(#17) Class EventTest does not have @copyright tag
(#17) Class EventTest does not have @license tag
(#64) Invalid phpdocs tag @group used
(#73) Invalid phpdocs tag @group used
(#81) Invalid phpdocs tag @group used
(#89) Invalid phpdocs tag @group used
(#17) Package is not specified for class EventTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/symfony/event-dispatcher/Tests/GenericEventTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#50) Function GenericEventTest::testConstruct is not documented
(#64) Function GenericEventTest::testSetArguments is not documented
(#71) Function GenericEventTest::testSetArgument is not documented
(#78) Function GenericEventTest::testGetArgument is not documented
(#92) Function GenericEventTest::testOffsetGet is not documented
(#102) Function GenericEventTest::testOffsetSet is not documented
(#108) Function GenericEventTest::testOffsetUnset is not documented
(#114) Function GenericEventTest::testOffsetIsset is not documented
(#120) Function GenericEventTest::testHasArgument is not documented
(#126) Function GenericEventTest::testGetSubject is not documented
(#131) Function GenericEventTest::testHasIterator is not documented
(#26) Variable GenericEventTest::$subject is not documented
(#84) There is no description in phpdocs for function testGetArgException
(#16) Class GenericEventTest does not have @copyright tag
(#16) Class GenericEventTest does not have @license tag
(#85) Invalid phpdocs tag @expectedException used
(#16) Package is not specified for class GenericEventTest. It is also not specified in file-level phpdocs
local/session_dynamodb/vendor/symfony/event-dispatcher/Tests/ImmutableEventDispatcherTest.php
(#2) Empty line found after PHP open tag
(#12) File-level phpdocs block is not found
(#32) Function ImmutableEventDispatcherTest::setUp is not documented
(#38) Function ImmutableEventDispatcherTest::testDispatchDelegates is not documented
(#50) Function ImmutableEventDispatcherTest::testGetListenersDelegates is not documented
(#60) Function ImmutableEventDispatcherTest::testHasListenersDelegates is not documented
(#17) No one-line description found in phpdocs for class ImmutableEventDispatcherTest
(#70) There is no description in phpdocs for function testAddListenerDisallowed
(#78) There is no description in phpdocs for function testAddSubscriberDisallowed
(#88) There is no description in phpdocs for function testRemoveListenerDisallowed
(#96) There is no description in phpdocs for function testRemoveSubscriberDisallowed
(#17) Class ImmutableEventDispatcherTest does not have @copyright tag
(#17) Class ImmutableEventDispatcherTest does not have @license tag
(#71) Invalid phpdocs tag @expectedException used
(#79) Invalid phpdocs tag @expectedException used
(#89) Invalid phpdocs tag @expectedException used
(#97) Invalid phpdocs tag @expectedException used
(#17) Package is not specified for class ImmutableEventDispatcherTest. It is also not specified in file-level phpdocs

Update savepoints problems

(0 errors, 0 warnings)

This section shows problems detected with the handling of upgrade savepoints [More info]


Third party library modification problems

(0 errors, 0 warnings)

This section shows problems detected with the modification of third party libraries [More info]


grunt changes

(0 errors, 0 warnings)

This section shows files built by grunt and not commited [More info]


shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

This section shows problems detected in mustache templates [More info]