1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-09 22:49:31 +01:00
psalm/src/Psalm
Alies Lapatsin cabeb5b983 Bypass output overlap
like:

Shepherd error: https://custom-host.shepherd/hooks/psalm endpoint responded with 0 HTTP status code.
array (
Shepherd response: n/a
  'url' => 'https://custom-host.shepherd/hooks/psalm',
Please check shepherd endpoint — it should be a valid URL. cURL Debug info:
  'content_type' => NULL,

  'http_code' => 0,
  'header_size' => 0,
  'request_size' => 0,
  'filetime' => -1,
  'ssl_verify_result' => 0,
  'redirect_count' => 0,
  'total_time' => 0.025202,
  'namelookup_time' => 0.0,
  'connect_time' => 0.0,
  'pretransfer_time' => 0.0,
  'size_upload' => 0.0,
  'size_download' => 0.0,
  'speed_download' => 0.0,
  'speed_upload' => 0.0,
  'download_content_length' => -1.0,
  'upload_content_length' => -1.0,
  'starttransfer_time' => 0.0,
  'redirect_time' => 0.0,
  'redirect_url' => '',
  'primary_ip' => '',
  'certinfo' =>
  array (
  ),
  'primary_port' => 0,
  'local_ip' => '',
  'local_port' => 0,
  'http_version' => 0,
  'protocol' => 0,
  'ssl_verifyresult' => 0,
  'scheme' => '',
  'appconnect_time_us' => 0,
  'connect_time_us' => 0,
  'namelookup_time_us' => 0,
  'pretransfer_time_us' => 0,
  'redirect_time_us' => 0,
  'starttransfer_time_us' => 0,
  'total_time_us' => 25202,
  'effective_method' => 'POST',
)
2023-02-21 12:04:18 +01:00
..
CodeLocation Require trailing commas 2022-12-18 13:20:31 -06:00
Config Report unused baseline entries 2023-01-17 22:02:21 -05:00
Exception Require trailing commas 2022-12-18 13:20:31 -06:00
Internal Revert "#7387 Add asserting non-empty-string by strlen" 2023-02-20 23:07:22 -04:00
Issue Flag docblock parameters that have no counterparts in function signature 2023-02-15 22:04:26 -04:00
Node
Plugin Bypass output overlap 2023-02-21 12:04:18 +01:00
Progress Suppress warnings when --no-output is specified 2023-01-22 20:40:21 -04:00
Report RedundantCast 2023-02-18 12:58:40 +01:00
SourceControl HEAD in all caps 2023-01-23 08:42:54 +01:00
Storage Deprecate FunctionLikeStorage::$unused_docblock_params 2023-02-15 21:29:20 -04:00
Type create proper TClosure instead of TNamedObject with a Closure value 2022-12-28 20:42:59 +01:00
Aliases.php SlevomatCodingStandard.Commenting.DocCommentSpacing 2022-12-14 13:34:41 -06:00
Codebase.php Require trailing commas 2022-12-18 13:20:31 -06:00
CodeLocation.php Require trailing commas 2022-12-18 13:20:31 -06:00
Config.php fix lstat bug cache directory race condition 2023-02-09 09:27:51 +01:00
Context.php Require trailing commas 2022-12-18 13:20:31 -06:00
DocComment.php @psalm-api 2022-12-23 16:13:46 -06:00
ErrorBaseline.php Replace use of DOMParentNode::append() with appendChild() 2023-02-20 14:45:04 -06:00
FileBasedPluginAdapter.php Require trailing commas 2022-12-18 13:20:31 -06:00
FileManipulation.php
FileSource.php Immutable unions (#8627) 2022-11-04 19:04:23 +01:00
IssueBuffer.php Report unused baseline entries 2023-01-17 22:02:21 -05:00
NodeTypeProvider.php
PluginFileExtensionsSocket.php Require trailing commas 2022-12-18 13:20:31 -06:00
PluginRegistrationSocket.php Use rector to add property typehints 2022-12-11 17:25:23 -06:00
Report.php Require trailing commas 2022-12-18 13:20:31 -06:00
StatementsSource.php
Type.php Fix newly found issues 2023-02-15 22:18:30 -04:00