OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
aws-ses
/
vendor
/
guzzlehttp
/
psr7
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/14/2024 10:50:14 AM
rwxr-xr-x
📄
.editorconfig
198 bytes
08/14/2024 10:50:14 AM
rw-r--r--
📁
.git
-
08/14/2024 10:55:52 AM
rwxr-xr-x
📄
.gitattributes
494 bytes
08/14/2024 10:50:14 AM
rw-r--r--
📁
.github
-
08/14/2024 10:52:55 AM
rwxr-xr-x
📄
.gitignore
116 bytes
08/14/2024 10:50:14 AM
rw-r--r--
📄
.php-cs-fixer.dist.php
734 bytes
08/14/2024 10:50:14 AM
rw-r--r--
📄
CHANGELOG.md
11.41 KB
08/14/2024 10:50:14 AM
rw-r--r--
📄
LICENSE
1.39 KB
08/14/2024 10:50:14 AM
rw-r--r--
📄
Makefile
436 bytes
08/14/2024 10:50:14 AM
rw-r--r--
📄
README.md
29.46 KB
08/14/2024 10:50:15 AM
rw-r--r--
📄
composer.json
2.57 KB
08/14/2024 10:50:14 AM
rw-r--r--
📄
phpstan-baseline.neon
7.9 KB
08/14/2024 10:50:14 AM
rw-r--r--
📄
phpstan.neon.dist
218 bytes
08/14/2024 10:50:14 AM
rw-r--r--
📄
phpunit.xml.dist
1.37 KB
08/14/2024 10:50:14 AM
rw-r--r--
📄
psalm-baseline.xml
4.42 KB
08/14/2024 10:50:15 AM
rw-r--r--
📄
psalm.xml
499 bytes
08/14/2024 10:50:15 AM
rw-r--r--
📁
src
-
08/14/2024 10:52:55 AM
rwxr-xr-x
📁
tests
-
08/14/2024 10:52:55 AM
rwxr-xr-x
📁
vendor-bin
-
08/14/2024 10:52:56 AM
rwxr-xr-x
Editing: psalm-baseline.xml
Close
<?xml version="1.0" encoding="UTF-8"?> <files psalm-version="5.15.0@5c774aca4746caf3d239d9c8cadb9f882ca29352"> <file src="src/FnStream.php"> <InvalidFunctionCall> <code><![CDATA[($this->_fn___toString)()]]></code> <code><![CDATA[($this->_fn_close)()]]></code> <code><![CDATA[($this->_fn_detach)()]]></code> <code><![CDATA[($this->_fn_eof)()]]></code> <code><![CDATA[($this->_fn_getContents)()]]></code> <code><![CDATA[($this->_fn_getMetadata)($key)]]></code> <code><![CDATA[($this->_fn_getSize)()]]></code> <code><![CDATA[($this->_fn_isReadable)()]]></code> <code><![CDATA[($this->_fn_isSeekable)()]]></code> <code><![CDATA[($this->_fn_isWritable)()]]></code> <code><![CDATA[($this->_fn_read)($length)]]></code> <code><![CDATA[($this->_fn_rewind)()]]></code> <code><![CDATA[($this->_fn_seek)($offset, $whence)]]></code> <code><![CDATA[($this->_fn_tell)()]]></code> <code><![CDATA[($this->_fn_write)($string)]]></code> </InvalidFunctionCall> </file> <file src="src/Header.php"> <PossiblyUndefinedArrayOffset> <code>$m[0]</code> </PossiblyUndefinedArrayOffset> </file> <file src="src/HttpFactory.php"> <ParamNameMismatch> <code>$file</code> </ParamNameMismatch> </file> <file src="src/Message.php"> <PossiblyUndefinedArrayOffset> <code>$parts[1]</code> <code>$parts[1]</code> <code>$parts[1]</code> <code>$parts[1]</code> </PossiblyUndefinedArrayOffset> </file> <file src="src/MessageTrait.php"> <LessSpecificImplementedReturnType> <code>MessageInterface</code> <code>MessageInterface</code> <code>MessageInterface</code> <code>MessageInterface</code> <code>MessageInterface</code> <code>array</code> <code>array</code> </LessSpecificImplementedReturnType> <ParamNameMismatch> <code>$header</code> <code>$header</code> <code>$header</code> <code>$header</code> <code>$header</code> <code>$header</code> </ParamNameMismatch> </file> <file src="src/Request.php"> <NoValue> <code>$header</code> </NoValue> </file> <file src="src/Response.php"> <RedundantCast> <code>(int) $code</code> <code>(string) $reasonPhrase</code> </RedundantCast> </file> <file src="src/ServerRequest.php"> <InvalidArgument> <code>$_SERVER['SERVER_PORT']</code> </InvalidArgument> <InvalidArrayOffset> <code>$normalizedFiles[$key]</code> </InvalidArrayOffset> <InvalidReturnStatement> <code>$normalizedFiles</code> </InvalidReturnStatement> <InvalidReturnType> <code>UploadedFileInterface[]</code> </InvalidReturnType> <ParamNameMismatch> <code>$attribute</code> <code>$attribute</code> <code>$attribute</code> </ParamNameMismatch> </file> <file src="src/Stream.php"> <InvalidPropertyAssignmentValue> <code><![CDATA[$this->stream]]></code> </InvalidPropertyAssignmentValue> <RedundantCast> <code>(int) $whence</code> </RedundantCast> <RedundantPropertyInitializationCheck> <code><![CDATA[isset($this->stream)]]></code> <code><![CDATA[isset($this->stream)]]></code> <code><![CDATA[isset($this->stream)]]></code> <code><![CDATA[isset($this->stream)]]></code> <code><![CDATA[isset($this->stream)]]></code> <code><![CDATA[isset($this->stream)]]></code> <code><![CDATA[isset($this->stream)]]></code> <code><![CDATA[isset($this->stream)]]></code> <code><![CDATA[isset($this->stream)]]></code> <code><![CDATA[isset($this->stream)]]></code> </RedundantPropertyInitializationCheck> </file> <file src="src/Uri.php"> <PossiblyInvalidArgument> <code>$result</code> </PossiblyInvalidArgument> </file> <file src="src/UriResolver.php"> <TypeDoesNotContainType> <code>'' === $relativePath</code> </TypeDoesNotContainType> </file> <file src="src/Utils.php"> <FalsableReturnStatement> <code>$contents</code> </FalsableReturnStatement> <MissingDocblockType> <code>throw $ex;</code> <code>throw $ex;</code> </MissingDocblockType> <PossiblyUndefinedVariable> <code>$contents</code> <code>$handle</code> </PossiblyUndefinedVariable> </file> </files>