Skip to content
Snippets Groups Projects
Select Git revision
  • b0a1a7adf5203efa32661b96ecb023fef74c5d2d
  • main default protected
  • 5.5 protected
  • atlantis
  • 5.3 protected
  • 5.0 protected
  • issue-23
  • issue8-seat-logging-and-export
  • ticket-216
  • tickets-215-216-241-242
10 results

studip-4.4.php

Blame
  • Forked from Stud.IP / Stud.IP
    4252 commits behind the upstream repository.
    Marcus Eibrink-Lunzenauer's avatar
    Marcus Eibrink-Lunzenauer authored and Jan-Hendrik Willms committed
    b0a1a7ad
    History
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    studip-4.4.php 259 B
    <?php
    // "Rules"/definitions for critical changes in 4.4
    return [
        'Token::is_valid' => 'Use <fg=yellow>Token::isValid($token, $user_id)</> instead.',
        'Token::generate' => 'Use <fg=yellow>Token::create($duration = 30, $user_id = null)</> instead.',
    ];