File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ The following outlines a few usage options.
55### Creating a session
66
77```
8- // Use Composer
8+ // Using Composer
99require __DIR__ . '/vendor/autoload.php';
1010$session = new Asdfdotdev\Session();
1111$session->start();
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ From the `_tests/` directory run `$ ../vendor/bin/phpunit` to run the tests. Thi
1919```
2020PHPUnit 7.5.14 by Sebastian Bergmann and contributors.
2121
22- ............... 15 / 15 (100%)
22+ .............. 14 / 14 (100%)
2323
24- Time: 1.97 seconds, Memory: 6.00 MB
24+ Time: 1.76 seconds, Memory: 6.00 MB
2525
26- OK (15 tests, 42 assertions)
26+ OK (14 tests, 39 assertions)
2727
2828Generating code coverage report in Clover XML format ... done
2929```
Original file line number Diff line number Diff line change @@ -355,14 +355,10 @@ protected function validateFingerprint()
355355 $ valid = $ this ->generateFingerprint ();
356356
357357 if (!isset ($ print )) {
358-
359358 $ this ->setFingerprint ();
360-
361359 } elseif ($ print != $ valid ) {
362-
363360 $ this ->end ();
364361 return false ;
365-
366362 }
367363
368364 return true ;
You can’t perform that action at this time.
0 commit comments