Skip to content

Commit

Permalink
fix: update Psalm baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 17, 2023
1 parent 2ccd67f commit d59a11c
Show file tree
Hide file tree
Showing 28 changed files with 1,690 additions and 21 deletions.
18 changes: 18 additions & 0 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "loophp.collection",
"image":"mcr.microsoft.com/devcontainers/base:alpine",
"features": {
"ghcr.io/devcontainers/features/nix:1": {
"multiUser": true,
"version": "latest"
}
},
"customizations": {
"vscode": {
"extensions": [
"github.copilot",
"github.copilot-chat"
]
}
}
}
1 change: 0 additions & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
use flake github:loophp/nix-sphinx
use flake github:loophp/nix-auto-changelog
use flake github:loophp/nix-shell#env-php81 --impure
17 changes: 17 additions & 0 deletions .psysh.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php

declare(strict_types=1);

require_once __DIR__ . '/vendor/autoload.php';

return [
'commands' => [
new \Psy\Command\ParseCommand(),

Check failure on line 9 in .psysh.php

View workflow job for this annotation

GitHub Actions / Static Analysis (ubuntu-latest, 8.1)

Instantiated class Psy\Command\ParseCommand not found.
],

'defaultIncludes' => [
__DIR__ . '/vendor/autoload.php',
],

'startupMessage' => sprintf('<info>%s</info>', shell_exec('uptime')),
];
1 change: 1 addition & 0 deletions .user.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
memory_limit=-1

0 comments on commit d59a11c

Please sign in to comment.