ソースを参照

changed "in moving" sign to one-charactered plus-minus

master
Evgeniy Ierusalimov 1年前
コミット
ae797b585b
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/Presentation/PortfolioPresenter.php

+ 1
- 1
src/Presentation/PortfolioPresenter.php ファイルの表示

@@ -10,7 +10,7 @@ use Symfony\Component\Console\Helper\TableStyle;
10 10
 class PortfolioPresenter
11 11
 {
12 12
     private const SecurityMapPrint = [
13
-        ['RU000A1014L8', '(в пути)'], ['LQDT', '+/-'],
13
+        ['RU000A1014L8', '(в пути)'], ['LQDT', '±'],
14 14
     ];
15 15
 
16 16
     private const FONT_SIZE = 12;

読み込み中…
キャンセル
保存