NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Trace

data/web/inc/lib/vendor/symfony/deprecation-contracts/README.md

Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.

README.md on main
Author Date Commit Line Code
Peter almost 2 years ago 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
1
Symfony Deprecation Contracts
Open commit View diff
1 Symfony Deprecation Contracts
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
2
=============================
Open commit View diff
2 =============================
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
3
Open commit View diff
3
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
4
A generic function and convention to trigger deprecation notices.
Open commit View diff
4 A generic function and convention to trigger deprecation notices.
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
5
Open commit View diff
5
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
6
This package provides a single global function named `trigger_deprecation()` that triggers silenced deprecation notices.
Open commit View diff
6 This package provides a single global function named `trigger_deprecation()` that triggers silenced deprecation notices.
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
7
Open commit View diff
7
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
8
By using a custom PHP error handler such as the one provided by the Symfony ErrorHandler component,
Open commit View diff
8 By using a custom PHP error handler such as the one provided by the Symfony ErrorHandler component,
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
9
the triggered deprecations can be caught and logged for later discovery, both on dev and prod environments.
Open commit View diff
9 the triggered deprecations can be caught and logged for later discovery, both on dev and prod environments.
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
10
Open commit View diff
10
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
11
The function requires at least 3 arguments:
Open commit View diff
11 The function requires at least 3 arguments:
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
12
 - the name of the Composer package that is triggering the deprecation
Open commit View diff
12 - the name of the Composer package that is triggering the deprecation
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
13
 - the version of the package that introduced the deprecation
Open commit View diff
13 - the version of the package that introduced the deprecation
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
14
 - the message of the deprecation
Open commit View diff
14 - the message of the deprecation
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
15
 - more arguments can be provided: they will be inserted in the message using `printf()` formatting
Open commit View diff
15 - more arguments can be provided: they will be inserted in the message using `printf()` formatting
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
16
Open commit View diff
16
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
17
Example:
Open commit View diff
17 Example:
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
18
```php
Open commit View diff
18 ```php
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
19
trigger_deprecation('symfony/blockchain', '8.9', 'Using "%s" is deprecated, use "%s" instead.', 'bitcoin', 'fabcoin');
Open commit View diff
19 trigger_deprecation('symfony/blockchain', '8.9', 'Using "%s" is deprecated, use "%s" instead.', 'bitcoin', 'fabcoin');
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
20
```
Open commit View diff
20 ```
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
21
Open commit View diff
21
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
22
This will generate the following message:
Open commit View diff
22 This will generate the following message:
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
23
`Since symfony/blockchain 8.9: Using "bitcoin" is deprecated, use "fabcoin" instead.`
Open commit View diff
23 `Since symfony/blockchain 8.9: Using "bitcoin" is deprecated, use "fabcoin" instead.`
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
24
Open commit View diff
24
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
25
While not recommended, the deprecation notices can be completely ignored by declaring an empty
Open commit View diff
25 While not recommended, the deprecation notices can be completely ignored by declaring an empty
same change 5a0f20b

Update dependency twig/twig to v3.14.0 (#6071)

Full commit hash
5a0f20b9eaad8a04aa8e8db9e959dae5c4d663b5
Author
Peter <[email protected]>
Date
almost 2 years ago
Selected line
26
`function trigger_deprecation() {}` in your application.
Open commit View diff
26 `function trigger_deprecation() {}` in your application.