Commit 6d228392 authored by AlexNe's avatar AlexNe Committed by GitHub

Update BitwiseCyclicShift.md

parent 52ac6c45
# Побитовый циклический сдвиг на PHP
File [Tool\BitwiseCyclicShift.php](/Tool/BitwiseCyclicShift.php)
```php
namespace X\Tool;
trait BitwiseCyclicShift {
......@@ -19,4 +19,4 @@ trait BitwiseCyclicShift {
*/
protected function BitwiseCROL($v, $c) {}
}
```
\ No newline at end of file
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment