diff options
author | marvin-borner@live.com | 2018-04-16 21:09:05 +0200 |
---|---|---|
committer | marvin-borner@live.com | 2018-04-16 21:09:05 +0200 |
commit | cf14306c2b3f82a81f8d56669a71633b4d4b5fce (patch) | |
tree | 86700651aa180026e89a66064b0364b1e4346f3f /assets/php/vendor/symfony/polyfill-php70/Resources/stubs | |
parent | 619b01b3615458c4ed78bfaeabb6b1a47cc8ad8b (diff) |
Main merge to user management system - files are now at /main/public/
Diffstat (limited to 'assets/php/vendor/symfony/polyfill-php70/Resources/stubs')
7 files changed, 0 insertions, 53 deletions
diff --git a/assets/php/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php b/assets/php/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php deleted file mode 100755 index 6819124..0000000 --- a/assets/php/vendor/symfony/polyfill-php70/Resources/stubs/ArithmeticError.php +++ /dev/null @@ -1,5 +0,0 @@ -<?php - -class ArithmeticError extends Error -{ -} diff --git a/assets/php/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php b/assets/php/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php deleted file mode 100755 index acb1250..0000000 --- a/assets/php/vendor/symfony/polyfill-php70/Resources/stubs/AssertionError.php +++ /dev/null @@ -1,5 +0,0 @@ -<?php - -class AssertionError extends Error -{ -} diff --git a/assets/php/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php b/assets/php/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php deleted file mode 100755 index c99278b..0000000 --- a/assets/php/vendor/symfony/polyfill-php70/Resources/stubs/DivisionByZeroError.php +++ /dev/null @@ -1,5 +0,0 @@ -<?php - -class DivisionByZeroError extends Error -{ -} diff --git a/assets/php/vendor/symfony/polyfill-php70/Resources/stubs/Error.php b/assets/php/vendor/symfony/polyfill-php70/Resources/stubs/Error.php deleted file mode 100755 index 405847f..0000000 --- a/assets/php/vendor/symfony/polyfill-php70/Resources/stubs/Error.php +++ /dev/null @@ -1,5 +0,0 @@ -<?php - -class Error extends Exception -{ -} diff --git a/assets/php/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php b/assets/php/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php deleted file mode 100755 index 2dd447d..0000000 --- a/assets/php/vendor/symfony/polyfill-php70/Resources/stubs/ParseError.php +++ /dev/null @@ -1,5 +0,0 @@ -<?php - -class ParseError extends Error -{ -} diff --git a/assets/php/vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php b/assets/php/vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php deleted file mode 100755 index 0cc02c8..0000000 --- a/assets/php/vendor/symfony/polyfill-php70/Resources/stubs/SessionUpdateTimestampHandlerInterface.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php - -interface SessionUpdateTimestampHandlerInterface -{ - /** - * Checks if a session identifier already exists or not. - * - * @param string $key - * - * @return bool - */ - public function validateId($key); - - /** - * Updates the timestamp of a session when its data didn't change. - * - * @param string $key - * @param string $val - * - * @return bool - */ - public function updateTimestamp($key, $val); -} diff --git a/assets/php/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php b/assets/php/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php deleted file mode 100755 index 2bed1b4..0000000 --- a/assets/php/vendor/symfony/polyfill-php70/Resources/stubs/TypeError.php +++ /dev/null @@ -1,5 +0,0 @@ -<?php - -class TypeError extends Error -{ -} |