File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - uses : actions/checkout@v2
2525 # Run the Solid test-suite
2626 - name : Run the Solid test suite
27- # Until the test-suite has been fixed, allow the tests to fail.
27+ # Until the test-suite has been fixed, allow the tests to fail.
2828 # See: https://github.com/pdsinterop/solid-nextcloud/issues/69
2929 continue-on-error : true
3030 shell : ' script -q -e -c "bash {0}"'
Original file line number Diff line number Diff line change 1717use Pdsinterop \Solid \Auth \WAC ;
1818use Pdsinterop \Solid \Resources \Server as ResourceServer ;
1919
20- class ContactsController extends Controller {
21-
20+ class ContactsController extends Controller
21+ {
2222 use DpopFactoryTrait;
2323
2424 /* @var IURLGenerator */
Original file line number Diff line number Diff line change 1919use Lcobucci \JWT \Signer \Key \InMemory ;
2020use Lcobucci \JWT \Signer \Rsa \Sha256 ;
2121
22- class ServerController extends Controller {
23-
22+ class ServerController extends Controller
23+ {
2424 use DpopFactoryTrait;
2525
2626 private $ userId ;
Original file line number Diff line number Diff line change 1717use Pdsinterop \Solid \Auth \WAC ;
1818use Pdsinterop \Solid \Resources \Server as ResourceServer ;
1919
20- class StorageController extends Controller {
21-
20+ class StorageController extends Controller
21+ {
2222 use DpopFactoryTrait;
2323
2424 /* @var IURLGenerator */
Original file line number Diff line number Diff line change 1010
1111class JtiReplayDetector implements ReplayDetectorInterface
1212{
13-
1413 ////////////////////////////// CLASS PROPERTIES \\\\\\\\\\\\\\\\\\\\\\\\\\\\
1514
1615 private string $ table = 'solid_jti ' ;
1716
1817 //////////////////////////////// PUBLIC API \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
1918
20- public function __construct (private DateInterval $ interval , private IDBConnection $ connection ) {}
19+ public function __construct (private DateInterval $ interval , private IDBConnection $ connection )
20+ {
21+ }
2122
2223 public function detect (string $ jti , string $ targetUri ): bool
2324 {
You can’t perform that action at this time.
0 commit comments