1
0
mirror of https://github.com/danog/tgseclib.git synced 2024-12-02 09:37:45 +01:00
tgseclib/phpseclib/File
Joey3000 c9a80ff748 Cleanup of use operator usage
This does the following:

1. Removes superfluous usage of the `use` operator. Specifically, that operator is not needed to use classes in the same `namespace` as the object (see https://secure.php.net/manual/en/language.namespaces.rules.php).

2. While at it, also sorted the `use` operators alphabetically, for a better overview.
2016-01-18 05:05:31 +01:00
..
ASN1 Fixed lots of phpdoc typos 2015-09-02 00:44:55 +01:00
ANSI.php Fixed lots of phpdoc typos 2015-09-02 00:44:55 +01:00
ASN1.php Merge branch '2.0' 2015-12-14 11:02:14 -06:00
X509.php Cleanup of use operator usage 2016-01-18 05:05:31 +01:00