Install psalm as dev, sync scripts updates
This commit is contained in:
15
vendor/felixfbecker/language-server-protocol/src/SaveOptions.php
vendored
Normal file
15
vendor/felixfbecker/language-server-protocol/src/SaveOptions.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace LanguageServerProtocol;
|
||||
|
||||
/**
|
||||
* Options controlling what is sent to the server with save notifications.
|
||||
*/
|
||||
class SaveOptions
|
||||
{
|
||||
/**
|
||||
* The client is supposed to include the content on save.
|
||||
* @var bool|null
|
||||
*/
|
||||
public $includeText;
|
||||
}
|
||||
Reference in New Issue
Block a user