File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ public function instantiateModels(Win32Model $model): ObjectSet
5252 {
5353 $ this ->set = $ this ->set ->map (function (ObjectItem $ item ) use ($ model ) {
5454 $ item ->instantiateWin32Model ($ model );
55+
5556 return $ item ;
5657 });
5758
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ public function propertyExists(string $property)
6666 {
6767 try {
6868 $ this ->comObject ->{$ property };
69+
6970 return true ;
7071 } catch (\Exception $ exception ) {
7172 return false ;
Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ protected function getBacktrace()
100100 ) {
101101 return $ found_detected = true ;
102102 }
103+
103104 return $ key === $ wrapper_call_key || $ key === $ wrapper_call_key + 1 ;
104105 })->values ()->map (function ($ trace ) {
105106 return new ComTraceSubject (
Original file line number Diff line number Diff line change @@ -100,11 +100,11 @@ public function getConnectionName()
100100 }
101101
102102 /**
103- * @param Connection|string|null $connection
103+ * @param Connection|string|null $connection
104104 *
105- * @return Connection
105+ * @return Connection
106106 *
107- * @throws InvalidConnectionException
107+ * @throws InvalidConnectionException
108108 */
109109 public function getConnection ($ connection = null )
110110 {
You can’t perform that action at this time.
0 commit comments